@storm-software/pulumi-tools 0.22.214 → 0.22.216

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 +20 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.215](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.215) (05/28/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **config** to **v1.137.66**
10
+ - Updated **config-tools** to **v1.190.34**
11
+ - Updated **workspace-tools** to **v1.296.12**
12
+
13
+ ## [0.22.214](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.214) (05/26/2026)
14
+
15
+ ### Miscellaneous
16
+
17
+ - **devenv-modules:** Update shared K8s modules ([d571d536f](https://github.com/storm-software/storm-ops/commit/d571d536f))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **config** to **v1.137.65**
22
+ - Updated **config-tools** to **v1.190.33**
23
+ - Updated **workspace-tools** to **v1.296.11**
24
+
5
25
  ## [0.22.213](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.213) (05/26/2026)
6
26
 
7
27
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.214",
3
+ "version": "0.22.216",
4
4
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -141,24 +141,24 @@
141
141
  "module": "dist/index.mjs",
142
142
  "typings": "dist/index.d.ts",
143
143
  "dependencies": {
144
- "@nx/devkit": "22.7.4",
144
+ "@nx/devkit": "^22.7.5",
145
145
  "@pulumi/aws": "^6.83.3",
146
146
  "@pulumi/awsx": "^2.22.0",
147
- "@pulumi/pulumi": "^3.243.0",
148
- "@storm-software/config": "1.137.65",
149
- "@storm-software/config-tools": "1.190.33",
150
- "@storm-software/workspace-tools": "1.296.11",
147
+ "@pulumi/pulumi": "^3.244.0",
148
+ "@storm-software/config": "1.137.67",
149
+ "@storm-software/config-tools": "1.190.35",
150
+ "@storm-software/workspace-tools": "1.296.13",
151
151
  "defu": "^6.1.7",
152
152
  "shelljs": "^0.8.5"
153
153
  },
154
154
  "devDependencies": {
155
155
  "@types/node": "^25.9.1",
156
- "nx": "22.7.4",
156
+ "nx": "22.7.5",
157
157
  "tsup": "8.4.0",
158
158
  "untyped": "^2.0.0"
159
159
  },
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "f0fc0f1267aa8185954ceb3f364f5e789c4b9004"
163
+ "gitHead": "bcbc59a290ff30bb57a5224789269ecb8414bd43"
164
164
  }