Skip to content

Commit

Permalink
Update CHANGELOG and migrations for 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etungsten committed May 24, 2023
1 parent 0888cb2 commit faa1e01
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# v1.14.1 (2023-05-31)

## OS Changes

* Apply patches to 5.10 and 5.15 kernels to address CVE-2023-32233 ([#3128])
* Add fallback container image source parsing for regions not yet supported by the `aws-go-sdk` in `host-ctr` ([#3138])
* Increase default `max_dgram_qlen` sysctl value to `512` for both 5.10 and 5.15 kernels ([#3139])

## Orchestrator Changes

### Kubernetes

* Kubernetes package updates
* Update Kubernetes v1.22.17 to include latest EKS-D patches ([#3108])
* Update Kubernetes v1.23.17 to include latest EKS-D patches ([#3119])
* Update to Kubernetes v1.24.14 ([#3119])
* Update to Kubernetes v1.25.9 ([#3119])
* Update to Kubernetes v1.26.4 ([#3119])
* Update Kubernetes v1.27.1 to include latest EKS-D patches ([#3119])
* Change `nvidia-k8s-device-plugin` service dependency on `kubelet` ([#3141])

## Build Changes

* Fix `pubsys` bug preventing multiple SSM parameter promotions in `promote-ssm` Makefile target ([#3137])

[#3108]: https://github.com/bottlerocket-os/bottlerocket/pull/3108
[#3119]: https://github.com/bottlerocket-os/bottlerocket/pull/3119
[#3128]: https://github.com/bottlerocket-os/bottlerocket/pull/3128
[#3137]: https://github.com/bottlerocket-os/bottlerocket/pull/3137
[#3138]: https://github.com/bottlerocket-os/bottlerocket/pull/3138
[#3139]: https://github.com/bottlerocket-os/bottlerocket/pull/3139
[#3141]: https://github.com/bottlerocket-os/bottlerocket/pull/3141

# v1.14.0 (2023-05-11)

## OS Changes
Expand Down
3 changes: 2 additions & 1 deletion Release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,5 @@ version = "1.15.0"
"migrate_v1.14.0_aws-control-container-v0-7-2.lz4",
"migrate_v1.14.0_public-control-container-v0-7-2.lz4",
]
"(1.14.0, 1.15.0)" = []
"(1.14.0, 1.14.1)" = []
"(1.14.1, 1.15.0)" = []

0 comments on commit faa1e01

Please sign in to comment.