From 1feec89002b982836c5006551bb649b6051cea6c Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Wed, 23 Jun 2021 19:22:11 -0300 Subject: [PATCH] Update changelog and matrix table for v1.0.0-alpha.1 (#7274) Signed-off-by: Ricardo Pchevuzinske Katz --- Changelog.md | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) diff --git a/Changelog.md b/Changelog.md index b9a0de82b..b41c9f686 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,18 @@ # Changelog +### 1.0.0-alpha.1 +**THIS IS A BREAKING CHANGE** + +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`. + +**Image:** + +- `k8s.gcr.io/ingress-nginx/controller:v1.0.0-alpha.1@sha256:32f3f02a038c0d7cf33b71a14028c3a4ddee6f4c3fe5fadfa14b915e5e0d9faf` + +_ New Features:_ + +- [X] [#7156] Drops support for Ingress Object v1beta1 + ### 0.47.0 **Image:** diff --git a/README.md b/README.md index 9add5beba..4ad06caf6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ For detailed changes on the `ingress-nginx` helm chart, please check the followi | Ingress-nginx version | k8s supported version | Alpine Version | Nginx Version | |-----------------------|------------- |----------------|---------------| +| v1.0.0-alpha.1 | 1.21, 1.20, 1.19 | 3.13.5 | 1.20.1 | | v0.47.0 | 1.21, 1.20, 1.19 | 3.13.5 | 1.20.1 | | v0.46.0 | 1.21, 1.20, 1.19 | 3.13.2 | 1.19.6 | | v0.45.0 | 1.21, 1.20, 1.19 | 3.13.2 | 1.19.6 |