@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.
- package/.github/workflows/publish.yml +1 -1
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
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)
|