Skip to content

Commit

Permalink
chore: release 0.8.1 (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Chun-Che Peng <[email protected]>
  • Loading branch information
ccpeng authored Oct 30, 2023
1 parent e54d5ca commit 41a8bd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v0.8.1"></a>
## [v0.8.1] - 2023-10-30
### Fixed
- Remove old workflows on addon checksum change (#297)

### Changed
- Bump golang.org/x/net from 0.15.0 to 0.17.0 (#289)
- Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#286)

<a name="v0.8.0"></a>
## [v0.8.0] - 2023-09-19

Expand Down Expand Up @@ -213,7 +222,8 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.8.1...HEAD
[v0.8.1]: https://github.com/keikoproj/addon-manager/compare/v0.8.0...v0.8.1
[v0.8.0]: https://github.com/keikoproj/addon-manager/compare/v0.7.2...v0.8.0
[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
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.8.0"
Version = "v0.8.1"

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

0 comments on commit 41a8bd2

Please sign in to comment.