File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 7.4.0] - 2026-02-12
11+
1012### Changed
1113
1214- Change default container registry to ` gsoci.azurecr.io `
@@ -608,7 +610,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
608610- Add changelog.
609611- Add SemVer versioning.
610612
611- [ Unreleased ] : https://github.com/giantswarm/architect/compare/v7.3.0...HEAD
613+ [ Unreleased ] : https://github.com/giantswarm/architect/compare/v7.4.0...HEAD
614+ [ 7.4.0 ] : https://github.com/giantswarm/architect/compare/v7.3.0...v7.4.0
612615[ 7.3.0 ] : https://github.com/giantswarm/architect/compare/v7.2.1...v7.3.0
613616[ 7.2.1 ] : https://github.com/giantswarm/architect/compare/v7.2.0...v7.2.1
614617[ 7.2.0 ] : https://github.com/giantswarm/architect/compare/v7.1.0...v7.2.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package project
33var (
44 buildTimestamp string
55 gitSHA string
6- version = "7.3.1-dev "
6+ version = "7.4.0 "
77)
88
99func BuildTimestamp () string {
You can’t perform that action at this time.
0 commit comments