Skip to content

Commit da0a6f3

Browse files
authored
Release v3.1.0 (#1385)
1 parent 073a9a4 commit da0a6f3

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+
## [3.1.0] - 2024-07-23
11+
1012
### Added
1113

1214
- Add `--prevent-deletion` flag to cluster template command for capv clusters
@@ -1501,7 +1503,8 @@ This release supports rendering for CRs:
15011503
- `AppCatalog`
15021504
- `App`
15031505

1504-
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v3.0.0...HEAD
1506+
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v3.1.0...HEAD
1507+
[3.1.0]: https://github.com/giantswarm/kubectl-gs/compare/v3.0.0...v3.1.0
15051508
[3.0.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.57.0...v3.0.0
15061509
[2.57.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.56.0...v2.57.0
15071510
[2.56.0]: https://github.com/giantswarm/kubectl-gs/compare/v2.55.0...v2.56.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 = "3.0.0"
8+
version = "3.1.0"
99
)
1010

1111
func Description() string {

0 commit comments

Comments
 (0)