Skip to content

Commit

Permalink
chore: release 0.8.2 (#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Chun-Che Peng <[email protected]>
  • Loading branch information
ccpeng authored Jun 11, 2024
1 parent a7390cb commit ab185b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v0.8.2"></a>
## [v0.8.2] - 2024-06-11
## What's Changed
* Bump google.golang.org/grpc from 1.56.2 to 1.56.3 by @dependabot in https://github.com/keikoproj/addon-manager/pull/296
* Bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/keikoproj/addon-manager/pull/305
* Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/keikoproj/addon-manager/pull/306
* Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/keikoproj/addon-manager/pull/308
* Bump k8s.io/apiextensions-apiserver from 0.25.14 to 0.25.16 by @dependabot in https://github.com/keikoproj/addon-manager/pull/300
* Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in https://github.com/keikoproj/addon-manager/pull/310
* Bump github.com/go-logr/logr from 1.2.4 to 1.4.1 by @dependabot in https://github.com/keikoproj/addon-manager/pull/311
* chore: upgraded to controller-runtime 0.17.2 and ginkgo v2 by @ccpeng in https://github.com/keikoproj/addon-manager/pull/319
* Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in https://github.com/keikoproj/addon-manager/pull/324
* chore: update dev tools by @kevdowney in https://github.com/keikoproj/addon-manager/pull/326

**Full Changelog**: https://github.com/keikoproj/addon-manager/compare/v0.8.1...v0.8.2

<a name="v0.8.1"></a>
## [v0.8.1] - 2023-10-30
### Fixed
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.1"
Version = "v0.8.2"

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

0 comments on commit ab185b3

Please sign in to comment.