Skip to content

Commit 9b45a75

Browse files
authored
Release v4.3.1 (#1475)
1 parent 5ebeef8 commit 9b45a75

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+
## [4.3.1] - 2024-11-04
11+
1012
### Fixed
1113

1214
- Fixed unique user tracking
@@ -1547,7 +1549,8 @@ This release supports rendering for CRs:
15471549
- `AppCatalog`
15481550
- `App`
15491551

1550-
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v4.3.0...HEAD
1552+
[Unreleased]: https://github.com/giantswarm/kubectl-gs/compare/v4.3.1...HEAD
1553+
[4.3.1]: https://github.com/giantswarm/kubectl-gs/compare/v4.3.0...v4.3.1
15511554
[4.3.0]: https://github.com/giantswarm/kubectl-gs/compare/v4.2.0...v4.3.0
15521555
[4.2.0]: https://github.com/giantswarm/kubectl-gs/compare/v4.1.0...v4.2.0
15531556
[4.1.0]: https://github.com/giantswarm/kubectl-gs/compare/v4.0.0...v4.1.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 = "4.3.1-dev"
8+
version = "4.3.1"
99
)
1010

1111
func Description() string {

0 commit comments

Comments
 (0)