Skip to content

Commit

Permalink
Release v0.7.0 (#358)
Browse files Browse the repository at this point in the history
* Release v0.7.0

* Update dats.sh

---------

Co-authored-by: Zirko <[email protected]>
  • Loading branch information
taylorbot and QuantumEnigmaa authored Sep 3, 2024
1 parent c4fae0e commit ad6690f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.0] - 2024-09-03

- Changed
- Update `apptestctl` to 0.20.0 to add Prometheuses and RemoteWrites CRDs.

Expand Down Expand Up @@ -162,7 +164,8 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added
- initial release

[Unreleased]: https://github.com/giantswarm/app-test-suite/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/giantswarm/app-test-suite/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/giantswarm/app-test-suite/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/giantswarm/app-test-suite/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/giantswarm/app-test-suite/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/giantswarm/app-test-suite/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion dats.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DATS_TAG=${DATS_TAG:-"0.5.0"}
DATS_TAG=${DATS_TAG:-"0.7.0"}

# Please Note
# This script tries to speed up python tests execution by using pipenv cache and reusing virtualenvs.
Expand Down

0 comments on commit ad6690f

Please sign in to comment.