diff --git a/ChangeLog.md b/ChangeLog.md index 921fcb2..36033b2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.4] +- Update to use newer product catalog updater + ## [2.7.3] - Updates to resolve CVEs diff --git a/vars.sh b/vars.sh index 24fbc02..eac53a0 100644 --- a/vars.sh +++ b/vars.sh @@ -35,7 +35,7 @@ YQ="docker run -i artifactory.algol60.net/csm-docker/stable/docker.io/mikefarah/ # Versions for UAN CFS and Product Catalog Update PRODUCT_CATALOG_UPDATE_VERSION="1.3.2" -UAN_CONFIG_VERSION='1.14.11' +UAN_CONFIG_VERSION='1.15.1' UAN_VCS_VERSIONS_FILE='uan_versions.yml' UAN_VCS_VERSIONS_URL="https://raw.githubusercontent.com/Cray-HPE/uan/$UAN_CONFIG_VERSION/ansible/vars/$UAN_VCS_VERSIONS_FILE"