Skip to content

Releases: Azure/aks-app-routing-operator

0.2.4-patch-1

10 Jul 18:00
895cb29

Choose a tag to compare

Fixed

  • PlaceholderPod cleanup doesn't exit - link

0.2.3-patch-1

10 Jul 19:20
a04d828

Choose a tag to compare

Fixed

  • PlaceholderPod cleanup doesn't exit - link

0.2.1-patch-2

10 Jul 18:00
2d973d5

Choose a tag to compare

Changed

  • Added non-root: true to Nginx security context - link

Fixed

  • PlaceholderPod cleanup doesn't exit - link

0.2.1-patch-1

16 May 19:51
57a721b

Choose a tag to compare

Changed

  • bumped Nginx version to 1.10 - link

0.2.4

09 May 20:18
faca74b

Choose a tag to compare

Added

  • force ssl redirect configuration - #173

Changed

  • swap default http/s ports #202

0.2.3

22 Apr 19:31
59c8705

Choose a tag to compare

Added

  • add security context to placeholder pod - #195
  • add security context to external dns - #194

Changed

  • bumped external dns to 0.13.5 - #196
  • harden nginx security context - #192

0.2.2

03 Apr 20:22
456722d

Choose a tag to compare

Added

  • default SSL certificate secret configuration through CRD - #160
  • min and max replica configuration through CRD - #178
  • scaling threshold configuration through CRD - #180
  • tls reconciler that allows us to manage Ingress TLS fields - #155
  • bumped to Nginx 1.10.0 - #184
  • default SSL certificate keyvault uri configuration through CRD - #166
  • liveness probe to Nginx - #188
  • default NginxIngressController configuration through CLI args - #189

Changes

  • switched to distroless base image - #164
  • changed OSM integration to disable sidecar injection on Nginx deployment - #170

0.2.1

23 Jan 19:03
dd0c1e6

Choose a tag to compare

Fixed

  • Respect immutable fields in Placeholder Pod reconciler - #153

0.2.0

11 Jan 18:29
3c054fd

Choose a tag to compare

Changes

  • Slightly lowered priority class to system cluster critical - #148

Added

  • Log for number of target Nginx replicas - #144
  • CRD YAML definition-based validation and defaults - #150

Removed

  • Webhooks and webhook logic - #151

0.1.2

28 Nov 21:20
489fa81

Choose a tag to compare

Changes

  • Make DNS Zone resource group check case insensitive - #137
  • Make Default NginxIngressController always reconcile - #138
  • Expose useful function for interacting with NginxIngressController publicly - #140, #141, #142