@flowfuse/driver-kubernetes 2.29.1 → 2.29.2-384dc7d-202604302103.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.
@@ -1,10 +1,11 @@
1
1
  name: Project automations
2
2
  on:
3
- issues:
4
- types:
5
- - opened
3
+ issues:
4
+ types:
5
+ - opened
6
6
  jobs:
7
- add_to_product_board:
8
- uses: flowfuse/.github/.github/workflows/project-automation.yml@main
9
- secrets:
10
- token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
7
+ add_issue_to_relevant_boards:
8
+ uses: flowfuse/github-actions-workflows/.github/workflows/project-automation.yaml@project-automation/v1
9
+ secrets:
10
+ app-client-id: ${{ secrets.GH_BOT_APP_ID }}
11
+ app-private-key: ${{ secrets.GH_BOT_APP_KEY }}
@@ -14,7 +14,7 @@ concurrency:
14
14
 
15
15
  jobs:
16
16
  build:
17
- uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0'
17
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.76.0'
18
18
  with:
19
19
  node: '[
20
20
  {"version": "24", "tests": false, "lint": true},
@@ -23,7 +23,7 @@ jobs:
23
23
  publish:
24
24
  needs: build
25
25
  if: github.event_name == 'push' && github.ref == 'refs/heads/main'
26
- uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.52.0'
26
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.76.0'
27
27
  with:
28
28
  package_name: driver-k8s
29
29
  publish_package: true
@@ -36,7 +36,7 @@ jobs:
36
36
  steps:
37
37
  - name: Generate a token
38
38
  id: generate_token
39
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
39
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
40
40
  with:
41
41
  app-id: ${{ secrets.GH_BOT_APP_ID }}
42
42
  private-key: ${{ secrets.GH_BOT_APP_KEY }}
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12
- - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
12
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
13
13
  with:
14
14
  node-version: 24
15
15
  - run: npm ci
@@ -10,4 +10,4 @@ on:
10
10
 
11
11
  jobs:
12
12
  sast:
13
- uses: flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@v0.52.0
13
+ uses: flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml@v0.76.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.29.1",
3
+ "version": "2.29.2-384dc7d-202604302103.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {