Skip to content

Commit 1b85b9a

Browse files
Release v2.34.0 (#1042)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 03707c7 commit 1b85b9a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s
77

88
## [Unreleased]
99

10+
## [2.34.0] - 2023-03-23
11+
1012

1113
### Added
1214

@@ -1220,7 +1222,8 @@ This release supports rendering for CRs:
12201222
- `AppCatalog`
12211223
- `App`
12221224

1223-
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.33.0...HEAD
1225+
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.34.0...HEAD
1226+
[2.34.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.33.0...v2.34.0
12241227
[2.33.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.32.0...v2.33.0
12251228
[2.32.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.31.2...v2.32.0
12261229
[2.31.2]: https://github.com/giantswarm/kubectl-gs/compare/v2.31.1...v2.31.2

pkg/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var (
55
gitSHA = "n/a"
66
name = "kubectl-gs"
77
source = "https://github.com/giantswarm/kubectl-gs"
8-
version = "2.33.1-dev"
8+
version = "2.34.0"
99
)
1010

1111
func Description() string {

0 commit comments

Comments
 (0)