From 6c6f17741a5f9b67cdd18241a7918b62a8d80bd1 Mon Sep 17 00:00:00 2001 From: Daniel Grimm Date: Thu, 18 Jul 2024 12:29:08 +0200 Subject: [PATCH] Extend implementation plan Signed-off-by: Daniel Grimm --- enhancements/SEP2-revision-tags.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enhancements/SEP2-revision-tags.md b/enhancements/SEP2-revision-tags.md index b734ba0b3..da6106333 100644 --- a/enhancements/SEP2-revision-tags.md +++ b/enhancements/SEP2-revision-tags.md @@ -48,6 +48,8 @@ Istio has a `values.revisionTags` field that we even currently expose in our API - [ ] Add field revisionTags to Istio CRD - [ ] Implement tag creation and update - [ ] Add logic to prevent duplicate tags +- [ ] Documentation +- [ ] Integration tests ## Test Plan We should cover this functionality in our sail-operator integration tests.