File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
29
## [ 3.3.1] ( https://github.com/vultr/vultr-cli/compare/v3.3.0...v3.3.1 ) (2024-07-29)
3
30
### Bug Fixes
4
31
* DNS: Make record create priority and ttl flags optional [ PR 468] ( https://github.com/vultr/vultr-cli/pull/468 )
Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
const (
12
- Version string = "v3.3.1 "
12
+ Version string = "v3.4.0 "
13
13
)
14
14
15
15
var (
You can’t perform that action at this time.
0 commit comments