Skip to content

Commit

Permalink
Release v0.11.1 (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 28, 2021
1 parent e98b27e commit 77126c4
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 @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.1] - 2021-09-28

### Fixed

- Set `isManagementCluster` to true so we `ClusterFirst` for chart-operator
Expand Down Expand Up @@ -147,7 +149,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.11.0...HEAD
[Unreleased]: https://github.com/giantswarm/apptestctl/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/giantswarm/apptestctl/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/giantswarm/apptestctl/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/giantswarm/apptestctl/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/giantswarm/apptestctl/compare/v0.8.0...v0.9.0
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.11.1-dev"
version = "0.11.1"
)

func Description() string {
Expand Down

0 comments on commit 77126c4

Please sign in to comment.