@flowfuse/driver-kubernetes 2.29.2-fa8eeb2-202605041652.0 → 2.30.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 +13 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ #### 2.30.0: Release
2
+
3
+ - Remove redundant poll loops (#332)
4
+ - Bump actions/setup-node from 6.3.0 to 6.4.0 (#355)
5
+ - Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#352)
6
+ - Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#353)
7
+ - Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#354)
8
+ - Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#348)
9
+ - Bump ip-address and socks (#360) @app/dependabot
10
+ - ci: Use new project-automation workflow (#357) @ppawlowski
11
+ - Bump fast-xml-parser and @aws-sdk/xml-builder (#356) @app/dependabot
12
+ - Bump lodash from 4.17.23 to 4.18.1 (#346) @app/dependabot
13
+
1
14
  #### 2.29.1: Release
2
15
 
3
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.29.2-fa8eeb2-202605041652.0",
3
+ "version": "2.30.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {