Skip to content

Commit 06e0008

Browse files
authored
Merge pull request #620 from koooosh/prep-10.1.0
Prep v10.1.0 release
2 parents 8020f09 + 88e509c commit 06e0008

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# v10.1.0 (2025-08-11)
2+
3+
## OS Changes
4+
- Add `libjansson` package to enable JSON support for nftables ([#614])
5+
- Refactor `schnauzer` to multicall binary for v1 and v2 ([#561])
6+
- Fix `logind` service ordering in release package ([#609]) - Thanks @115100
7+
- Lowercase hostnames provided by the hostname helpers ([#619]) - Thanks @tzneal
8+
9+
### Third Party Package Updates
10+
- Update `amazon-ssm-agent`, `docker-engine`, and `ecs-agent` packages ([#616])
11+
- Update to latest versions for `aws-iam-authenticator`, `aws-otel-collector`, `aws-signing-helper`, `nvidia-k8s-device-plugin`, `ecr-credential-provider`, and `kubernetes` packages ([#611])
12+
13+
## Orchestrator Changes
14+
15+
### ECS
16+
- Fix ECS_DISABLE_PRIVILEGED in `ecs-agent`([#610]) - Thanks @vermdeep
17+
18+
## Build Changes
19+
- Inject a trait into check execution to allow unit testing ([#601]) - Thanks @tzneal
20+
21+
## Tools
22+
- Add Amazon Q development rules and Git formatting guidelines ([#561])
23+
24+
[#561]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/561
25+
[#601]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/601
26+
[#609]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/609
27+
[#610]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/610
28+
[#611]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/611
29+
[#614]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/614
30+
[#616]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/616
31+
[#619]: https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/619
32+
133
# v10.0.1 (2025-07-31)
234

335
## 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 = "10.0.1"
2+
release-version = "10.1.0"
33

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

0 commit comments

Comments
 (0)