Skip to content

Commit c73b639

Browse files
authored
Release v2.41.0 (#1107)
1 parent 452438a commit c73b639

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.41.0] - 2023-08-16
11+
1012
### Added
1113

1214
- Adding `opsctl login` support for EKS clusters.
@@ -1287,7 +1289,8 @@ This release supports rendering for CRs:
12871289
- `AppCatalog`
12881290
- `App`
12891291

1290-
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.40.0...HEAD
1292+
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v2.41.0...HEAD
1293+
[2.41.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.40.0...v2.41.0
12911294
[2.40.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.39.0...v2.40.0
12921295
[2.39.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.38.0...v2.39.0
12931296
[2.38.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.37.0...v2.38.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.40.1-dev"
8+
version = "2.41.0"
99
)
1010

1111
func Description() string {

0 commit comments

Comments
 (0)