From c9cd8647778f848f597feb8ec03a7ee63eca4986 Mon Sep 17 00:00:00 2001 From: Michael Riley Date: Thu, 31 Oct 2024 09:08:32 -0400 Subject: [PATCH] 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..b8a3c5d 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) +* 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 +* 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) + +### Automation +* 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 (