changelog: update for 1.47.0 release#4640
Merged
piyush-jena merged 1 commit intobottlerocket-os:developfrom Sep 10, 2025
Merged
changelog: update for 1.47.0 release#4640piyush-jena merged 1 commit intobottlerocket-os:developfrom
piyush-jena merged 1 commit intobottlerocket-os:developfrom
Conversation
KCSesh
reviewed
Sep 9, 2025
koooosh
reviewed
Sep 9, 2025
fd4c687 to
bcf6e42
Compare
KCSesh
reviewed
Sep 9, 2025
bcf6e42 to
eece0d3
Compare
ytsssun
reviewed
Sep 9, 2025
CHANGELOG.md
Outdated
Comment on lines
6
to
13
| * All k8s-1.34 variants use the following: | ||
| * Kernel 6.12 | ||
| * `systemd-257` ([bottlerocket-core-kit#581], [bottlerocket-core-kit#636]) | ||
| * `nftables` for managing network filter rules ([bottlerocket-core-kit#549]) | ||
| * `containerd-2.1` ([bottlerocket-core-kit#621]) | ||
| * Default `concurrent-download-chunk-size` setting is set at `8mib` | ||
| * Remove the support for Schema 1 images. | ||
| * Update defaults for the kubernetes setting `shutdown-grace-period` to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods. |
Contributor
There was a problem hiding this comment.
Can we make this more flat. Similar to how we did it for 1.33 variants
Suggested change
| * All k8s-1.34 variants use the following: | |
| * Kernel 6.12 | |
| * `systemd-257` ([bottlerocket-core-kit#581], [bottlerocket-core-kit#636]) | |
| * `nftables` for managing network filter rules ([bottlerocket-core-kit#549]) | |
| * `containerd-2.1` ([bottlerocket-core-kit#621]) | |
| * Default `concurrent-download-chunk-size` setting is set at `8mib` | |
| * Remove the support for Schema 1 images. | |
| * Update defaults for the kubernetes setting `shutdown-grace-period` to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods. | |
| * Use 6.12 kernel on all k8s 1.33 variants | |
| * Use `systemd-257` on all k8s 1.33 variants ([bottlerocket-core-kit#581], [bottlerocket-core-kit#636]) | |
| * Use `nftables` all k8s 1.33 variants for managing network filter rules ([bottlerocket-core-kit#549]) | |
| * Use `containerd-2.1` ([bottlerocket-core-kit#621]) all k8s 1.33 variants | |
| * Default `concurrent-download-chunk-size` setting is set at `8mib` | |
| * Remove the support for Schema 1 images. | |
| * Update defaults for the kubernetes setting `shutdown-grace-period` to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods. |
CHANGELOG.md
Outdated
| * Update defaults for the kubernetes setting `shutdown-grace-period` to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods. | ||
| * Default device list strategy is set to `cdi-cri` for nvidia k8s device plugin. | ||
| * nvidia variants use r580 drivers. | ||
| * Add `command` field to override default entrypoint for host and bootstrap containers ([#4636], [bottlerocket-core-kit#594]) |
Contributor
There was a problem hiding this comment.
Suggested change
| * Add `command` field to override default entrypoint for host and bootstrap containers ([#4636], [bottlerocket-core-kit#594]) | |
| * Add `command` field to override default entrypoint for host and bootstrap containers ([#4636], [bottlerocket-core-kit#594]) - Thanks @kasimeka! |
eece0d3 to
c2e1090
Compare
koooosh
reviewed
Sep 10, 2025
CHANGELOG.md
Outdated
| * `containerd-2.1` ([bottlerocket-core-kit#621]) | ||
| * Default `concurrent-download-chunk-size` setting is set at `8mib` | ||
| * Remove the support for Schema 1 images. | ||
| * Update defaults for the kubernetes setting `shutdown-grace-period` to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods for aws variants. |
Contributor
There was a problem hiding this comment.
nit: Given this list is for k8s variants, mentioning that it's a kubernetes setting is redundant IMO. We can do: Update defaults for theshutdown-grace-period setting to 2 minutes and 30 seconds with the last 30 seconds reserved for critical pods
Contributor
Author
There was a problem hiding this comment.
Updated this with the additional "for aws variants" since we considered only aws variants to come up with the values.
koooosh
approved these changes
Sep 10, 2025
Contributor
koooosh
left a comment
There was a problem hiding this comment.
Overall, LGTM. Thanks for the quick revisions!
c2e1090 to
756f6f9
Compare
Signed-off-by: Piyush Jena <jepiyush@amazon.com>
756f6f9 to
55d543c
Compare
KCSesh
approved these changes
Sep 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue number:
Closes #
Description of changes:
Testing done:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.