From 83e4403dd642c62ca36009e903a1a0a05fff290f Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 31 Oct 2024 08:58:16 -0400 Subject: [PATCH 1/4] Release v3.4.0 #minor --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ cmd/version/version.go | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52f75d6..072dd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,31 @@ # Change Log +## [3.4.0](https://github.com/vultr/vultr-cli/compare/v3.3.1...v3.4.0) (2024-10-31) +### Enhancements +* Database: Add MySQL advanced config [PR 472](https://github.com/vultr/vultr-cli/pull/472) +* Loadbalancer: Add nodes flag and printer display [PR 474](https://github.com/vultr/vultr-cli/pull/474) +* Database: Add support for Kafka [PR 487](https://github.com/vultr/vultr-cli/pull/487) + +### Dependencies +* Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 [PR 470](https://github.com/vultr/vultr-cli/pull/470) +* Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 [PR 473](https://github.com/vultr/vultr-cli/pull/473) +* Update govultr from v3.9.0 to v3.9.1 [PR 471](https://github.com/vultr/vultr-cli/pull/471) +* Update govultr from v3.9.1 to v3.11.0 [PR 481](https://github.com/vultr/vultr-cli/pull/481) +* Update govultr from v3.11.0 to v3.11.1 [PR 485](https://github.com/vultr/vultr-cli/pull/485) +* Update govultr from v3.11.1 to v3.11.2 [PR 486](https://github.com/vultr/vultr-cli/pull/486) + +### Documentation +* Update autocompletion instructions [PR 477](https://github.com/vultr/vultr-cli/pull/477) +* Add github CODEOWNERS file [PR 484](https://github.com/vultr/vultr-cli/pull/484) +* Fix instructions to install vultr-cli via Go [PR 475](https://github.com/vultr/vultr-cli/pull/475) +* Container registry: Clarify public flag options [PR 479](https://github.com/vultr/vultr-cli/pull/479) + +### Clean up +* Remove deprecated exportloopref linter [PR 482](https://github.com/vultr/vultr-cli/pull/482) + +### New Contributors +* @zikalino made their first contribution in [PR 475](https://github.com/vultr/vultr-cli/pull/475) +* @cjones-vultr made their first contribution in [PR 477](https://github.com/vultr/vultr-cli/pull/477) + ## [3.3.1](https://github.com/vultr/vultr-cli/compare/v3.3.0...v3.3.1) (2024-07-29) ### Bug Fixes * DNS: Make record create priority and ttl flags optional [PR 468](https://github.com/vultr/vultr-cli/pull/468) diff --git a/cmd/version/version.go b/cmd/version/version.go index 35eea08..25a6e78 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -9,7 +9,7 @@ import ( ) const ( - Version string = "v3.3.1" + Version string = "v3.4.0" ) var ( From 21bb9832073427f132799c7dd0167dfdf0fcbbdb Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 31 Oct 2024 09:01:39 -0400 Subject: [PATCH 2/4] Fix changelog heading --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 072dd07..3c74dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ * Fix instructions to install vultr-cli via Go [PR 475](https://github.com/vultr/vultr-cli/pull/475) * Container registry: Clarify public flag options [PR 479](https://github.com/vultr/vultr-cli/pull/479) -### Clean up +### Automation * Remove deprecated exportloopref linter [PR 482](https://github.com/vultr/vultr-cli/pull/482) ### New Contributors From 5d37bd06e7716513709d128f090818b68eab2da2 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 31 Oct 2024 09:02:53 -0400 Subject: [PATCH 3/4] Fix load balancer title --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c74dc2..8f7bd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [3.4.0](https://github.com/vultr/vultr-cli/compare/v3.3.1...v3.4.0) (2024-10-31) ### Enhancements * Database: Add MySQL advanced config [PR 472](https://github.com/vultr/vultr-cli/pull/472) -* Loadbalancer: Add nodes flag and printer display [PR 474](https://github.com/vultr/vultr-cli/pull/474) +* Load Balancer: Add nodes flag and printer display [PR 474](https://github.com/vultr/vultr-cli/pull/474) * Database: Add support for Kafka [PR 487](https://github.com/vultr/vultr-cli/pull/487) ### Dependencies From 2ac057a3866ad36fd59beaf1e52575eb501beedc Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 31 Oct 2024 09:04:57 -0400 Subject: [PATCH 4/4] Fix CR case in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7bd21..b8a3c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ * Update autocompletion instructions [PR 477](https://github.com/vultr/vultr-cli/pull/477) * Add github CODEOWNERS file [PR 484](https://github.com/vultr/vultr-cli/pull/484) * Fix instructions to install vultr-cli via Go [PR 475](https://github.com/vultr/vultr-cli/pull/475) -* Container registry: Clarify public flag options [PR 479](https://github.com/vultr/vultr-cli/pull/479) +* Container Registry: Clarify public flag options [PR 479](https://github.com/vultr/vultr-cli/pull/479) ### Automation * Remove deprecated exportloopref linter [PR 482](https://github.com/vultr/vultr-cli/pull/482)