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.28.0] ( https://github.com/vultr/govultr/compare/v3.27.0...v3.28.0 ) (2026-02-25)
3+ ### Enhancements
4+ * Block Storage: Add fields for bootable block creation [ PR 437] ( https://github.com/vultr/govultr/pull/437 )
5+ * Instances: Add fields for bootable block storage creation [ PR 437] ( https://github.com/vultr/govultr/pull/437 )
6+ * Block Storage: Add additional bootable instance fields [ PR 440] ( https://github.com/vultr/govultr/pull/440 )
7+ * Database: Add pending charges field [ PR 440] ( https://github.com/vultr/govultr/pull/440 )
8+ * Regions: Add connectivity field [ PR 440] ( https://github.com/vultr/govultr/pull/440 )
9+
10+ ### Dependencies
11+ * Bump github.com/google/go-querystring from 1.1.0 to 1.2.0 [ PR 426] ( https://github.com/vultr/govultr/pull/426 )
12+
13+ ### Automation
14+ * Add golangci-lint exclusion for gosec g117 [ PR 438] ( https://github.com/vultr/govultr/pull/438 )
15+
216## [ 3.27.0] ( https://github.com/vultr/govultr/compare/v3.26.1...v3.27.0 ) (2026-02-05)
317### Enhancements
418* Kubernetes: Add cluster OIDC config fields [ PR 432] ( https://github.com/vultr/govultr/pull/432 )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919)
2020
2121const (
22- version = "3.27 .0"
22+ version = "3.28 .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