File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.2] - 2024-04-03
9+
10+ ### Added
11+
12+ - default SSL certificate secret configuration through CRD - [ #160 ] ( https://github.com/Azure/aks-app-routing-operator/pull/160 )
13+ - min and max replica configuration through CRD - [ #178 ] ( https://github.com/Azure/aks-app-routing-operator/pull/178 )
14+ - scaling threshold configuration through CRD - [ #180 ] ( https://github.com/Azure/aks-app-routing-operator/pull/180 )
15+ - tls reconciler that allows us to manage Ingress TLS fields - [ #155 ] ( https://github.com/Azure/aks-app-routing-operator/pull/155 )
16+ - bumped to Nginx 1.10.0 - [ #184 ] ( https://github.com/Azure/aks-app-routing-operator/pull/184 )
17+ - default SSL certificate keyvault uri configuration through CRD - [ #166 ] ( https://github.com/Azure/aks-app-routing-operator/pull/166 )
18+ - liveness probe to Nginx - [ #188 ] ( https://github.com/Azure/aks-app-routing-operator/pull/188 )
19+ - default NginxIngressController configuration through CLI args - [ #189 ] ( https://github.com/Azure/aks-app-routing-operator/pull/189 )
20+
21+ ### Changes
22+
23+ - switched to distroless base image - [ #164 ] ( https://github.com/Azure/aks-app-routing-operator/pull/164 )
24+ - changed OSM integration to disable sidecar injection on Nginx deployment - [ #170 ] ( https://github.com/Azure/aks-app-routing-operator/pull/170 )
25+
826## [ 0.2.1] - 2024-01-23
927
1028### Fixed
You can’t perform that action at this time.
0 commit comments