@storm-software/k8s-tools 0.5.0 → 0.7.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 0.7.0 (2024-09-05)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **cloudflare-tools:** Added the `R2UploadPublish` executor
|
|
6
|
+
([e5495bdb](https://github.com/storm-software/storm-ops/commit/e5495bdb))
|
|
7
|
+
|
|
8
|
+
## 0.6.0 (2024-09-03)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **k8s-tools:** Added `container-publish` executor and `docker` plugin
|
|
13
|
+
([36d4d1d0](https://github.com/storm-software/storm-ops/commit/36d4d1d0))
|
|
14
|
+
|
|
15
|
+
- **storm-ops:** Upgrade the Nx workspace versions
|
|
16
|
+
([15cb7ee2](https://github.com/storm-software/storm-ops/commit/15cb7ee2))
|
|
17
|
+
|
|
1
18
|
## 0.5.0 (2024-09-02)
|
|
2
19
|
|
|
3
20
|
### Features
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/schema",
|
|
3
3
|
"version": 2,
|
|
4
4
|
"outputCapture": "direct-nodejs",
|
|
5
|
-
"title": "Helm chart package
|
|
5
|
+
"title": "Helm chart package",
|
|
6
6
|
"description": "Package Helm charts associated with a project",
|
|
7
7
|
"type": "object",
|
|
8
8
|
"properties": {
|