Skip to content

Commit

Permalink
Release v6.18.0 (#1010)
Browse files Browse the repository at this point in the history
* Release v6.18.0

* Update CHANGELOG.md

---------

Co-authored-by: Marian Steinbach <[email protected]>
  • Loading branch information
taylorbot and marians authored Aug 26, 2024
1 parent dd1ea46 commit c0d936a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.18.0] - 2024-08-26

### Changed

- Upgrade Go to v1.23.0
- Upgrade golangci-lint to v1.60.3
- Upgrade nancy to v1.0.46
- Upgrade kubeconform to v0.4.14

## [6.17.0] - 2024-08-19

### Changed
Expand Down Expand Up @@ -503,7 +512,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.17.0...HEAD
[Unreleased]: https://github.com/giantswarm/architect/compare/v6.18.0...HEAD
[6.18.0]: https://github.com/giantswarm/architect/compare/v6.17.0...v6.18.0
[6.17.0]: https://github.com/giantswarm/architect/compare/v6.16.0...v6.17.0
[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
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package project
var (
buildTimestamp string
gitSHA string
version = "6.17.0"
version = "6.18.0"
)

func BuildTimestamp() string {
Expand Down

0 comments on commit c0d936a

Please sign in to comment.