Skip to content

Commit 6844f0e

Browse files
authored
Merge pull request #336 from FlowFuse/release-2.28.1
Release 2.28.1
2 parents 530f924 + 031dd76 commit 6844f0e

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
116
#### 2.28.0: Release
217

318
- Bump actions/setup-node from 6.2.0 to 6.3.0 (#314)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowfuse/driver-kubernetes",
3-
"version": "2.28.0",
3+
"version": "2.28.1",
44
"description": "Kubernetes driver for FlowFuse",
55
"main": "kubernetes.js",
66
"scripts": {

0 commit comments

Comments
 (0)