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

changelog: Update changelog for 1.13.4 #3038

Merged
merged 1 commit into from
Apr 20, 2023
Merged
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v1.13.4 (2023-04-24)

## OS Changes

* Ensure the first hostname is used when a VPC DHCP option set has multiple domains ([#3032])
* Update `runc` to version 1.1.6 ([#3037])

## Orchestrator Changes

### Kubernetes

* Generate and pass `--hostname-override` flag to kubelet in `aws-k8s-1.26` variants ([#3033])

[#3032]: https://github.com/bottlerocket-os/bottlerocket/pull/3032
[#3033]: https://github.com/bottlerocket-os/bottlerocket/pull/3033
[#3037]: https://github.com/bottlerocket-os/bottlerocket/pull/3037

# v1.13.3 (2023-04-17)

## OS Changes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like Ben mentioned, I think we should "fix" the 1.13.3 changelog real quick by moving

To the "Orchestrator Changes -> Kubernetes" section.

Expand All @@ -6,6 +23,11 @@
* Fix check for rule existence in ip6tables v1.8.9 ([#3001])
* Backport systemd fixes for skipped udevd events ([#2999])
* Check platform-specific mechanisms for hostname first ([#3021])

## Orchestrator Changes

### Kubernetes

* Generate 'provider-id' setting for aws-k8s variants ([#3026])

[#2948]: https://github.com/bottlerocket-os/bottlerocket/pull/2948
Expand Down