Skip to content

Commit

Permalink
Bump version and CHANGELOG for v0.7.2 (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: kevdowney <[email protected]>
  • Loading branch information
kevdowney authored Mar 10, 2023
1 parent 9cdca6d commit fcbf410
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v0.7.2"></a>
## [v0.7.2] - 2023-03-10
### Fixed
- Recover from panics in addon workflow controller (#222)

### Changed
- Various improvements (#190) (#191) (#193) (#206) (#208)
- Updated Dependencies (#195) (#197) (#198) (#203) (#214)

### Added
- Add goreleaser as prereqs developer doc (#188)
- Add codeql.yml workflow (#201)

### Removed
- Delete old CHANGELOG (#192)
- Remove KOPS test cluster scripts (#215)

<a name="v0.7.1"></a>
## [v0.7.1] - 2023-01-15
### Fixed
Expand Down Expand Up @@ -152,7 +169,8 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.7.2...HEAD
[v0.7.2]: https://github.com/keikoproj/addon-manager/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/keikoproj/addon-manager/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/keikoproj/addon-manager/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/keikoproj/addon-manager/compare/v0.6.1...v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "fmt"
// The below variables will be overrriden using ldflags set by goreleaser during the build process
var (
// Version is the version string
Version = "v0.7.1"
Version = "v0.7.2"

// GitCommit is the git commit hash
GitCommit = "NONE"
Expand Down

0 comments on commit fcbf410

Please sign in to comment.