From b5679e620b2f03ee811af468136ee6d4273c12a3 Mon Sep 17 00:00:00 2001 From: Neha Lohia Date: Tue, 24 Aug 2021 22:01:14 +0530 Subject: [PATCH] add known issues in changelog.md for release v1.0.0 (#7536) * release v1.0.0 Signed-off-by: Neha Lohia * add the known issues no in changelog.md for release v1.0.0 Signed-off-by: Neha Lohia --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ee762e42c..59cff2a55 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,7 +11,7 @@ This release only supports Kubernetes versions >= v1.19. The support for Ingress **Known Issues** Ingress Controller only supports cluster scoped IngressClass and needs cluster wide permission for this object, otherwise it is not going to start. -We plan to fix this in v1.0.1 +We plan to fix this in v1.0.1 and issues #7510 and #7502 are tracking this. Changes: - [X] [#7529](https://github.com/kubernetes/ingress-nginx/pull/7529) End-to-end tests for canary affinity