Skip to content

Releases: kubernetes/ingress-nginx

helm-chart-4.12.0-beta.0

15 Oct 11:10
9b71a4c
Compare
Choose a tag to compare
Pre-release

Changelog

This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.

4.12.0-beta.0

  • Update Ingress-Nginx version controller-v1.12.0-beta.0

Full Changelog: helm-chart-4.11.0...helm-chart-4.12.0-beta.0

controller-v1.12.0-beta.0

15 Oct 11:13
9b71a4c
Compare
Choose a tag to compare
Pre-release

Changelog

controller-v1.12.0-beta.0

Images:

  • registry.k8s.io/ingress-nginx/controller:v1.12.0-beta.0@sha256:9724476b928967173d501040631b23ba07f47073999e80e34b120e8db5f234d5
  • registry.k8s.io/ingress-nginx/controller-chroot:v1.12.0-beta.0@sha256:6e2f8f52e1f2571ff65bc4fc4826d5282d5def5835ec4ab433dcb8e659b2fbac

All changes:

  • Images: Trigger controller build. (#12154)

  • ⚠️ Metrics: Disable by default. (#12153) ⚠️

    This changes the default of the following CLI arguments:

    • --enable-metrics gets disabled by default.
  • Tests & Docs: Bump e2e-test-echo to v1.0.1. (#12147)

  • Images: Trigger e2e-test-echo build. (#12140)

  • ⚠️ Images: Drop s390x. (#12137) ⚠️

    Support for the s390x architecture has already been removed from the controller image. This also removes it from the NGINX base image and CI relevant images.

  • Images: Build s390x controller. (#12126)

  • Chart: Bump Kube Webhook CertGen. (#12119)

  • Tests & Docs: Bump images. (#12118)

  • Cloud Build: Bump gcb-docker-gcloud to v20240718-5ef92b5c36. (#12113)

  • Images: Trigger other builds. (#12110)

  • Tests: Bump e2e-test-runner to v20241004-114a6abb. (#12103)

  • Images: Trigger test-runner build. (#12100)

  • Docs: Add a multi-tenant warning. (#12091)

  • Go: Bump to v1.22.8. (#12069)

  • Images: Bump NGINX_BASE to v1.0.0. (#12066)

  • Images: Trigger NGINX build. (#12063)

  • Images: Remove NGINX v1.21. (#12031)

  • Chart: Add controller.metrics.service.enabled. (#12056)

  • GitHub: Improve Dependabot. (#12033)

  • Chart: Add global.image.registry. (#12028)

  • ⚠️ Images: Remove OpenTelemetry. (#12024) ⚠️

    OpenTelemetry is still supported, but since the module is built into the controller image since v1.10, we hereby remove the init container and image which were used to install it upon controller startup.

  • Chart: Improve CI. (#12003)

  • Chart: Extend image tests. (#12025)

  • Chart: Add controller.progressDeadlineSeconds. (#12017)

  • Docs: Add health check annotations for AWS. (#12018)

  • Docs: Convert opentelemetry.md from CRLF to LF. (#12005)

  • Chart: Implement unhealthyPodEvictionPolicy. (#11992)

  • Chart: Add defaultBackend.maxUnavailable. (#11995)

  • Chart: Test controller.minAvailable & controller.maxUnavailable. (#12000)

  • Chart: Align default backend PodDisruptionBudget. (#11993)

  • Metrics: Fix namespace in nginx_ingress_controller_ssl_expire_time_seconds. (#10274)

  • ⚠️ Chart: Remove Pod Security Policy. (#11971) ⚠️

    This removes Pod Security Policies and related resources from the chart.

  • Chart: Improve default backend service account. (#11972)

  • Go: Bump to v1.22.7. (#11943)

  • NGINX: Remove inline Lua from template. (#11806)

  • Images: Bump OpenTelemetry C++ Contrib. (#11629)

  • Docs: Add note about --watch-namespace. (#11947)

  • Images: Use latest Alpine 3.20 everywhere. (#11944)

  • Fix minor typos (#11935)

  • Chart: Implement controller.admissionWebhooks.service.servicePort. (#11931)

  • Allow any protocol for cors origins (#11153)

  • Tests: Bump e2e-test-runner to v20240829-2c421762. (#11919)

  • Images: Trigger test-runner build. (#11916)

  • Chart: Add controller.metrics.prometheusRule.annotations. (#11849)

  • Chart: Add tests for PrometheusRule & ServiceMonitor. (#11883)

  • Annotations: Allow commas in URLs. (#11882)

  • CI: Grant checks write permissions to E2E Test Report. (#11862)

  • Chart: Use generic values for ConfigMap test. (#11877)

  • Security: Follow-up on recent changes. (#11874)

  • Lua: Remove plugins from .luacheckrc & E2E docs. (#11872)

  • Dashboard: Remove ingress_upstream_latency_seconds. (#11878)

  • Metrics: Add --metrics-per-undefined-host argument. (#11818)

  • Update maxmind post link about geolite2 license changes (#11861)

  • ⚠️ Remove global-rate-limit feature (#11851) ⚠️

    This removes the following configuration options:

    • global-rate-limit-memcached-host
    • global-rate-limit-memcached-port
    • global-rate-limit-memcached-connect-timeout
    • global-rate-limit-memcached-max-idle-timeout
    • global-rate-limit-memcached-pool-size
    • global-rate-limit-status-code

    It also removes the following annotations:

    • global-rate-limit
    • global-rate-limit-window
    • global-rate-limit-key
    • global-rate-limit-ignored-cidrs
  • Revert "docs: Add deployment for AWS NLB Proxy." (#11857)

  • Add custom code handling for temporal redirect (#10651)

  • Add native histogram support for histogram metrics (#9971)

  • Replace deprecated queue method (#11853)

  • ⚠️ Enable security features by default (#11819) ⚠️

    This changes the default of the following CLI arguments:

    • --enable-annotation-validation gets enabled by default.

    It also changes the default of the following configuration options:

    • allow-cross-namespace-resources gets disabled by default.
    • annotations-risk-level gets lowered to "High" by default.
    • strict-validate-path-type gets enabled by default.
  • docs: Add deployment for AWS NLB Proxy. (#9565)

  • ⚠️ Remove 3rd party lua plugin support (#11821) ⚠️

    This removes the following configuration options:

    • plugins

    It also removes support for user provided Lua plugins in the /etc/nginx/lua/plugins directory.

  • Auto-generate annotation docs (#11820)

  • ⚠️ Metrics: Remove ingress_upstream_latency_seconds. (#11795) ⚠️

    This metric has already been deprecated and is now getting removed.

  • Release controller v1.11.2/v1.10.4 & chart v4.11.2/v4.10.4. (#11816)

  • Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11809)

  • Tests & Docs: Bump images. (#11803)

  • Images: Trigger failed builds. (#11800)

  • Images: Trigger other builds. (#11796)

  • Controller: Fix panic in alternative backend merging. (#11789)

  • Tests: Bump e2e-test-runner to v20240812-3f0129aa. (#11788)

  • Images: Trigger test-runner build. (#11785)

  • Images: Bump NGINX_BASE to v0.0.12. (#11782)

  • Images: Trigger NGINX build. (#11779)

  • Cloud Build: Add missing config, remove unused ones. (#11774)

  • Cloud Build: Tweak timeouts. (#11761)

  • Cloud Build: Fix substitutions. (#11758)

  • Cloud Build: Some chores. (#11633)

  • Go: Bump to v1.22.6. (#11747)

  • Images: Bump NGINX_BASE to v0.0.11. (#11741)

  • Images: Trigger NGINX build. (#11735)

  • docs: update OpenSSL Roadmap link (#11730)

  • Go: Bump to v1.22.5. (#11634)

  • Docs: Fix typo in AWS LB Controller reference (#11723)

  • Perform some cleaning operations on line breaks. (#11720)

  • Missing anchors in regular expression. (#11717)

  • Docs: Fix from-to-www redirect description. (#11712)

  • Chart: Remove isControllerTagValid. (#11710)

  • Tests: Bump e2e-test-runner to v20240729-04899b27. (#11702)

  • Chart: Explicitly set runAsGroup. (#11679)

  • Docs: Clarify from-to-www redirect direction. (#11682)

  • added real-client-ip faq (#11663)

  • Docs: Format NGINX configuration table. (#11659)

  • Release controller v1.11.1/v1.10.3 & chart v4.11.1/v4.10.3. (#11654)

  • Tests: Bump test-runner to v20240717-1fe74b5f. (#11645)

  • Images: Trigger test-runner build. (#11636)

  • Images: Bump NGINX_BASE to v0.0.10. (#11635)

  • remove modsecurity coreruleset test files from nginx image (#11617)

  • unskip the ocsp tests and update images to fix cfssl bug (#11606)

  • Fix indent in YAML for example pod (#11598)

  • Images: Bump test-runner. (#11600)

  • Images: Bump NGINX_BASE to v0.0.9. (#11599)

  • revert module upgrade (#11594)

  • README: Fix support matrix. (#11586)

  • Repository: Add changelogs from release-v1.10. (#11587)

Dependency updates:

  • Bump the actions group with 3 updates (#12152)
  • Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12107)
  • Bump the actions group with 3 updates (#12092)
  • Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12062)
  • Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12060)
  • Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12059)
  • Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12061)
  • Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12051)
  • Bump the go group across 1 directory with 3 updates (#12050)
  • Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12043)
  • Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12041)
  • Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12040)
  • Bump the all group with 2 updates (#12032)
  • Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12010)
  • Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12009)
  • Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12008)
  • Bump the all group with 2 updates (#11977)
  • Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11976)
  • Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11954)
  • Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11955)
  • Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11953)
  • Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11928)
  • Bump the all group with 2 updates (#11922)
  • Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11901)
  • Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11902)
  • Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11903)
  • Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11904)
  • Bump the all group with 2 updates (#11865)
  • Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11867)
  • Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11832)
  • Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11823)
  • Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11822)
  • Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11825)
  • Bump github/codeql-action from 3.26.0 to 3.26.2 in the all ...
Read more

helm-chart-4.11.3

08 Oct 21:09
f6456ea
Compare
Choose a tag to compare

Changelog

This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.

4.11.3

  • Update Ingress-Nginx version controller-v1.11.3

Full Changelog: helm-chart-4.11.2...helm-chart-4.11.3

helm-chart-4.10.5

08 Oct 20:59
da462b2
Compare
Choose a tag to compare

Changelog

This file documents all notable changes to ingress-nginx Helm Chart. The release numbering uses semantic versioning.

4.10.5

  • Update Ingress-Nginx version controller-v1.10.5

Full Changelog: helm-chart-4.10.4...helm-chart-4.10.5

controller-v1.11.3

08 Oct 21:29
f6456ea
Compare
Choose a tag to compare

Changelog

controller-v1.11.3

Images:

  • registry.k8s.io/ingress-nginx/controller:v1.11.3@sha256:d56f135b6462cfc476447cfe564b83a45e8bb7da2774963b00d12161112270b7
  • registry.k8s.io/ingress-nginx/controller-chroot:v1.11.3@sha256:22701f0fc0f2dd209ef782f4e281bfe2d8cccd50ededa00aec88e0cdbe7edd14

All changes:

  • Images: Trigger controller build. (#12134)
  • Tests & Docs: Bump e2e-test-echo to v1.0.1. (#12145)
  • Images: Trigger e2e-test-echo build. (#12141)
  • Images: Drop s390x. (#12138)
  • Images: Build s390x controller. (#12127)
  • Chart: Bump Kube Webhook CertGen. (#12123)
  • Tests & Docs: Bump images. (#12121)
  • Cloud Build: Bump gcb-docker-gcloud to v20240718-5ef92b5c36. (#12117)
  • Images: Trigger other builds. (#12112)
  • Tests: Bump e2e-test-runner to v20241004-114a6abb. (#12105)
  • Images: Trigger test-runner build. (#12102)
  • Docs: Add a multi-tenant warning. (#12099)
  • Go: Bump to v1.22.8. (#12094)
  • Images: Bump NGINX_BASE to v0.1.0. (#12080)
  • Images: Trigger NGINX build. (#12076)
  • Images: Remove NGINX v1.21. (#12058)
  • GitHub: Improve Dependabot. (#12038)
  • Chart: Improve CI. (#12030)
  • Chart: Extend image tests. (#12027)
  • Docs: Add health check annotations for AWS. (#12020)
  • Docs: Convert opentelemetry.md from CRLF to LF. (#12006)
  • Chart: Test controller.minAvailable & controller.maxUnavailable. (#12002)
  • Chart: Align default backend PodDisruptionBudget. (#11999)
  • Metrics: Fix namespace in nginx_ingress_controller_ssl_expire_time_seconds. (#11986)
  • Chart: Improve default backend service account. (#11974)
  • Go: Bump to v1.22.7. (#11970)
  • Images: Bump OpenTelemetry C++ Contrib. (#11951)
  • Docs: Add note about --watch-namespace. (#11949)
  • Images: Use latest Alpine 3.20 everywhere. (#11946)
  • Fix minor typos (#11941)
  • Chart: Implement controller.admissionWebhooks.service.servicePort. (#11934)
  • Tests: Bump e2e-test-runner to v20240829-2c421762. (#11921)
  • Images: Trigger test-runner build. (#11917)
  • Chart: Add tests for PrometheusRule & ServiceMonitor. (#11889)
  • Annotations: Allow commas in URLs. (#11887)
  • CI: Grant checks write permissions to E2E Test Report. (#11885)
  • Chart: Use generic values for ConfigMap test. (#11879)
  • Update maxmind post link about geolite2 license changes (#11881)
  • Go: Sync go.work.sum. (#11875)
  • Replace deprecated queue method (#11859)
  • Auto-generate annotation docs (#11831)

Dependency updates:

  • Bump the actions group with 3 updates (#12149)
  • Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12109)
  • Bump the actions group with 3 updates (#12097)
  • Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12089)
  • Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12087)
  • Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12085)
  • Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12083)
  • Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12055)
  • Bump the go group across 1 directory with 3 updates (#12053)
  • Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12049)
  • Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12047)
  • Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12046)
  • Bump the all group with 2 updates (#12036)
  • Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12016)
  • Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12014)
  • Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12012)
  • Bump the all group with 2 updates (#11981)
  • Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11980)
  • Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11961)
  • Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11958)
  • Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11957)
  • Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11930)
  • Bump the all group with 2 updates (#11925)
  • Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11913)
  • Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11910)
  • Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11909)
  • Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11908)
  • Bump the all group with 2 updates (#11871)
  • Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11868)
  • Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11840)
  • Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11839)
  • Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11837)
  • Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11836)
  • Bump github/codeql-action from 3.26.0 to 3.26.2 in the all group (#11834)

Full Changelog: controller-v1.11.2...controller-v1.11.3

controller-v1.10.5

08 Oct 21:26
da462b2
Compare
Choose a tag to compare

Changelog

controller-v1.10.5

Images:

  • registry.k8s.io/ingress-nginx/controller:v1.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
  • registry.k8s.io/ingress-nginx/controller-chroot:v1.10.5@sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987

All changes:

  • Images: Trigger controller build. (#12133)
  • Tests & Docs: Bump e2e-test-echo to v1.0.1. (#12146)
  • Images: Trigger e2e-test-echo build. (#12142)
  • Images: Drop s390x. (#12139)
  • Images: Build s390x controller. (#12128)
  • Chart: Bump Kube Webhook CertGen. (#12122)
  • Tests & Docs: Bump images. (#12120)
  • Cloud Build: Bump gcb-docker-gcloud to v20240718-5ef92b5c36. (#12116)
  • Images: Trigger other builds. (#12111)
  • Tests: Bump e2e-test-runner to v20241004-114a6abb. (#12104)
  • Images: Trigger test-runner build. (#12101)
  • Docs: Add a multi-tenant warning. (#12098)
  • Go: Bump to v1.22.8. (#12093)
  • Images: Bump NGINX_BASE to v0.1.0. (#12079)
  • Images: Trigger NGINX build. (#12077)
  • Images: Remove NGINX v1.21. (#12057)
  • GitHub: Improve Dependabot. (#12037)
  • Chart: Improve CI. (#12029)
  • Chart: Extend image tests. (#12026)
  • Docs: Add health check annotations for AWS. (#12021)
  • Docs: Convert opentelemetry.md from CRLF to LF. (#12007)
  • Chart: Test controller.minAvailable & controller.maxUnavailable. (#12001)
  • Chart: Align default backend PodDisruptionBudget. (#11998)
  • Metrics: Fix namespace in nginx_ingress_controller_ssl_expire_time_seconds. (#11985)
  • Chart: Improve default backend service account. (#11973)
  • Go: Bump to v1.22.7. (#11969)
  • Images: Bump OpenTelemetry C++ Contrib. (#11950)
  • Docs: Add note about --watch-namespace. (#11948)
  • Images: Use latest Alpine 3.20 everywhere. (#11945)
  • Fix minor typos (#11940)
  • Chart: Implement controller.admissionWebhooks.service.servicePort. (#11933)
  • Tests: Bump e2e-test-runner to v20240829-2c421762. (#11920)
  • Images: Trigger test-runner build. (#11918)
  • Chart: Add tests for PrometheusRule & ServiceMonitor. (#11888)
  • Annotations: Allow commas in URLs. (#11886)
  • CI: Grant checks write permissions to E2E Test Report. (#11884)
  • Update maxmind post link about geolite2 license changes (#11880)
  • Go: Sync go.work.sum. (#11876)
  • Replace deprecated queue method (#11858)
  • Auto-generate annotation docs (#11835)

Dependency updates:

  • Bump the actions group with 3 updates (#12150)
  • Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12108)
  • Bump the actions group with 3 updates (#12096)
  • Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12088)
  • Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12086)
  • Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12084)
  • Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12082)
  • Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12054)
  • Bump the go group across 1 directory with 3 updates (#12052)
  • Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12048)
  • Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12044)
  • Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12045)
  • Bump the all group with 2 updates (#12035)
  • Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12015)
  • Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12013)
  • Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12011)
  • Bump the all group with 2 updates (#11979)
  • Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11978)
  • Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11960)
  • Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11959)
  • Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11956)
  • Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11929)
  • Bump the all group with 2 updates (#11924)
  • Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11912)
  • Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11907)
  • Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11906)
  • Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11905)
  • Bump the all group with 2 updates (#11870)
  • Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11869)
  • Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11848)
  • Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11847)
  • Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11846)
  • Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11841)
  • Bump github/codeql-action from 3.26.0 to 3.26.2 in the all group (#11833)

Full Changelog: controller-v1.10.4...controller-v1.10.5

helm-chart-4.11.2

16 Aug 06:58
d3bb2b4
Compare
Choose a tag to compare

Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

helm-chart-4.10.4

16 Aug 06:59
f08a1c4
Compare
Choose a tag to compare

Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer

controller-v1.11.2

16 Aug 07:11
d3bb2b4
Compare
Choose a tag to compare

Changelog

controller-v1.11.2

Images:

  • registry.k8s.io/ingress-nginx/controller:v1.11.2@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce
  • registry.k8s.io/ingress-nginx/controller-chroot:v1.11.2@sha256:21b55a2f0213a18b91612a8c0850167e00a8e34391fd595139a708f9c047e7a8

All changes:

  • Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11812)
  • Images: Trigger controller build. (#11807)
  • Tests & Docs: Bump images. (#11805)
  • Images: Trigger failed builds. (#11802)
  • Images: Trigger other builds. (#11798)
  • Controller: Fix panic in alternative backend merging. (#11794)
  • Tests: Bump e2e-test-runner to v20240812-3f0129aa. (#11792)
  • Images: Trigger test-runner build. (#11787)
  • Images: Bump NGINX_BASE to v0.0.12. (#11784)
  • Images: Trigger NGINX build. (#11781)
  • Cloud Build: Add missing config, remove unused ones. (#11777)
  • Generate correct output on NumCPU() when using cgroups2 (#11778)
  • Cloud Build: Tweak timeouts. (#11763)
  • Cloud Build: Fix substitutions. (#11760)
  • Cloud Build: Some chores. (#11757)
  • Go: Bump to v1.22.6. (#11749)
  • Images: Bump NGINX_BASE to v0.0.11. (#11743)
  • Images: Trigger NGINX build. (#11737)
  • docs: update OpenSSL Roadmap link (#11733)
  • Go: Bump to v1.22.5. (#11732)
  • Docs: Fix typo in AWS LB Controller reference (#11725)
  • Perform some cleaning operations on line breaks. (#11721)
  • Missing anchors in regular expression. (#11719)
  • Docs: Fix from-to-www redirect description. (#11716)
  • Chart: Remove isControllerTagValid. (#11713)
  • Tests: Bump e2e-test-runner to v20240729-04899b27. (#11705)
  • Docs: Clarify from-to-www redirect direction. (#11693)
  • added real-client-ip faq (#11664)
  • Docs: Format NGINX configuration table. (#11662)
  • Docs: Update version in deploy/index.md. (#11652)

Dependency updates:

  • Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#11773)
  • Bump the all group with 2 updates (#11771)
  • Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#11769)
  • Bump the all group with 3 updates (#11728)
  • Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11701)
  • Bump the all group with 2 updates (#11698)
  • Bump the all group with 4 updates (#11677)
  • Bump the all group with 2 updates (#11675)

Full Changelog: controller-v1.11.1...controller-v1.11.2

controller-v1.10.4

16 Aug 07:12
f08a1c4
Compare
Choose a tag to compare

Changelog

controller-v1.10.4

Images:

  • registry.k8s.io/ingress-nginx/controller:v1.10.4@sha256:505b9048c02dde3d6c8667bf0b52aba7b36adf7b03da34c47d5fa312d2d4c6fc
  • registry.k8s.io/ingress-nginx/controller-chroot:v1.10.4@sha256:bf71acf6e71830a4470e2183e3bc93c4f006b954f8a05fb434242ef0f8a24858

All changes:

  • Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11811)
  • Images: Trigger controller build. (#11808)
  • Tests & Docs: Bump images. (#11804)
  • Images: Trigger failed builds. (#11801)
  • Images: Trigger other builds. (#11797)
  • Controller: Fix panic in alternative backend merging. (#11793)
  • Tests: Bump e2e-test-runner to v20240812-3f0129aa. (#11791)
  • Images: Trigger test-runner build. (#11786)
  • Images: Bump NGINX_BASE to v0.0.12. (#11783)
  • Images: Trigger NGINX build. (#11780)
  • Cloud Build: Add missing config, remove unused ones. (#11776)
  • Generate correct output on NumCPU() when using cgroups2 (#11775)
  • Cloud Build: Tweak timeouts. (#11762)
  • Cloud Build: Fix substitutions. (#11759)
  • Cloud Build: Some chores. (#11756)
  • Go: Bump to v1.22.6. (#11748)
  • Images: Bump NGINX_BASE to v0.0.11. (#11744)
  • Images: Trigger NGINX build. (#11736)
  • docs: update OpenSSL Roadmap link (#11734)
  • Go: Bump to v1.22.5. (#11731)
  • Docs: Fix typo in AWS LB Controller reference (#11724)
  • Perform some cleaning operations on line breaks. (#11722)
  • Missing anchors in regular expression. (#11718)
  • Docs: Fix from-to-www redirect description. (#11715)
  • Chart: Remove isControllerTagValid. (#11714)
  • Tests: Bump e2e-test-runner to v20240729-04899b27. (#11704)
  • Docs: Clarify from-to-www redirect direction. (#11692)
  • added real-client-ip faq (#11665)
  • Docs: Format NGINX configuration table. (#11660)

Dependency updates:

  • Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#11772)
  • Bump the all group with 2 updates (#11770)
  • Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#11768)
  • Bump the all group with 3 updates (#11729)
  • Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11700)
  • Bump the all group with 2 updates (#11697)
  • Bump the all group with 4 updates (#11676)
  • Bump the all group with 2 updates (#11674)

Full Changelog: controller-v1.10.3...controller-v1.10.4