Skip to content

Commit

Permalink
Update CHANGELOG and version for v0.5.1 (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: kevdowney <[email protected]>
  • Loading branch information
kevdowney authored May 31, 2022
1 parent 53dc196 commit 96210a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v0.5.1"></a>
## [v0.5.1] - 2022-05-31
### Fixed
- Bump github.com/argoproj/argo-workflows/v3 from 3.2.6 to 3.2.11 (#142)
- Upgrade Argo Workflows to v3.2.11 (#143)
- Fix GHSA-hp87-p4gw-j4gq security issue 7 (#144)
### Changed
- Update addon status based on workflow lifecycle and status change (#126)
- Bump docker/setup-buildx-action from 1 to 2 (#138)
- Bump docker/login-action from 1 to 2 (#139)
- Bump docker/setup-qemu-action from 1 to 2 (#140)
- Bump goreleaser/goreleaser-action from 2 to 3 (#141)

<a name="v0.5.0"></a>
## [v0.5.0] - 2022-04-26
### Fixed
Expand Down Expand Up @@ -94,7 +107,8 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.5.1...HEAD
[v0.5.1]: https://github.com/keikoproj/addon-manager/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/keikoproj/addon-manager/compare/v0.4.3...v0.5.0
[v0.4.3]: https://github.com/keikoproj/addon-manager/compare/v0.4.2...v0.4.3
[v0.4.2]: https://github.com/keikoproj/addon-manager/compare/v0.4.1...v0.4.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.5.0"
Version = "v0.5.1"

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

0 comments on commit 96210a0

Please sign in to comment.