Skip to content

Latest commit

 

History

History
93 lines (72 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

93 lines (72 loc) · 4.78 KB

Change Log

GoVultr v1 changelog is located here

v2.10.0 (2021-10-18)

Enhancement

  • VKE : Add ability to add and modify tags on a VKE node pool 164

v2.9.0 (2021-09-27)

Breaking Change

  • Kubernetes : PlanID is now Plan and Count is now NodeQuantity to follow API pattern 161

Enhancement

  • Snapshots : Add compressed size field 162

v2.8.1 (2021-08-31)

Enhancement

  • Kubernetes : Add support for deletion with resources 159
  • Kubernetes : Add support for getting available versions159

Dependency Update

  • Bump Go version to 1.16 158

v2.8.0 (2021-08-18)

Enhancement

  • Added support for Vultr Kubernetes Engine 156

v2.7.1 (2021-07-15)

Enhancement

  • BareMetal : Add support for image_id on update 152
  • Instances : Add support for image_id on update 152

v2.7.0 (2021-07-14)

Enhancement

  • BareMetal : Add support for image_id 150
  • Instances : Add support for image_id 150
  • Applications : added support for marketplace applications 150

v2.6.0 (2021-07-02)

Enhancement

  • BareMetal : Add support for persistent_pxe 148

v2.5.1 (2021-05-10)

Bug fix

  • Instances : BackupScheduleReq change DOW + Hour to pointers 145

v2.5.0 (2021-05-06)

Enhancement

  • LoadBalancers : New Features and endpoints 143
    • Ability to attach private networks
    • Ability to set firewalls
    • Get Firewall Rules
    • List Firewall Rules

v2.4.2 (2021-05-03)

Bug fix

  • Instances : ListPrivateNetworks missing paging ability 140

v2.4.1 (2021-05-03)

Dependency updates

  • Bump github.com/hashicorp/go-retryablehttp from 0.6.8 to 0.7.0 138
  • Bump github.com/google/go-querystring from 1.0.0 to 1.1.0 137

v2.4.0 (2021-02-11)

Enhancement

  • Block Storage - add mount_id field to BlockStorage struct 131
  • Plans - add disk_count field to Plan and BareMetalPlan struct 130

v2.3.2 (2021-01-06)

Bug Fix

  • Instances - Fixed DetachPrivateNetwork which had wrong URI 122

v2.3.1 (2021-01-04)

Bug Fix

  • Domain Record - removed omitempty on name field in DomainRecordReq to allow creation of nameless records. 120

v2.3.0 (2020-12-17)

Enhancement

  • Bare Metal - Start call added 118

v2.2.0 (2020-12-07)

Breaking Change

  • All bools have been updated to pointers to avoid issues where false values not being sent in request. Thanks @Static-Flow 115

v2.1.0 (2020-11-30)

Bug fixes

  • ReservedIP - Attach call creates proper json. 112
  • User - APIEnabled takes pointer of bool 112

v2.0.0 (2020-11-20)

Initial Release

  • GoVultr v2.0.0 Release - Uses Vultr API v2.
  • GoVultr v1.0.0 is now on branch v1