@flowfuse/driver-kubernetes 2.24.5-b90f209-202512011122.0 → 2.24.5

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.
@@ -8,8 +8,8 @@ jobs:
8
8
  publish:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
11
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
13
13
  with:
14
14
  node-version: 18
15
15
  - run: npm ci
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ #### 2.24.5: Release
2
+
3
+ - Bump actions/checkout from 6.0.0 to 6.0.1 (#267)
4
+ - Bump actions/setup-node from 6.0.0 to 6.1.0 (#266)
5
+
1
6
  #### 2.24.4: Release
2
7
 
3
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.24.5-b90f209-202512011122.0",
3
+ "version": "2.24.5",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {