@storm-software/pulumi-tools 0.14.1 → 0.14.2

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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.14.1](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.1) (2025-07-31)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **git-tools:** Resolve issue with incorrect log formatting
10
+ ([062583d84](https://github.com/storm-software/storm-ops/commit/062583d84))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([e5c02a04d](https://github.com/storm-software/storm-ops/commit/e5c02a04d))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated config-tools to 1.176.17
20
+ - Updated config to 1.125.16
21
+
5
22
  ## [0.14.0](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.0) (2025-07-31)
6
23
 
7
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {
@@ -157,7 +157,7 @@
157
157
  "@pulumi/awsx": "^2.22.0",
158
158
  "@pulumi/pulumi": "^3.187.0",
159
159
  "@storm-software/config": "^1.125.16",
160
- "@storm-software/config-tools": "^1.176.17",
160
+ "@storm-software/config-tools": "^1.176.18",
161
161
  "defu": "6.1.4",
162
162
  "shelljs": "^0.8.5"
163
163
  },
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "b9674585a87f0811bb6c57f80975d83d7b9bce72"
174
+ "gitHead": "1f847d84feecf3f77906317450fd4caa540aaacd"
175
175
  }