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

prep 1.2.0 release #481

Merged
merged 1 commit into from
Jul 10, 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
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 1.2.0

## General

Added

* Refactored deployment and yaml generation to use Helm templating ([#126])
* Improved time window to become cron expression based scheduler ([#343]), ([#428])
Copy link
Contributor

Choose a reason for hiding this comment

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

#428 has not been closed.

Copy link
Member Author

Choose a reason for hiding this comment

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

The root cause for this issue was we hadn't release new versions which contains the new features on dev branch, so users reported the errors about mismatch containers. @stmcginnis had a related PR which is about improvement. Once we have new version out, this issue will be closed.


Fixed

* Removed unnecessary dep on older "time" crate from chrono ([#415])
* Fixed metrics not working for ipv6 clusters ([#406])
* Makefile: refactors brupop-image target ([#418])
* Cargo: use env vars when calling cargo ([#462])

Misc

* Numerous dependency upgrades and documentation fixes ([#446]), ([#463]), ([#476])

[#126]: https://github.com/bottlerocket-os/bottlerocket-update-operator/issues/126
[#343]: https://github.com/bottlerocket-os/bottlerocket-update-operator/issues/343
[#406]: https://github.com/bottlerocket-os/bottlerocket-update-operator/issues/406
[#428]: https://github.com/bottlerocket-os/bottlerocket-update-operator/issues/428
[#463]: https://github.com/bottlerocket-os/bottlerocket-update-operator/issues/463
[#415]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/415
[#418]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/418
[#446]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/446
[#462]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/462
[#476]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/476

# 1.1.0

## General
Expand Down