Skip to content

Commit

Permalink
Merge pull request #27 from Conjur-Enterprise/fix-promote
Browse files Browse the repository at this point in the history
CNJR-5878: Fix promotion error
  • Loading branch information
szh authored and GitHub Enterprise committed Dec 18, 2024
2 parents ed0741e + 6ca697d commit f0f432b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- Nothing should go in this section, please add to the latest unreleased version (and update the corresponding date), or add a new version.

## [0.26.4] - 2024-09-13
## [0.26.4] - 2024-12-17

### Security
- Pin yq to an unreleased version that resolves CVE-2024-34156. (CONJSE-1905)
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ if (params.MODE == "PROMOTE") {

// Pull existing images from internal registry in order to promote
infrapool.agentSh """
git config --global --add safe.directory "\$(pwd)"
export PATH="release-tools/bin:${PATH}"
docker pull registry.tld/conjur-authn-k8s-client:${sourceVersion}
docker pull registry.tld/conjur-authn-k8s-client-redhat:${sourceVersion}
Expand Down

0 comments on commit f0f432b

Please sign in to comment.