Skip to content

Commit

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

* Update version in app_test_suite/version.py

* Update version in setup.py

* Update version in dats.sh

* Release v0.3.0

* Revert "Release v0.3.0"

This reverts commit 5843713.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gerald Pape <[email protected]>
  • Loading branch information
github-actions[bot] and ubergesundheit authored May 15, 2023
1 parent e5e00b5 commit f821d9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.3.0] - 2023-05-15

- Changed
- Update `apptestctl` to 0.16.0 for support of kubernetes 1.25
- Install the App CR into the target namespace. This is required because newer app-operators contain a security check to prevent installing outside of `giantswarm`, the org namespace or the same namespace as the App CR is located in. This security check is only present for App CRs that specify `inCluster: true`.
Expand Down Expand Up @@ -124,7 +126,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.2.9...HEAD
[Unreleased]: https://github.com/giantswarm/app-test-suite/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/giantswarm/app-test-suite/compare/v0.2.9...v0.3.0
[0.2.9]: https://github.com/giantswarm/app-test-suite/compare/v0.2.6...v0.2.9
[0.2.6]: https://github.com/giantswarm/app-test-suite/compare/v0.2.4...v0.2.6
[0.2.4]: https://github.com/giantswarm/app-test-suite/compare/v0.2.0...v0.2.4
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.2.9-130f45b061f582d84fccd06443359061bb8599c9"
build_ver = "v0.3.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.2.1"}
DATS_TAG=${DATS_TAG:-"0.3.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.2.4",
version="0.3.0",
author="Łukasz Piątkowski",
author_email="[email protected]",
description="An app testing suite for GiantSwarm app platform",
Expand Down

0 comments on commit f821d9d

Please sign in to comment.