Releases: Azure/aks-app-routing-operator
Releases · Azure/aks-app-routing-operator
0.1.0
Added
- Add NginxIngressController CRD - #121
- Apply CRDs on operator startup - #122
- Add CRD Webhooks - #123
- Add prom metrics to Webhooks - #125
- Add CRD reconciler - #124
- Add default NginxIngressController reconciler - #126
- Switch all controllers to use CRD as source of truth - #128
- Add new Ingress events - #130
- Add ownership reference to webhook config - #129
- Generate Webhook certs - #131
- Use dns hostname for cert - #133
- Add E2e tests for CRD - #132
0.0.7
Changed
- Revert label selector on Placeholder pod to be backwards compatible
0.0.6
0.0.5
0.0.4
0.0.3
Added
- Leader election and operator multi-replica support (adds resilliency through multliple replicas and PDB) - #64
- Switch Operator logging to Zap for JSON structured logging - #69
- Add filename and line numbers to logs - #72
- Add Unit test coverage checks and validation to repository - #74
- Add CodeQL security scanning to repository - #70
- Add Prometheus metrics for reconciliation loops total and errors - #76
- Increase unit test coverage - #77, #82
- Add controller name structure to each controller so logs and metrics have consistient and related controller names - #80, #84, #85, #86
0.0.2
Fixed
- IngressClass Controller field immutable bug