@storm-software/pulumi-tools 0.22.196 → 0.22.197

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.196](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.196) (05/19/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **git-tools:** Added git tag logging and updated release defaults ([9cc43a242](https://github.com/storm-software/storm-ops/commit/9cc43a242))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.137.53**
14
+ - Updated **config-tools** to **v1.190.21**
15
+ - Updated **workspace-tools** to **v1.295.81**
16
+
5
17
  ## [0.22.195](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.195) (05/16/2026)
6
18
 
7
19
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.196",
3
+ "version": "0.22.197",
4
4
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -145,9 +145,9 @@
145
145
  "@pulumi/aws": "^6.83.3",
146
146
  "@pulumi/awsx": "^2.22.0",
147
147
  "@pulumi/pulumi": "^3.242.0",
148
- "@storm-software/config": "1.137.53",
149
- "@storm-software/config-tools": "1.190.21",
150
- "@storm-software/workspace-tools": "1.295.81",
148
+ "@storm-software/config": "1.137.54",
149
+ "@storm-software/config-tools": "1.190.22",
150
+ "@storm-software/workspace-tools": "1.295.82",
151
151
  "defu": "6.1.4",
152
152
  "shelljs": "^0.8.5"
153
153
  },
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "9659ccd4025df160370c7ddced3599f9d70e7dfa"
163
+ "gitHead": "c746662eaee78e61935b7e38f88d17c714e5ac57"
164
164
  }