From 172fcf3632464db387e38aa95f090929086495e3 Mon Sep 17 00:00:00 2001 From: charanm08 <97306394+charanm08@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:13:04 +0530 Subject: [PATCH] 20.3.0 remove latest tag (#3606) --- azure-pipelines.yaml | 2 -- docs/cis-20.x/RELEASE-NOTES.rst | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index a8bc08a6d..7cb317128 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -148,7 +148,6 @@ stages: - script: | set -ex docker pull $(quay_path):$(BUILD_VERSION)-$(Build.SourceVersion) - docker tag $(quay_path):$(BUILD_VERSION)-$(Build.SourceVersion) $(docker_repo):latest docker tag $(quay_path):$(BUILD_VERSION)-$(Build.SourceVersion) $(docker_repo):$(BUILD_VERSION) patch_version=`echo $(BUILD_VERSION) | awk -F '.' '{print $3}'` if [ "${patch_version}" == "0" ] ; then @@ -156,7 +155,6 @@ stages: docker tag $(quay_path):$(BUILD_VERSION)-$(Build.SourceVersion) $(docker_repo):${stripped_version} docker push $(docker_repo):${stripped_version} fi - docker push $(docker_repo):latest docker push $(docker_repo):$(BUILD_VERSION) displayName: 'Push image to DockerHub' condition: startsWith(variables['build.sourceBranch'], 'refs/tags/') diff --git a/docs/cis-20.x/RELEASE-NOTES.rst b/docs/cis-20.x/RELEASE-NOTES.rst index 87ba3829c..4e4ba0653 100644 --- a/docs/cis-20.x/RELEASE-NOTES.rst +++ b/docs/cis-20.x/RELEASE-NOTES.rst @@ -19,6 +19,11 @@ Added Functionality * Support for CIS deployment parameter "ipam-namespace" to configure the namespace for IPAM CR * Helm chart support +Known Issues: +`````````````` +* On 422 error, CIS is not processing the latest/modified resource config. Its recommended to restart the CIS +* CIS cleanup of ingressLink CR is not working intermittently. Its recommended to restart the CIS + 3.0.0-beta-2 -------------