Skip to content

Commit

Permalink
20.3.0 remove latest tag (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
charanm08 authored Oct 24, 2024
1 parent 040d161 commit 172fcf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,13 @@ 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
stripped_version=`echo $(BUILD_VERSION) | rev | cut -c3- | rev`
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/')
Expand Down
5 changes: 5 additions & 0 deletions docs/cis-20.x/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit 172fcf3

Please sign in to comment.