Skip to content

Commit

Permalink
Release v3.0.1 #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Feb 27, 2024
1 parent 1fcbd72 commit 91b6c96
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# Change Log
## [v3.0.1](https://github.com/vultr/vultr-cli/compare/v3.0.0...v3.0.1) (2024-02-27)
### Enhancements
* Kubernetes: add `enable-firewall` flag on create [PR 413](https://github.com/vultr/vultr-cli/pull/413)
* All: consolidate pagination metadata nil pointer checks [PR 410](https://github.com/vultr/vultr-cli/pull/410)

### Bug Fixes
* Kubernetes: remove shorthand flag conflict with output [PR 406](https://github.com/vultr/vultr-cli/pull/406)
* Regions: make printer consistent with returned data [PR 412](https://github.com/vultr/vultr-cli/pull/412)
* Plans: make printer consistent with returned data [PR 412](https://github.com/vultr/vultr-cli/pull/412)

### Dependencies
* Bump github.com/vultr/govultr/v3 from 3.6.1 to 3.6.2 [PR 407](https://github.com/vultr/vultr-cli/pull/407)

### Documentation
* Update README to use v3 in `go get` command [PR 405](https://github.com/vultr/vultr-cli/pull/405)
* Firewall: add correct usage for firewall rules [PR 414](https://github.com/vultr/vultr-cli/pull/414)

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

## [v3.0.0](https://github.com/vultr/vultr-cli/compare/v2.22.0...v3.0.0) (2024-02-15)
### Enhancements
* [Complete refactor](https://github.com/vultr/vultr-cli/pull/402) of the CLI commands and project packages. All commands have been restructured and standardized with these goals in mind:
Expand Down Expand Up @@ -48,7 +68,7 @@
* Bump govultr to v3.4.0 [PR 374](https://github.com/vultr/vultr-cli/pull/374)
* Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 [PR 373](https://github.com/vultr/vultr-cli/pull/373)

## [v2.20.0](https://github.com/vultr/vultr-cli/compare/v2.19.0...v2.20.0) 2023-11-01
## [v2.20.0](https://github.com/vultr/vultr-cli/compare/v2.19.0...v2.20.0) (2023-11-01)
### Enhancements
* Managed Database public/private hostnames, cleanup summarize view [PR 363](https://github.com/vultr/vultr-cli/pull/363)
* Allow some commands to be run without authenticating against the API [PR 364](https://github.com/vultr/vultr-cli/pull/364)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
Version string = "v3.0.0"
Version string = "v3.0.1"
)

var (
Expand Down

0 comments on commit 91b6c96

Please sign in to comment.