@flowfuse/driver-kubernetes 2.5.1-8ccd098-202407021403.0 → 2.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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ #### 2.6.0: Release
2
+
3
+ - Persistent storage (#163) @hardillb
4
+ - ci: Bump build_node_package workflow to 0.14.0 (#161) @ppawlowski
5
+
1
6
  #### 2.5.0: Release
2
7
 
3
8
  - Custom Hostname support (#151) @hardillb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.5.1-8ccd098-202407021403.0",
3
+ "version": "2.6.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {