From ab185b3b30bab3a5f5d3a7438cf91677ba11914e Mon Sep 17 00:00:00 2001 From: Chun-Che Peng <20843713+ccpeng@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:44:26 -0700 Subject: [PATCH] chore: release 0.8.2 (#328) Signed-off-by: Chun-Che Peng --- CHANGELOG.md | 16 ++++++++++++++++ pkg/version/version.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59185e..ef48652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ ## [Unreleased] + +## [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 + ## [v0.8.1] - 2023-10-30 ### Fixed diff --git a/pkg/version/version.go b/pkg/version/version.go index ed454d9..5242162 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -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"