Skip to content

Commit 78cb2f3

Browse files
authored
Merge pull request #347 from ytsssun/changelog-5.4.0
Changelog 5.4.0
2 parents 903b9f7 + 6942b81 commit 78cb2f3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v5.4.0 (2025-01-14)
2+
3+
## OS Change
4+
* Allow bind mounts prefixed with /mnt/ for ephemeral storage ([#320]) - Thanks @zaheerm!
5+
* Improve API Server error message for invalid metadata ([#342])
6+
7+
## Orchestrator Changes
8+
9+
### Kubernetes
10+
* Add support for `device-ownership-from-security-context` to nvidia ([#343])
11+
12+
### ECS
13+
* Update `ecs-agent` to 1.89.2 and update the `amazon-ecs-cni-plugins` ([#341])
14+
15+
[#320]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/320
16+
[#341]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/341
17+
[#342]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/342
18+
[#343]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/343
19+
120
# v5.3.0 (2025-01-03)
221

322
## Orchestrator Changes

Twoliter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schema-version = 1
2-
release-version = "5.3.0"
2+
release-version = "5.4.0"
33

44
[vendor.bottlerocket]
55
registry = "public.ecr.aws/bottlerocket"

0 commit comments

Comments
 (0)