Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for v0.5.0 Release #137

Merged
merged 4 commits into from
Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
## [Unreleased]

<a name="v0.5.0"></a>
## [v0.5.0] - 2022-03-08
## [v0.5.0] - 2022-04-26
### Fixed
- Build Fix (#102)
- Fix UTC build date (#135)
### Changed
- Upgrade to Go 1.17+ (#116)
- Upgrade Kubernetes APIs (apimachinery, api, etc.) to 0.21 (#116)
Expand All @@ -15,6 +16,9 @@
- update build badge to use GitHub Action status (#109)
- Migrate to GitHub Actions to gate PRs. (#105)
- bumps actions/checkout from 2 to 3 (#119)
- addon-manager refactor pkg/ directory (#123)
- Bump actions/setup-go from 2 to 3 (#132)
- Bump codecov/codecov-action from 2.1.0 to 3 (#128)

<a name="v0.4.3"></a>
## [v0.4.3] - 2021-07-15
Expand Down Expand Up @@ -90,7 +94,9 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.5.0...HEAD
[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
[v0.4.1]: https://github.com/keikoproj/addon-manager/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/keikoproj/addon-manager/compare/v0.3.1...v0.4.0
Expand Down