Skip to content

Commit

Permalink
Release v2.45.3 (#1157)
Browse files Browse the repository at this point in the history
* bump golang for zz_generated.create_release.yaml

* Release v2.45.3

* Release v2.45.3

---------

Co-authored-by: Jirka Kremser <[email protected]>
  • Loading branch information
taylorbot and jkremser authored Oct 26, 2023
1 parent 4d530e3 commit 454e251
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- windows-amd64
env:
GITHUB_TOKEN: "${{ secrets.TAYLORBOT_GITHUB_ACTION }}"
GO_VERSION: 1.19.6
GO_VERSION: 1.20.8
ARTIFACT_DIR: bin-dist
TAG: v${{ needs.gather_facts.outputs.version }}
CODE_SIGNING_CERT_BUNDLE_BASE64: ${{ secrets.CODE_SIGNING_CERT_BUNDLE_BASE64 }}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [2.45.3] - 2023-10-26

## [2.45.3] - 2023-10-26

## [2.45.2] - 2023-10-26

## [2.45.1] - 2023-10-26
Expand Down Expand Up @@ -1343,7 +1347,9 @@ This release supports rendering for CRs:
- `AppCatalog`
- `App`

[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.2...HEAD
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.3...HEAD
[2.45.3]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.3...v2.45.3
[2.45.3]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.2...v2.45.3
[2.45.2]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.1...v2.45.2
[2.45.1]: https://github.com/giantswarm/kubectl-gs/compare/v2.45.0...v2.45.1
[2.45.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.44.0...v2.45.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var (
gitSHA = "n/a"
name = "kubectl-gs"
source = "https://github.com/giantswarm/kubectl-gs"
version = "2.45.2"
version = "2.45.3"
)

func Description() string {
Expand Down

0 comments on commit 454e251

Please sign in to comment.