@storm-software/k8s-tools 0.5.0 → 0.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.6.0 (2024-09-03)
2
+
3
+ ### Features
4
+
5
+ - **k8s-tools:** Added `container-publish` executor and `docker` plugin
6
+ ([36d4d1d0](https://github.com/storm-software/storm-ops/commit/36d4d1d0))
7
+
8
+ - **storm-ops:** Upgrade the Nx workspace versions
9
+ ([15cb7ee2](https://github.com/storm-software/storm-ops/commit/15cb7ee2))
10
+
1
11
  ## 0.5.0 (2024-09-02)
2
12
 
3
13
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.5.0",
3
+ "version": "0.6.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": {