Commit 2a575e7 1 parent fe4b853 commit 2a575e7 Copy full SHA for 2a575e7
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ 3.17.0] ( https://github.com/vultr/govultr/compare/v3.16.1...v3.17.0 ) (2025-03-13)
3
+ ### Enhancements
4
+ * Kubernetes: Add support for taints to node pools [ PR 363] ( https://github.com/vultr/govultr/pull/363 )
5
+
6
+ ### New Contributors
7
+ * @biondizzle made their first contribution in [ PR 363] ( https://github.com/vultr/govultr/pull/363 )
8
+
2
9
## [ 3.16.1] ( https://github.com/vultr/govultr/compare/v3.16.0...v3.16.1 ) (2025-03-10)
3
10
### Bug Fixes
4
11
* Object Storage: Make create & update requests use request struct [ PR 369] ( https://github.com/vultr/govultr/pull/369 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
19
19
)
20
20
21
21
const (
22
- version = "3.16.1 "
22
+ version = "3.17.0 "
23
23
defaultBase = "https://api.vultr.com"
24
24
userAgent = "govultr/" + version
25
25
rateLimit = 500 * time .Millisecond
You can’t perform that action at this time.
0 commit comments