Releases: linode/linode-api-docs
v4.109.0
Added
-
Linode Assign IPs (POST /networking/ips/assign):
- Manage both IPv4 address and IPv6 range assignments to your Linodes with this command.
- This command was formerly located at POST /networking/ipv4/assign, which has been re-named to Linode Assign IPv4s.
-
IPv6 Range Create (POST /networking/ipv6/ranges):
- Create /54 or /64 IPv6 ranges for your Linodes with this command.
-
IPv4 Range Delete (DELETE /networking/ipv6/ranges/{range}):
- Delete IPv6 ranges with this command.
Updated
- Linode Create (POST /linode/instances):
- Clarified when
root_passis required during disk creation in request body schema description.
- Clarified when
Fixed
- Broken link contained in Managed Credential Update (PUT /managed/credentials/{credentialId}) endpoint description.
v4.108.1
Updated
- Added the ability to support High Availability on Kubernetes Clusters created using LKE. This change can be seen on the following endpoints:
v4.108.0
Updated
- Support Ticket Open (POST /support/tickets):
- New support tickets can now reference relevant Kubernetes clusters with the new
lkecluster_idrequest body property.
- New support tickets can now reference relevant Kubernetes clusters with the new
v4.107.0
Updated
-
Linode Create (POST /linode/instances):
- Description and
interfacesproperties updated with additional VLANs information and restrictions.
- Description and
-
IP Address RDNS Update (PUT /networking/ips/{address}):
- Description updated to reflect new default RDNS value.
Fixed
-
VLANs List (GET /networking/vlans):
- Public server removed. This endpoint is currently only accessible from
https://api.linode.com/v4beta.
- Public server removed. This endpoint is currently only accessible from
-
Firewall Rules Update (PUT /networking/firewalls/{firewallId}/rules):
- Shell and CLI example commands corrected.
- Required properties designated.
-
Kubernetes Cluster Create (POST /lke/clusters):
- Shell example corrected.
v4.106.1
v4.106.0
v4.105.1
v4.105.0
Updated
-
Kernel build dates are now accessible via the
builtvalue at the following endpoints:- Kernels List (GET /linode/kernels)
- Kernel View (GET /linode/kernels/{kernelId})
-
Block Storage Volume hardware type (HDD or NVME) is now accessible via the
hardware_typevalue at the following endpoints:- Volumes List (GET /volumes)
- Volume View (GET /volumes/{volumeId})
Fixed
-
A bug has been fixed by requiring a Volume
activestatus for the following endpoints:- Volume Clone (POST /volumes/{volumeId}/clone)
- Volume Resize (POST /volumes/{volumeId}/resize)
-
The following endpoints now return an
updatedvalue in their responses for public distribution Images:- Images List (GET /images)
- Image View (GET /images/{imageId})
-
Users must now have
read_writeGrants for anydevicesincluded in requests when accessing the Firewall Create (POST /networking/firewalls) endpoint.
v4.104.0
Added
- Specify a Payment Method when accessing the Payment Make (POST /account/payments) endpoint by utilizing the new
payment_method_idproperty.
Fixed
-
Previously, the specification erroneously stated that
google_paytype Payment Methods could be added with the Payment Method Add (POST /account/payment-methods) endpoint. At this time, non-credit_cardtype Payment Methods can only be added using Linode Cloud Manager. Thegoogle_paytype has been removed from the endpoint's Request Body Schema accordingly. -
A bug was fixed that uploaded the SSH keys of deleted Users that were included in the
authorized_usersarray when accessing the following endpoints:- Linode Create (POST /linode/instances)
- Disk Create (POST /linode/instances/{linodeId}/disks)
v4.102.0
Added
-
NodeBalancers that are assigned to an individual Linode can be quickly viewed by accessing the Linode NodeBalanacers View (GET /linode/instances/{linodeId}/nodebalancers) endpoint.
-
Kubeconfig files for an LKE Cluster can be deleted and regenerated by accessing the Kubeconfig Delete (DELETE /lke/clusters/{clusterId}/kubeconfig) endpoint.
Changed
-
Cloud Firewalls are now available in every data center Region! Accordingly, limited availability language has been removed from all Cloud Firewall endpoint descriptions in the specification.
-
You can now add up to 6 active Payment Methods when accessing the Payment Method Add (POST /account/payment-methods) endpoint. Previously, only one
credit_cardtype and onegoogle_paytype Payment Method was allowed.
Fixed
- Previously, Restricted Users did not have access to the Cloud Firewalls they created. Now, when a Restricted User creates a Cloud Firewall, that user has read/write access to that Firewall after it is created.