Skip to content

Commit 433faa1

Browse files
authored
Release v2.38.0 (#1084)
1 parent 8e6d919 commit 433faa1

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.38.0] - 2023-06-14
11+
1012
### Changed
1113

1214
- App: Rename `nginx-ingress-controller-app` to `ingress-nginx`. ([#1077](https://github.com/giantswarm/kubectl-gs/pull/1077))
@@ -1262,7 +1264,8 @@ This release supports rendering for CRs:
12621264
- `AppCatalog`
12631265
- `App`
12641266

1265-
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.37.0...HEAD
1267+
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.38.0...HEAD
1268+
[2.38.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.37.0...v2.38.0
12661269
[2.37.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.36.1...v2.37.0
12671270
[2.36.1]: https://github.com/giantswarm/kubectl-gs/compare/v2.36.0...v2.36.1
12681271
[2.36.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.35.0...v2.36.0

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.37.1-dev"
8+
version = "2.38.0"
99
)
1010

1111
func Description() string {

0 commit comments

Comments
 (0)