From 256c55b3e6b1c10a52f42e5b141b42a4e4662560 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Mon, 23 Sep 2024 20:23:58 +0200 Subject: [PATCH] Update run-tests-with-ats.yaml (#558) * Update run-tests-with-ats.yaml Bump app-test-suite to 0.8.0 * Update CHANGELOG.md --- CHANGELOG.md | 3 ++- src/jobs/run-tests-with-ats.yaml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d789f3..7774be71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -Updated Kubernetes versions in kubeconform command. +- Bump `app-test-suite_version` default to v0.8.0. +- Updated Kubernetes versions in kubeconform command. ## [5.8.0] - 2024-09-03 diff --git a/src/jobs/run-tests-with-ats.yaml b/src/jobs/run-tests-with-ats.yaml index 8bd2d6a8..c0160774 100644 --- a/src/jobs/run-tests-with-ats.yaml +++ b/src/jobs/run-tests-with-ats.yaml @@ -6,11 +6,11 @@ parameters: app-test-suite_version: description: "Version of app-test-suite dabs.sh container wrapper to use (git tag or commit)" type: string - default: "v0.7.0" + default: "v0.8.0" app-test-suite_container_tag: description: "Container tag of app-test-suite to use (check gsoci.azurecr.io/giantswarm/app-test-suite)" type: string - default: "0.7.0" + default: "0.8.0" additional_app-test-suite_flags: description: "Additional app-test-suite flags to use" type: string