Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app-test-suite to v0.6.0 #520

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update `app-test-suite` to v0.6.0.

## [5.1.2] - 2024-05-08

### Changed
Expand Down
4 changes: 2 additions & 2 deletions src/jobs/run-tests-with-ats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1"
default: "v0.6.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.5.1"
default: "0.6.0"
additional_app-test-suite_flags:
description: "Additional app-test-suite flags to use"
type: string
Expand Down