@storm-software/k8s-tools 0.6.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,10 @@
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
+
1
8
  ## 0.6.0 (2024-09-03)
2
9
 
3
10
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors, generators, and utilities that assist in managing k8s IoC.",
6
6
  "repository": {
@@ -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 executor",
5
+ "title": "Helm chart package",
6
6
  "description": "Package Helm charts associated with a project",
7
7
  "type": "object",
8
8
  "properties": {