Skip to content

Commit

Permalink
Merge pull request #1690 from tjkirch/1.2.0-release
Browse files Browse the repository at this point in the history
Update Release.toml and CHANGELOG for 1.2.0 release
  • Loading branch information
tjkirch authored Aug 3, 2021
2 parents 0a12cc5 + 5a114e7 commit e251517
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
# v1.2.0 (2021-08-06)

## OS Changes

* Add settings for kubelet topologyManagerPolicy and topologyManagerScope ([#1659])
* Add support for container image registry mirrors ([#1629])
* Add support for custom CA certificates ([#1654])
* Add a setting for configuring hostname ([#1664], [#1680])
* Avoid wildcard for applying rp_filter to interfaces ([#1677])
* Update default admin container to v0.7.2 ([#1685])

## Build Changes

* Add support for zstd compressed kernel ([#1668], [#1689])
* Add support for uploading OVAs to VMware ([#1622])
* Update default built variant to aws-k8s-1.21 ([#1686])
* Remove aws-k8s-1.16 variant ([#1658])
* Move migrations from v1.1.5 to v1.2.0 ([#1682])
* Update third-party packages ([#1676])
* Update host-ctr dependencies ([#1669])
* Update Rust dependencies ([#1655], [#1683], [#1687])

## Documentation Changes

* Fix typo in README ([#1652], **thanks @faultymonk!**)

[#1622]: https://github.com/bottlerocket-os/bottlerocket/pull/1622
[#1629]: https://github.com/bottlerocket-os/bottlerocket/pull/1629
[#1652]: https://github.com/bottlerocket-os/bottlerocket/pull/1652
[#1654]: https://github.com/bottlerocket-os/bottlerocket/pull/1654
[#1655]: https://github.com/bottlerocket-os/bottlerocket/pull/1655
[#1658]: https://github.com/bottlerocket-os/bottlerocket/pull/1658
[#1659]: https://github.com/bottlerocket-os/bottlerocket/pull/1659
[#1664]: https://github.com/bottlerocket-os/bottlerocket/pull/1664
[#1668]: https://github.com/bottlerocket-os/bottlerocket/pull/1668
[#1669]: https://github.com/bottlerocket-os/bottlerocket/pull/1669
[#1676]: https://github.com/bottlerocket-os/bottlerocket/pull/1676
[#1677]: https://github.com/bottlerocket-os/bottlerocket/pull/1677
[#1680]: https://github.com/bottlerocket-os/bottlerocket/pull/1680
[#1682]: https://github.com/bottlerocket-os/bottlerocket/pull/1682
[#1683]: https://github.com/bottlerocket-os/bottlerocket/pull/1683
[#1685]: https://github.com/bottlerocket-os/bottlerocket/pull/1685
[#1686]: https://github.com/bottlerocket-os/bottlerocket/pull/1686
[#1687]: https://github.com/bottlerocket-os/bottlerocket/pull/1687
[#1689]: https://github.com/bottlerocket-os/bottlerocket/pull/1689

# v1.1.4 (2021-07-23)

## Security fixes
Expand Down
2 changes: 1 addition & 1 deletion Release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.4"
version = "1.2.0"

[migrations]
"(0.3.1, 0.3.2)" = ["migrate_v0.3.2_admin-container-v0-5-0.lz4"]
Expand Down

0 comments on commit e251517

Please sign in to comment.