Vultr API and Open Source Changelog

About

This changelog describes important changes to Vultr’s open source tooling and API.

December 2023

December 1st

  • GoVultr v3.5.0 changelog

November 2023

November 29th

  • Vultr-CLI v2.21.0 changelog

November 17th

  • GoVultr v3.4.1 changelog
  • Vultr-CSI v0.11.0 changelog

November 16th

  • Vultr-Node v2.8.0 changelog

November 10th

  • GoVultr v3.4.0 changelog

November 1st

  • Vultr-CLI v2.20.0 changelog

October 2023

October 31st

  • Terraform v2.17.1 changelog

October 30th

  • APIv2:
    • Add options for highly available control planes deployment on VKE
  • GoVultr v3.3.4 changelog

October 25th

  • Terraform v2.17.0 changelog

October 24th

  • GoVultr v3.3.3 changelog

October 23rd

  • GoVultr v3.3.2 changelog

October 18th

  • Vultr-CLI v2.19.0 changelog

October 16th

  • Terraform v2.16.4 changelog

October 13th

  • Terraform v2.16.3 changelog

October 6th

  • Vultr-CSI v0.10.1 changelog

October 2nd

  • API v1: Deprecated and taken offline; no longer usable. Use API v2 instead
  • Vultr-Node v2.7.0 changelog

September 2023

September 25th

  • Terraform v2.16.2 changelog

September 22nd

  • Terraform v2.16.1 changelog

September 21st

  • Terraform v2.16.0 changelog

September 18th

  • Cloud Controller Manager (CCM) v0.10.0 changelog

August 2023

August 18th

  • GoVultr v3.3.1 changelog

August 10th

  • GoVultr v3.3.0 changelog

August 2nd

  • Vultr-Node v2.6.0 changelog

July 2023

July 24th

  • GoVultr v3.2.0 changelog
  • API v2: added support for VPC2

July 13th

  • GoVultr v3.1.0 changelog

July 10th

  • Vultr Node v2.5.0 changelog

June 2023

June 27th

  • Vultr Node v2.4.0 changelog

June 14th

  • Vultr CLI v2.17.0 changelog

June 7th

  • GoVultr v3.0.3 changelog

May 2023

May 10th

  • Terraform v2.15.1 changelog

May 4th

  • Terraform v2.15.0 changelog

May 3rd

  • Ansible Collection v1.7.1 changelog

April 2023

April 28th

  • Terraform v2.14.1 changelog

April 13th

  • Terraform v2.14.0 changelog

April 6th

  • Packer Plugin Vultr v2.5.0 changelog

April 3rd

  • Terraform v2.13.0 changelog

March 2023

March 31st

  • Vultr CLI v2.16.2 changelog
  • GoVultr v3.0.2 changelog

March 20th

  • GoVultr v3.0.1 changelog

March 18th

  • Cloud Controller Manager (CCM) v0.9.0 changelog

March 9th

  • Vultr CLI v2.15.1 changelog

March 6th

  • Cloud Storage Interface (CSI) v0.9.0 changelog

February 2023

February 10th

  • Terraform v2.12.1 changelog

February 8th

  • Cloud Controller Manager (CCM) v0.8.2 changelog

February 2nd

  • Cloud Controller Manager (CCM) v0.8.1 changelog

February 1st

  • Cloud Controller Manager (CCM) v0.8.0 changelog

January 2023

January 30th

  • Cloud Storage Interface (CSI) v0.8.0 changelog

January 22nd

  • Ansible Collection v1.7.0 changelog

January 15th

  • Ansible Collection v1.6.0 changelog

December 2022

  • Terraform v2.12.0 changelog

November 2022

  • API v2: Bare Metal & Instance: migrate all tags to multi-tag

October 2022

  • Vultr-cli v2.15.0 changelog
  • API v1: To accommodate underlying system changes, force all returned data types cast to string

July 2022

July 25th

Terraform

v2.11.14 changelog

June 2022

June 30th

API v2

Bare Metal: fix the user_data field to correctly work on server creation.

June 14th

GoVultr

v2.17.2 changelog

Vultr-cli

v2.14.2 changelog

Terraform

v2.11.3 changelog

June 9th

API v2

Reserved IP allows update to change the label.

June 7th

Packer-plugin-vultr

v2.4.5 changelog

June 3rd

Vultr-cli

v2.14.1 changelog

Terraform

v2.11.2 changelog

June 2nd

API v2

  • Regions: GPU plans enabled in the list plan availability call.
  • Plans: GPU plans enabled and added gpu_vram_gb and gpu_type attributes to the list plans call.

GoVultr

v2.17.1 changelog

May 2022

May 18th

Terraform

v2.11.1 changelog

May 17th

GoVultr

v2.17.0 changelog

May 13th

Vultr CSI

v0.7.0 changelog

Vultr Cloud Controller Manager

v0.6.0 changelog

May 12th

Metadata (Go client)

v1.1.0 changelog

May 11th

Terraform

v2.11.0 changelog

May 9th

Vultr-cli

v2.14.0 changelog

May 4th

GoVultr

v2.16.0 changelog

April 2022

April 28th

API v2

Regions

List calls now return load_balancers as an option if it is available in that given region.

Instances

The Tag field is deprecated for Instances.

Instances has a new Tags field, which supports a list of strings. This affects the following calls:

  • List instances
  • Create instance
  • Get instance
  • Update instance
Bare Metal

The Tag field is deprecated for Baremetal.

Baremetal has a new Tags field, which supports a list of strings. This affects the following calls:

  • List Baremetals
  • Create Baremetals
  • Get Baremetals
  • Update Baremetals

April 27th

API v2

Kubernetes

Two new endpoints have been added:

  • Start Cluster Upgrade
  • Get Available Cluster

April 26th

API v2

Firewall Rules

In list and get calls, the type field is deprecated. Use ip_type instead.

April 20th

API v2

Regions

List calls now return kubernetes as an option if it is available in that given region.

April 15th

Vultr-cli

Update to v2.13.0 Changelog

April 12th

API v2

Private Network

Private Network routes are deprecated.

Use the new VPC routes instead.

Instances

The attach_private_network and enable_private_network fields are deprecated.

Use the new attach_vpc and enable_vpc fields instead. This affects the following calls:

  • Create instance
  • Update instance

The following endpoints are deprecated:

  • List Instance Private networks
  • Attach Private Network
  • Detach Private Network

Use these new endpoints instead:

  • List Instance VPCs
  • Attach VPC
  • Detach VPC

Load Balancers

The private_network field is deprecated.

Use vpc instead. This affects the following calls:

  • Create Load Balancer
  • Update Load Balancer

GoVultr

Updates: v2.15.0, v2.15.1 Changelog

About This changelog describes important changes to Vultr’s open source tooling and API. December 2023 December 1st November 2023 November 29th November 17th November 16th November 10th November 1st October 2023 October 31st October 30th October 25th October 24th October 23rd October 18th October 16th October 13th October 6th October 2nd September 2023…

About This changelog describes important changes to Vultr’s open source tooling and API. December 2023 December 1st November 2023 November 29th November 17th November 16th November 10th November 1st October 2023 October 31st October 30th October 25th October 24th October 23rd October 18th October 16th October 13th October 6th October 2nd September 2023…

Leave a Reply

Your email address will not be published. Required fields are marked *