Skip to content

Commit

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

* upgrade version strings to 0.5.0

Signed-off-by: Matias Charriere <[email protected]>

* Update changelog

Signed-off-by: Matias Charriere <[email protected]>

* update changelog

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
Co-authored-by: Matias Charriere <[email protected]>
  • Loading branch information
taylorbot and mcharriere authored Oct 10, 2023
1 parent 6873832 commit 32a4108
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2023-10-10

- Changed
- Update `apptestctl` to 0.18.0 for VPA and PolicyException CRDs.
- Update dependencies.

## [0.4.1] - 2023-06-12

- No changes in this release. This release fixes missing version updates forgotten in 0.4.0
Expand Down Expand Up @@ -139,7 +145,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.4.1...HEAD
[Unreleased]: https://github.com/giantswarm/app-test-suite/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/giantswarm/app-test-suite/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/giantswarm/app-test-suite/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/giantswarm/app-test-suite/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/giantswarm/app-test-suite/compare/v0.2.9...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion app_test_suite/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build_ver = "v0.4.1"
build_ver = "v0.5.0"
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.4.1"}
DATS_TAG=${DATS_TAG:-"0.5.0"}

# Please Note
# This script tries to speed up python tests execution by using pipenv cache and reusing virtualenvs.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="app_test_suite",
version="0.4.1",
version="0.5.0",
author="Łukasz Piątkowski",
author_email="[email protected]",
description="An app testing suite for GiantSwarm app platform",
Expand Down

0 comments on commit 32a4108

Please sign in to comment.