File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
2+ ## [ 3.26.0] ( https://github.com/vultr/govultr/compare/v3.25.0...3.26.0 ) (2025-12-11)
3+ ### Enhancements
4+ * Kubernetes: Add specialized taints & labels functions [ PR 415] ( https://github.com/vultr/govultr/pull/415 )
5+
6+ ### Clean Up
7+ * Kubernetes: Resolve lint issues [ PR 419] ( https://github.com/vultr/govultr/pull/419 )
8+ * Domains: Resolve lint issues [ PR 420] ( https://github.com/vultr/govultr/pull/420 )
9+
10+ ### Bug Fix
11+ * Domains: Make request structs omit empty name field [ PR 401] ( https://github.com/vultr/govultr/pull/401 )
12+
13+ ### New Contributors
14+ * @pnx made their first contribution in [ PR 401] ( https://github.com/vultr/govultr/pull/401 )
15+
216## [ 3.25.0] ( https://github.com/vultr/govultr/compare/v3.24.0...v3.25.0 ) (2025-11-21)
317### Enhancement
418* Bare Metal Server: Add vpc_only field [ PR 404] ( https://github.com/vultr/govultr/pull/404 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919)
2020
2121const (
22- version = "3.25 .0"
22+ version = "3.26 .0"
2323 defaultBase = "https://api.vultr.com"
2424 userAgent = "govultr/" + version
2525 rateLimit = 500 * time .Millisecond
You can’t perform that action at this time.
0 commit comments