@flowfuse/driver-kubernetes 2.28.0 → 2.28.1-4d692ef-202603131206.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.
@@ -8,6 +8,10 @@ on:
8
8
  branches:
9
9
  - main
10
10
 
11
+ concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
11
15
  jobs:
12
16
  build:
13
17
  uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0'
@@ -32,10 +36,10 @@ jobs:
32
36
  steps:
33
37
  - name: Generate a token
34
38
  id: generate_token
35
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
39
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
36
40
  with:
37
- app_id: ${{ secrets.GH_BOT_APP_ID }}
38
- private_key: ${{ secrets.GH_BOT_APP_KEY }}
41
+ app-id: ${{ secrets.GH_BOT_APP_ID }}
42
+ private-key: ${{ secrets.GH_BOT_APP_KEY }}
39
43
  - name: Trigger flowfuse container build
40
44
  uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
41
45
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.28.0",
3
+ "version": "2.28.1-4d692ef-202603131206.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {