@flowfuse/driver-kubernetes 2.23.2-dd06d1c-202511170924.0 → 2.24.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 +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### 2.24.0: Release
2
+
3
+ - feat: Add default startup probe values (#257)
4
+ - Revert "feat: Add default startup probe values (#257)" (#258) @ppawlowski
5
+ - Bump js-yaml from 4.1.0 to 4.1.1 (#256) @app/dependabot
6
+
1
7
  #### 2.23.1: Release
2
8
 
3
9
  - Bump flowfuse/github-actions-workflows from 0.42.0 to 0.43.0 (#254)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.23.2-dd06d1c-202511170924.0",
3
+ "version": "2.24.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {