Skip to content

Releases: nginxinc/kubernetes-ingress

v3.5.0

26 Mar 12:50
33971b8
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • Move set above rewrite to fix uninitialized variable by @AlexFenlon in #5211
  • Initialize stopCh channel for ExternalDNS by @shaun-nx in #5175
  • Ensure backup server is removed from upstreams when the Backup Service is deleted by @shaun-nx in #5053

📦 Helm Chart

  • Refactor volumes and volumeMounts to common helpers by @oseoin in #5159
  • Move common pod label definitions to helpers by @oseoin in #5179
  • Agent management and helm configuration by @oseoin in #5188

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

97 changes

v3.4.3

19 Feb 12:39
3b14d1d
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

📦 Helm Chart

⬆️ Dependencies

Full Changelog: v3.4.2...v3.4.3

Upgrade

Resources

v3.4.2

16 Jan 16:05
63ac31a
Compare
Choose a tag to compare

What's Changed

📦 Helm Chart

Other Changes

Full Changelog: v3.4.1...v3.4.2

Upgrade

Resources

v3.4.1

16 Jan 12:32
19706a7
Compare
Choose a tag to compare

What's Changed

🚀 Features

📦 Helm Chart

🧪 Tests

📝 Documentation

Full Changelog: v3.4.0...v3.4.1

Upgrade

Resources

v3.4.0

19 Dec 11:16
0811b5c
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Allow default_server listeners to be customised by @shaun-nx in #4464
  • Update use of http2 listen directive to align with deprecation by @shaun-nx in #4526
  • Use Lease for leader election by @lucacome in #4276
  • Remove deprecated preview policy flag by @shaun-nx in #4595
  • Generate mainfests automatically from Helm by @lucacome in #4278
  • Graduate TransportServer and GlobalConfiguration to v1 by @shaun-nx in #4574
  • Delete the DNSEndpoint resource when VS is deleted & Ratelimit requeues on errors. by @ciarams87 in #4504
  • Support weights 0 and 100 in traffic splitting by @haywoodsh in #4655
  • Add support for backup directive for VS and TS by @jjngx in #4653

🐛 Bug Fixes

  • prevent pip to look for dependency during install by @vepatel in #4342
  • update dockerfile for debian N+ by @vepatel in #4575
  • Don't throw annotation deprication warning when ingressClassName is not used in an Ingress resource by @shaun-nx in #4564
  • Update vs backup service tests with retries (#4797) by @jjngx in #4799
  • fix retries in tests (#4801) by @jjngx in #4806

📦 Helm Chart

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

86 changes
  • Bump github.com/cert-manager/cert-manager from 1.13.0 to 1.13.1 by @dependabot in #4439
  • Bump github/codeql-action from 2.21.8 to 2.21.9 by @dependabot in #4441
  • Bump google-auth from 2.23.0 to 2.23.2 in /tests by @dependabot in #4445
  • Bump cffi from 1.15.1 to 1.16.0 in /tests by @dependabot in #4446
  • Bump urllib3 from 1.26.15 to 2.0.6 in /tests by @dependabot in #4455
  • Bump charset-normalizer from 3.2.0 to 3.3.0 in /tests by @dependabot in #4453
  • Bump packaging from 23.1 to 23.2 in /tests by @dependabot in #4454
  • Bump github.com/prometheus/client_golang from 1.16.0 to 1...

v3.3.2

01 Nov 20:05
v3.3.2
d239c20
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

New Contributors

Full Changelog: v3.3.1...v3.3.2

Upgrade

Resources

v3.3.1

13 Oct 17:42
v3.3.1
0f828bb
Compare
Choose a tag to compare

What's Changed

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

Full Changelog: v3.3.0...v3.3.1

Upgrade

Resources

v3.3.0

26 Sep 20:12
v3.3.0
f255b03
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Read Prometheus key/cert from memory by @jjngx in #4023
  • Expose Location Zones metrics by @jjngx in #4080
  • Add path-regex annotation for ingress by @jjngx in #4127
  • Add support for path-regex annotation in Ingress Master-Minion by @jjngx in #4200
  • Add command line argument for custom TLS Passthrough port by @haywoodsh in #4108
  • Path-Regex annotation on master and minions are set independently by @jjngx in #4223
  • Match file permissions for GID 0 as owner UID 101 by @sigv in #3962
  • Add custom listener controls to VirtualServer by @shaun-nx in #4271

🐛 Bug Fixes

📦 Helm Chart

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

115 changes

v3.2.1

18 Aug 01:18
v3.2.1
2fa4308
Compare
Choose a tag to compare

What's Changed

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

Full Changelog: v3.2.0...v3.2.1

Upgrade

Resources

v3.2.0

27 Jun 20:00
v3.2.0
6ce07ed
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Gunzip for VS by @jjngx in #3790
  • Inherit NET_BIND_SERVICE from IC to Nginx by @sigv in #3722
  • Fix/OIDC - relaxed OIDC scope validation by @jjngx in #3863
  • Specify runAsNonRoot in daemon-set manifests by @sigv in #3925
  • Add support for the SameSite sticky cookie attribute by @jjngx in #4001
  • Add Alpine image with FIPS inside by @lucacome in #4031

🐛 Bug Fixes

  • Update VirtualServer to ignore CRL for EgressMTLS by @shaun-nx in #3737
  • Update VirtualServer template to generate an internal jwt auth location per policy applied by @shaun-nx in #3798
  • indent to annotations key in leader-elec cm by @vepatel in #3840
  • Fix gunzip support for VS and add python tests by @jjngx in #3844
  • Add Funcs() method to UpdateVirtualServerTemplate method by @coolbry95 in #3870
  • fix --enternal-service flag when using serviceNameOverride by @timnee in #3933

📦 Helm Chart

🧪 Tests

🔨 Maintenance

📝 Documentation

⬆️ Dependencies

170 changes
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.18.18 to 1.18.19 by @dependabot in #3681
  • Bump actions/stale from 7.0.0 to 8.0.0 by @dependabot in #3680
  • Bump github/codeql-action from 2.2.7 to 2.2.8 by @dependabot in #3687
  • Bump github.com/aws/aws-sdk-go-v2/service/marketplacemetering from 1.14.6 to 1.14.7 by @dependabot in #3682
  • Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #3688
  • Bump pyopen...