Skip to content

Commit 999a465

Browse files
chore: prepare 6.3.0 release (#237)
* chore: prepare 6.3.0 release * fix(lint): rollback to golangci-lint v1.52.2 to avoid depguard v2 --------- Co-authored-by: Pekka Nurmi <pekka.nurmi@upcloud.com>
1 parent ca185dc commit 999a465

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: golangci/golangci-lint-action@v3
1313
with:
14-
version: latest
14+
version: v1.52.2

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [6.3.0]
9+
810
### Added
911
- ServerGroup `AntiAffinityPolicy` field to support strict, best-effort and off policies. This replaces `AntiAffinity`
1012

@@ -294,7 +296,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
294296

295297
First stable release
296298

297-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.2.0...HEAD
299+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.3.0...HEAD
300+
[6.3.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.2.0...v6.3.0
298301
[6.2.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.1...v6.2.0
299302
[6.1.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.1.0...v6.1.1
300303
[6.1.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.0.0...v6.1.0

upcloud/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
Version string = "6.2.0"
19+
Version string = "6.3.0"
2020
APIVersion string = "1.3"
2121
APIBaseURL string = "https://api.upcloud.com"
2222

0 commit comments

Comments
 (0)