Skip to content

Commit

Permalink
Release v2.19.0 #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Oct 18, 2023
1 parent c0eb9ba commit 6b45f1a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
# Change Log
## [v2.19.0](https://github.com/vultr/vultr-cli/compare/v2.18.2...v2.19.0) (2023-10-18)
### Enhancements
* Kubernetes: Add summarize list options [PR 348](https://github.com/vultr/vultr-cli/pull/348)
* Database: Add summarize list options [PR 348](https://github.com/vultr/vultr-cli/pull/348)
* Load Balancer: Add summarize list options [PR 348](https://github.com/vultr/vultr-cli/pull/348)
* Rework the printer output code [PR 355](https://github.com/vultr/vultr-cli/pull/355)

### Documentation
* VPC2: Correct create command example [PR 350](https://github.com/vultr/vultr-cli/pull/350)

### Bug Fixes
* Remove the useless cobra init help toggle flag [PR 349](https://github.com/vultr/vultr-cli/pull/349)

### Dependencies
* Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 [PR 351](https://github.com/vultr/vultr-cli/pull/351)
* Update to go v1.21 [PR 347](https://github.com/vultr/vultr-cli/pull/347)

### Automation
* Add project name back to the archive file names in goreleaser [PR 346](https://github.com/vultr/vultr-cli/pull/346)
* Add golangci-lint and fix linter errors [PR 353](https://github.com/vultr/vultr-cli/pull/353)
* Remove unnecessary Go dependency from .goreleaser [PR 97](https://github.com/vultr/vultr-cli/pull/97)

### New Contributors
* @0az made their first contribution in [PR 97](https://github.com/vultr/vultr-cli/pull/97)
* @resmo made their first contribution in [PR 350](https://github.com/vultr/vultr-cli/pull/350)

## [v2.18.2](https://github.com/vultr/vultr-cli/compare/v2.18.0...v2.18.2) (2023-08-24)
### Automation
* Update how archive names are generated by goreleaser [PR 342](https://github.com/vultr/vultr-cli/pull/342)
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.18.2"
version = "v2.19.0"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 6b45f1a

Please sign in to comment.