Skip to content

Commit 23aedfa

Browse files
authored
Release v2.17.0 #minor
1 parent d2451b2 commit 23aedfa

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
# Change Log
2+
## [v2.17.0](https://github.com/vultr/vultr-cli/compare/v2.16.2...v2.17.0) (2023-06-14)
3+
### Enhancements
4+
* Instances: Add support for attaching and detaching VPC networks [PR 318](https://github.com/vultr/vultr-cli/pull/318)
5+
6+
### Bug Fixes
7+
* Database: Fix database update errors and remove db engine/version [PR 314](https://github.com/vultr/vultr-cli/pull/314)
8+
9+
### Documentation
10+
* README: Use a more succinct Homebrew command to tap-and-install [PR 315](https://github.com/vultr/vultr-cli/pull/315)
11+
* README: Fix spelling [PR 324](https://github.com/vultr/vultr-cli/pull/324)
12+
* README: Add docker install/usage instructions [PR 322](https://github.com/vultr/vultr-cli/pull/322)
13+
* README: Mention default config yaml location [PR 325](https://github.com/vultr/vultr-cli/pull/325)
14+
15+
### Dependencies
16+
* Bump github.com/vultr/govultr/v3 from 3.0.2 to 3.0.3 [PR 320](https://github.com/vultr/vultr-cli/pull/320)
17+
* Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 [PR 310](https://github.com/vultr/vultr-cli/pull/310)
18+
* Bump github.com/spf13/viper from 1.15.0 to 1.16.0 [PR 319](https://github.com/vultr/vultr-cli/pull/319)
19+
* Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 [PR 312](https://github.com/vultr/vultr-cli/pull/312)
20+
* Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 [PR 316](https://github.com/vultr/vultr-cli/pull/316)
21+
* Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 [PR 323](https://github.com/vultr/vultr-cli/pull/323)
22+
* Update Github workflows to go v1.20 [PR 311](https://github.com/vultr/vultr-cli/pull/311)
23+
24+
### New Contributors
25+
* @ELLIOTTCABLE made their first contribution in [PR 315](https://github.com/vultr/vultr-cli/pull/315)
26+
227
## [v2.16.2](https://github.com/vultr/vultr-cli/compare/v2.15.1...v2.16.2) (2023-03-31)
328
### Enhancements
429
* Database: Add DBaaS Support [PR 302](https://github.com/vultr/vultr-cli/pull/302)

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
const (
24-
version = "v2.16.2"
24+
version = "v2.17.0"
2525
)
2626

2727
// versionCmd represents the version command

0 commit comments

Comments
 (0)