Skip to content

Commit

Permalink
Release v0.16.0 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot authored May 11, 2023
1 parent caf4f4c commit d7df24f
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 @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0] - 2023-05-11

### Changed

- Update base container image to alpine:3.18.0.
Expand Down Expand Up @@ -226,7 +228,8 @@ resources are deleted on subsequent test runs.

- Add initial version that bootstraps app-operator, chart-operator and chartmuseum.

[Unreleased]: https://github.com/giantswarm/apptestctl/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/giantswarm/apptestctl/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/giantswarm/apptestctl/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/giantswarm/apptestctl/compare/v0.14.5...v0.15.0
[0.14.5]: https://github.com/giantswarm/apptestctl/compare/v0.14.4...v0.14.5
[0.14.4]: https://github.com/giantswarm/apptestctl/compare/v0.14.3...v0.14.4
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "apptestctl"
source = "https://github.com/giantswarm/apptestctl"
version = "0.15.1-dev"
version = "0.16.0"
)

func Description() string {
Expand Down

0 comments on commit d7df24f

Please sign in to comment.