Skip to content

Commit

Permalink
Release v2.17.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Jun 14, 2023
1 parent d2451b2 commit 23aedfa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
# Change Log
## [v2.17.0](https://github.com/vultr/vultr-cli/compare/v2.16.2...v2.17.0) (2023-06-14)
### Enhancements
* Instances: Add support for attaching and detaching VPC networks [PR 318](https://github.com/vultr/vultr-cli/pull/318)

### Bug Fixes
* Database: Fix database update errors and remove db engine/version [PR 314](https://github.com/vultr/vultr-cli/pull/314)

### Documentation
* README: Use a more succinct Homebrew command to tap-and-install [PR 315](https://github.com/vultr/vultr-cli/pull/315)
* README: Fix spelling [PR 324](https://github.com/vultr/vultr-cli/pull/324)
* README: Add docker install/usage instructions [PR 322](https://github.com/vultr/vultr-cli/pull/322)
* README: Mention default config yaml location [PR 325](https://github.com/vultr/vultr-cli/pull/325)

### Dependencies
* Bump github.com/vultr/govultr/v3 from 3.0.2 to 3.0.3 [PR 320](https://github.com/vultr/vultr-cli/pull/320)
* Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 [PR 310](https://github.com/vultr/vultr-cli/pull/310)
* Bump github.com/spf13/viper from 1.15.0 to 1.16.0 [PR 319](https://github.com/vultr/vultr-cli/pull/319)
* Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 [PR 312](https://github.com/vultr/vultr-cli/pull/312)
* Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 [PR 316](https://github.com/vultr/vultr-cli/pull/316)
* Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 [PR 323](https://github.com/vultr/vultr-cli/pull/323)
* Update Github workflows to go v1.20 [PR 311](https://github.com/vultr/vultr-cli/pull/311)

### New Contributors
* @ELLIOTTCABLE made their first contribution in [PR 315](https://github.com/vultr/vultr-cli/pull/315)

## [v2.16.2](https://github.com/vultr/vultr-cli/compare/v2.15.1...v2.16.2) (2023-03-31)
### Enhancements
* Database: Add DBaaS Support [PR 302](https://github.com/vultr/vultr-cli/pull/302)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
version = "v2.16.2"
version = "v2.17.0"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 23aedfa

Please sign in to comment.