Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.26.2 Release #4282

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.26.2 (2024-11-04)

## Release Highlights
* Wait for kubelet device-manager socket before starting nvidia-k8s-device-plugin ([bottlerocket-core-kit#238](https://github.com/bottlerocket-os/bottlerocket-core-kit/pull/238))

## Build Changes

### OS Changes
* Update bottlerocket-core-kit to 3.1.5 ([#4280])

[#4280]: https://github.com/bottlerocket-os/bottlerocket/pull/4280

# v1.26.1 (2024-10-24)

## Release Highlights
Expand Down
3 changes: 2 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.26.1"
version = "1.26.2"

[migrations]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
Expand Down Expand Up @@ -367,3 +367,4 @@ version = "1.26.1"
]
"(1.25.0, 1.26.0)" = []
"(1.26.0, 1.26.1)" = []
"(1.26.1, 1.26.2)" = []
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "1.26.1"
release-version = "1.26.2"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand Down