Skip to content

Commit dfff3d9

Browse files
authored
Release v3.1.0 #minor
1 parent 2fdb73f commit dfff3d9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Change Log
2+
## [v3.1.0](https://github.com/vultr/vultr-cli/compare/v3.0.3...v3.1.0) (2024-05-17)
3+
### Bug Fixes
4+
* Bare Metal: fix mistyped persistent_pxe baremetal flag [PR 432](https://github.com/vultr/vultr-cli/pull/432)
5+
* All: fix error when a config file is not present [PR 434](https://github.com/vultr/vultr-cli/pull/434)
6+
* Load Balancer: set correct flag type on LB proxy protocol [PR 436](https://github.com/vultr/vultr-cli/pull/436)
7+
8+
### Enhancements
9+
* All: unify float precision on all printers [PR 437](https://github.com/vultr/vultr-cli/pull/437)
10+
* Kubernetes: add node-pool list summarize flag [PR 442](https://github.com/vultr/vultr-cli/pull/442)
11+
12+
### Automation
13+
* Update mattermost notify action [PR 441](https://github.com/vultr/vultr-cli/pull/441)
14+
* Make mattermost notifications generic [PR 445](https://github.com/vultr/vultr-cli/pull/445)
15+
16+
### Dependencies
17+
* Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 [PR 440](https://github.com/vultr/vultr-cli/pull/440)
18+
* Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 [PR 443](https://github.com/vultr/vultr-cli/pull/443)
19+
20+
### New Contributors
21+
* @jasites made their first contribution in [PR 432](https://github.com/vultr/vultr-cli/pull/432)
22+
223
## [v3.0.3](https://github.com/vultr/vultr-cli/compare/v3.0.2...v3.0.3) (2024-03-15)
324
### Bug Fixes
425
* All: fix missing oauth token when a config file is used [PR 430](https://github.com/vultr/vultr-cli/pull/430)

cmd/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version string = "v3.0.3"
12+
Version string = "v3.1.0"
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)