Skip to content

Commit c9cd864

Browse files
authored
Release v3.4.0 #minor
1 parent 88e7c03 commit c9cd864

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
# Change Log
2+
## [3.4.0](https://github.com/vultr/vultr-cli/compare/v3.3.1...v3.4.0) (2024-10-31)
3+
### Enhancements
4+
* Database: Add MySQL advanced config [PR 472](https://github.com/vultr/vultr-cli/pull/472)
5+
* Load Balancer: Add nodes flag and printer display [PR 474](https://github.com/vultr/vultr-cli/pull/474)
6+
* Database: Add support for Kafka [PR 487](https://github.com/vultr/vultr-cli/pull/487)
7+
8+
### Dependencies
9+
* Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 [PR 470](https://github.com/vultr/vultr-cli/pull/470)
10+
* Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 [PR 473](https://github.com/vultr/vultr-cli/pull/473)
11+
* Update govultr from v3.9.0 to v3.9.1 [PR 471](https://github.com/vultr/vultr-cli/pull/471)
12+
* Update govultr from v3.9.1 to v3.11.0 [PR 481](https://github.com/vultr/vultr-cli/pull/481)
13+
* Update govultr from v3.11.0 to v3.11.1 [PR 485](https://github.com/vultr/vultr-cli/pull/485)
14+
* Update govultr from v3.11.1 to v3.11.2 [PR 486](https://github.com/vultr/vultr-cli/pull/486)
15+
16+
### Documentation
17+
* Update autocompletion instructions [PR 477](https://github.com/vultr/vultr-cli/pull/477)
18+
* Add github CODEOWNERS file [PR 484](https://github.com/vultr/vultr-cli/pull/484)
19+
* Fix instructions to install vultr-cli via Go [PR 475](https://github.com/vultr/vultr-cli/pull/475)
20+
* Container Registry: Clarify public flag options [PR 479](https://github.com/vultr/vultr-cli/pull/479)
21+
22+
### Automation
23+
* Remove deprecated exportloopref linter [PR 482](https://github.com/vultr/vultr-cli/pull/482)
24+
25+
### New Contributors
26+
* @zikalino made their first contribution in [PR 475](https://github.com/vultr/vultr-cli/pull/475)
27+
* @cjones-vultr made their first contribution in [PR 477](https://github.com/vultr/vultr-cli/pull/477)
28+
229
## [3.3.1](https://github.com/vultr/vultr-cli/compare/v3.3.0...v3.3.1) (2024-07-29)
330
### Bug Fixes
431
* DNS: Make record create priority and ttl flags optional [PR 468](https://github.com/vultr/vultr-cli/pull/468)

cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version string = "v3.3.1"
12+
Version string = "v3.4.0"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)