Skip to content

Commit

Permalink
Release v1.9.0 (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 29, 2022
1 parent 25c7f6b commit 26328aa
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.0] - 2022-11-29

### Added

- Add option to configure custom clusterIssuer for certificate generation.
Expand Down Expand Up @@ -185,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First release.


[Unreleased]: https://github.com/giantswarm/athena/compare/v1.8.2...HEAD
[Unreleased]: https://github.com/giantswarm/athena/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/giantswarm/athena/compare/v1.8.2...v1.9.0
[1.8.2]: https://github.com/giantswarm/athena/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/giantswarm/athena/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/giantswarm/athena/compare/v1.7.6...v1.8.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 = "athena"
source = "https://github.com/giantswarm/athena"
version = "1.8.3-dev"
version = "1.9.0"
)

func Description() string {
Expand Down

0 comments on commit 26328aa

Please sign in to comment.