From d067645ca0cacb48b54f56c7696ee07203faeb43 Mon Sep 17 00:00:00 2001 From: Mitchell Schooler Date: Wed, 22 Jun 2022 16:49:15 -0500 Subject: [PATCH] Update CT tests to stable hms-test:3.1.0 image. --- .version | 2 +- CHANGELOG.md | 6 +++++ LICENSE | 2 +- test/ct/Dockerfile | 26 +++++++++++++++++++--- test/ct/Dockerfile.wait-for-smd.Dockerfile | 22 ++++++++++++++++++ 5 files changed, 53 insertions(+), 5 deletions(-) diff --git a/.version b/.version index 092afa1..84cc529 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.17.0 +1.18.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b44498..03204ac 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.18.0] - 2022-06-22 + +### Changed + +- Updated CT tests to hms-test:3.1.0 image as part of Helm test coordination. + ## [1.17.0] - 2022-05-23 ### Changed diff --git a/LICENSE b/LICENSE index 62daac7..dc4a4ee 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -(C) Copyright [2021] Hewlett Packard Enterprise Development LP +(C) Copyright [2021-2022] Hewlett Packard Enterprise Development LP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/test/ct/Dockerfile b/test/ct/Dockerfile index 8aab54d..8b52f4e 100644 --- a/test/ct/Dockerfile +++ b/test/ct/Dockerfile @@ -1,6 +1,26 @@ -#TODO -#FROM artifactory.algol60.net/csm-docker/stable/hms-test:3.0.0 -FROM artifactory.algol60.net/csm-docker/unstable/hms-test:3.1.0-20220615230509.040201a +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# 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 COPY smoke/ /src/app #COPY functional/ /src/app diff --git a/test/ct/Dockerfile.wait-for-smd.Dockerfile b/test/ct/Dockerfile.wait-for-smd.Dockerfile index 988ec28..6147dd9 100644 --- a/test/ct/Dockerfile.wait-for-smd.Dockerfile +++ b/test/ct/Dockerfile.wait-for-smd.Dockerfile @@ -1,3 +1,25 @@ +# MIT License +# +# (C) Copyright [2022] Hewlett Packard Enterprise Development LP +# +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# 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/docker.io/library/alpine:3.15 RUN set -x \