From 0af052b1bd1730ba0b3daa70753100ac750f9bf4 Mon Sep 17 00:00:00 2001 From: taylorbot Date: Thu, 1 Aug 2024 10:12:03 +0000 Subject: [PATCH 1/2] Release v6.16.0 --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4289d9..52ceeec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.16.0] - 2024-08-01 + ## [6.15.1] - 2024-07-26 ### Changed @@ -491,7 +493,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add changelog. - Add SemVer versioning. -[Unreleased]: https://github.com/giantswarm/architect/compare/v6.15.1...HEAD +[Unreleased]: https://github.com/giantswarm/architect/compare/v6.16.0...HEAD +[6.16.0]: https://github.com/giantswarm/architect/compare/v6.15.1...v6.16.0 [6.15.1]: https://github.com/giantswarm/architect/compare/v6.15.0...v6.15.1 [6.15.0]: https://github.com/giantswarm/architect/compare/v6.14.1...v6.15.0 [6.14.1]: https://github.com/giantswarm/architect/compare/v6.14.0...v6.14.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index beff4d56..f1e54f0f 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -3,7 +3,7 @@ package project var ( buildTimestamp string gitSHA string - version = "6.15.1" + version = "6.16.0" ) func BuildTimestamp() string { From 2ada136f51aeaa8d7d7132dc250a1eaf6f7be340 Mon Sep 17 00:00:00 2001 From: Laszlo Uveges Date: Thu, 1 Aug 2024 12:15:04 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52ceeec5..64101c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.16.0] - 2024-08-01 +### Changed + +- Bump `github.com/giantswarm/gitrepo` to `v0.3.0` to add git tag prefix support. See: https://github.com/giantswarm/gitrepo/releases/tag/v0.3.0. + ## [6.15.1] - 2024-07-26 ### Changed