From 0382763367aac2582f23f0972a0792006ebf1914 Mon Sep 17 00:00:00 2001 From: Thomas Decaux Date: Thu, 28 Jan 2021 22:10:03 +0100 Subject: [PATCH] docs: Update next MS to 1.9 (#5332) Signed-off-by: Thomas Decaux --- docs/roadmap.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 3e3b06240a..ec6109ca4d 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -18,13 +18,11 @@ ### Core Functionality Bug Fixes -The core GitOps features still have several known bugs and limitations. The full list is available in [v1.7 milestone]( -https://github.com/argoproj/argo-cd/issues?q=is%3Aopen+is%3Aissue+label%3Abug+milestone%3A%22v1.7+%22+label%3Acomponent%3Acore) +The core GitOps features still have several known bugs and limitations. The full list is available in [v1.9 milestone]( +https://github.com/argoproj/argo-cd/issues?q=is%3Aopen+is%3Aissue+label%3Abug+milestone%3A%22v1.9%22+label%3Acomponent%3Acore) The most notable issues: -* [Application is incorrectly reporting a diff](https://github.com/argoproj/argo-cd/issues/2865) -* [Helm hooks are deleted right after creation](https://github.com/argoproj/argo-cd/issues/2737) * [Argo CD synchronization lasts incredibly long](https://github.com/argoproj/argo-cd/issues/3663) ### Performance