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
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #107
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #128
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #112
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #116
New Contributors
- @darkstarmv made their first contribution in #109
- @ksemele made their first contribution in #115
- @golemiso made their first contribution in #121
- @clintonb made their first contribution in #124
Full Changelog: v1.0.0...v1.1.0