@flowfuse/driver-kubernetes 2.28.1-d01039f-202603241513.0 → 2.28.1

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.
@@ -17,7 +17,7 @@ jobs:
17
17
  uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0'
18
18
  with:
19
19
  node: '[
20
- {"version": "18", "tests": false, "lint": true},
20
+ {"version": "24", "tests": false, "lint": true},
21
21
  ]'
22
22
 
23
23
  publish:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ #### 2.28.1: Release
2
+
3
+ - Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#321)
4
+ - ci: Use NodeJS v24 to build package (#334) @ppawlowski
5
+ - ci: Use NodeJS v24 as a default GitHub Actions runtime (#333) @ppawlowski
6
+ - Bump flatted from 3.3.3 to 3.4.2 (#330) @app/dependabot
7
+ - Fix order of delay and times in wrap function (#329) @hardillb
8
+ - fix: `createNamespacedPersistentVolumeClaim` method name (#328) @ppawlowski
9
+ - Wrapped standard K8s APIs with retry logix (#325) @hardillb
10
+ - ci: Fix repository parameter for token (#327) @ppawlowski
11
+ - ci: fix token permissions scope (#326) @ppawlowski
12
+ - fix: Attempt to remove a custom ingress only if it is configured (#323) @ppawlowski
13
+ - ci: replace `tibdex/github-app-token` with `actions/create-github-app-token` (#320) @ppawlowski
14
+ - ci: add concurrency to publish workflow (#319) @ppawlowski
15
+
1
16
  #### 2.28.0: Release
2
17
 
3
18
  - Bump actions/setup-node from 6.2.0 to 6.3.0 (#314)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.28.1-d01039f-202603241513.0",
3
+ "version": "2.28.1",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {