Skip to content

Commit

Permalink
Release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Oct 19, 2022
1 parent 9ec8d00 commit 944bb8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.7] - 2022-10-19

- Changed
- Bump `pytest-helm-charts` to `1.0.2` to fix `KUBECONFIG` path passing to `pytest-helm-charts`

## [0.2.6] - 2022-10-10

- Changed
Expand Down
3 changes: 2 additions & 1 deletion Makefile.ats.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ __check_defined = \

all: docker-build

release: release_ver_to_code docker-build-image
release: release_ver_to_code docker-test docker-build-image
echo "build_ver = \"${TAG}\"" > app_test_suite/version.py
git commit -am "Release ${TAG}"
git tag ${TAG}
# mv dats.sh.back dats.sh
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.5-dev"
build_ver = "v0.2.7"

0 comments on commit 944bb8a

Please sign in to comment.