Releases: kubernetes/ingress-nginx
helm-chart-4.0.8
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
helm-chart-4.0.7
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
NGINX Ingress Controller - v1.0.5
Ingress NGINX v1.0.5 is HERE! Thanks for all the contributors for the new features and the bug fixes: @zryfish, @larivierec, @fblgit, @ctron and @rahil-p
Image:
- k8s.gcr.io/ingress-nginx/controller:v1.0.5@sha256:55a1fcda5b7657c372515fe402c3e39ad93aa59f6e4378e82acd99912fe6028d
Possible Breaking Change
We now implement string sanitization in annotation values. This means that words like "location", "by_lua" and
others will drop the reconciliation of an Ingress object.
Users from mod_security and other features should be aware that some blocked values may be used by those features
and must be manually unblocked by the Ingress Administrator.
For more details please check https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#annotation-value-word-blocklist
Changes:
helm-chart-4.0.6
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
NGINX Ingress Controller - v1.0.4
Ingress NGINX v1.0.4 is HERE! Thanks for @sepich for identifying and solving the problem with OpenSSL consuming memory, and for @yongjie-gong for fixing the error that happens when no IngressClass permission is available!
This is a breaking change between previous v0.X branch
This release only supports Kubernetes versions >= v1.19. The support for Ingress Object in networking.k8s.io/v1beta is being dropped and manifests should now use networking.k8s.io/v1.
Please take a look into Migration docs: https://kubernetes.github.io/ingress-nginx/#faq-migration-to-apiversion-networkingk8siov1
Image:
- k8s.gcr.io/ingress-nginx/controller:v1.0.4@sha256:545cff00370f28363dad31e3b59a94ba377854d3a11f18988f5f9e56841ef9ef
Possible Breaking Change
We have disabled the builtin ssl_session_cache due to possible memory fragmentation. This should not impact the majority of users, but please let us know
if you face any problem
Changes:
helm-chart-4.0.5
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
helm-chart-4.0.4
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
helm-chart-3.39.0
Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
NGINX Ingress Controller - v1.0.3
Ingress NGINX v1.0.3 is HERE!
This is a breaking change between previous v0.X branch
This release only supports Kubernetes versions >= v1.19. The support for Ingress Object in networking.k8s.io/v1beta is being dropped and manifests should now use networking.k8s.io/v1.
Please take a look into Migration docs: https://kubernetes.github.io/ingress-nginx/#faq-migration-to-apiversion-networkingk8siov1
Image:
k8s.gcr.io/ingress-nginx/controller:v1.0.3@sha256:4ade87838eb8256b094fbb5272d7dda9b6c7fa8b759e6af5383c1300996a7452
Known Issues
- Ingress controller now (starting from v1.0.0) mandates cluster scoped access to IngressClass. This leads to problems when updating old Ingress controller to newest version, as described here. We plan to fix it in v1.0.4 (promise!!), see this.
Changes:
NGINX Ingress Controller - v0.49.3
Ingress NGINX v0.49.3 is HERE! This release fixes 2 bugs: one with status reported vs Ingress Pods shutting down, other with overlap checks.
Image:
k8s.gcr.io/ingress-nginx/controller:v0.49.3@sha256:35fe394c82164efa8f47f3ed0be981b3f23da77175bbb8268a9ae438851c8324
Changes: