Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@cbgbt cbgbt released this 17 Aug 23:27
· 87 commits to develop since this release
6455a43

General

Added

  • Added the ability to configure log formatting and filtering options via Helm values (#503, #512, #516)
  • Added the ability to configure pod placement via Helm values (#513, #516)

Fixed

  • Improved rate-limiting and backoff between the agent and the local Bottlerocket update API (#496, #505)
  • Improved rate-limiting and backoff between the agent and Brupop's apiserver (#505)
  • Added backoff to requests to Kubernetes watch APIs (#506)
  • Fixed an issue that caused Prometheus metrics to include stale data (#511)
  • Fixed incorrect resource requests for the agent pod in the Helm chart (#504)
  • Removed unnecessary rbac permissions granted to the apiserver and controller (#507)

Misc

  • Numerous dependency upgrades and documentation fixes (#502, #498, #506)