Skip to content

Commit

Permalink
update changelog for v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Jun 28, 2024
1 parent e0e1f6e commit 109bb58
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 1.4.0

## General

Added
* Added an optional ServiceMonitor for prometheus to the Helm chart ([#559] thanks @dani-CO-CN!)
* Added the ability to overwrite resource limits and requests to the Helm chart ([#560] thanks @dani-CO-CN!)
* Added the ability to overwrite priorityClass to the Helm chart ([#567] thanks @dani-CO-CN!)
* Added the ability to apply additional pod labels to the Helm chart ([#617] thanks @danielvincenzi!)

Fixed
* Fixed a bug which could cause nodes to remain cordoned after an update ([#631])
* Fixed a bug that could cause the agent to require a few restarts before stabilizing ([#568])

Misc

* Numerous dependency upgrades and documentation fixes ([#638], [#622], [#602], [#585] thanks @umizoom!, [#550] thanks @mooneeb!)

[#559]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/559
[#560]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/560
[#567]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/567
[#617]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/617
[#631]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/631
[#568]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/568
[#638]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/638
[#622]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/622
[#602]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/602
[#585]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/585
[#550]: https://github.com/bottlerocket-os/bottlerocket-update-operator/pull/550

# 1.3.0

## General
Expand Down

0 comments on commit 109bb58

Please sign in to comment.