From 23d4a72547780b43524332f6f774f6265354229c Mon Sep 17 00:00:00 2001 From: Mitchell Schooler Date: Tue, 19 Jul 2022 16:20:04 -0500 Subject: [PATCH] Update CT tests to use hms-test:3.2.0 image. --- .version | 2 +- CHANGELOG.md | 6 ++++++ test/ct/Dockerfile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 141f2e8..15b989e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.15.0 +1.16.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a82244..609bfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\ +## [1.16.0] - 2022-07-19 + +### Changed + +- Updated CT tests to hms-test:3.2.0 image to pick up Helm test enhancements and CVE fixes. + ## [1.15.0] - 2022-07-01 ### Changed diff --git a/test/ct/Dockerfile b/test/ct/Dockerfile index a23a9e4..b753548 100644 --- a/test/ct/Dockerfile +++ b/test/ct/Dockerfile @@ -20,7 +20,7 @@ # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -FROM artifactory.algol60.net/csm-docker/stable/hms-test:3.1.0 +FROM artifactory.algol60.net/csm-docker/stable/hms-test:3.2.0 COPY smoke/ /src/app #COPY functional/ /src/app