Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@rosmo rosmo released this 19 Apr 14:31
· 14 commits to master since this release
7a257a4

This release brings new changes and features, such as:

  • Helm chart for installing Autoneg
  • Management of capacityScaler
  • Optional "always reconcile" mode (pass -always-reconcile to the controller container args to enable)
  • Structured logging
  • Security configuration improvements

Special thanks to all the contributors for this release!

What's Changed

  • Make it possible to reattach NEGs automatically by @fdfzcq in #106
  • Allow configuring Kubernetes PriorityClass by @YuriyKishchenko in #110
  • allow autoneg controller to manage CapacityScaler with K8s service by @darkstarmv in #109
  • init Helm chart by @ksemele in #115
  • Add Helm chart publisher by @rosmo in #117
  • Add possibility to disable namespace creation in Helm chart by @rosmo in #118
  • Add service account specific annotations for Helm chart by @rosmo in #119
  • Add ignore changes to kubernetes service annotations by @golemiso in #121
  • Updated Terraform example in README by @clintonb in #124
  • Fixes to capacityScaler, add sync annotation, build time. by @rosmo in #125
  • Switch to structured logging by @rosmo in #126
  • Fix initial capacity and zero values by @rosmo in #127
  • Improve default security context settings by @jawnsy in #99
  • Update security settings for Kubernetes and Helm chart, update tests and README. by @rosmo in #129

Housekeeping changes

New Contributors

Full Changelog: v1.0.0...v1.1.0