Releases: linode/linode-api-docs
v4.151.1
Fixed
- Fixed a bug that prevented Linode Backup Snapshots from working.
v4.150.1-patch1
Updated
- Adds
engine
as a default to Managed Database Create CLI Commands.
v4.150.0
v4.149.0
v4.147.0
Changed
-
Account Login View (GET /account/logins/{loginId})
Profile Logins List (GET /profile/logins)
Profile Login View (GET /profile/logins/{loginId})
- Logins now include a
status
property that indicates whether a login attempt succeeded or failed.
- Logins now include a
-
Domain Record Create (POST /domains/{domainId}/records)
- Previously, CAA domain records for wildcard certificates required a
target
that began with an asterisk (*
). Now, thetarget
must be a valid domain that does not start with an asterisk.
- Previously, CAA domain records for wildcard certificates required a
v4.145.0
Added
-
You can now regenerate Kubernetes Cluster service account tokens by accessing the new Service Token Delete (DELETE /lke/clusters/{clusterId}/servicetoken) command.
-
To help with managing Kubernetes Clusters, you can use the new Kubernetes Cluster Regenerate (POST /lke/clusters/{clusterId}/regenerate) command to regenerate Kubeconfig files and service account tokens with a single request.
Fixed
-
Previously, Domain command requests accepted
domain
anddescription
values of up to 255 characters. This resulted in technical domain lengths in violation of RFC1035. Accordingly, the maximum character length fordomain
anddescription
values has been reduced to 253. -
Fixed several filtering bugs that prevented filtering for Linode Types and Images by
type
.
v4.144.1
v4.143.2
v4.143.1
Changed
- Images List (GET /images)
- Responses for this command are now filterable by the
status
property.
- Responses for this command are now filterable by the
Fixed
- Domain Zone File View (GET /domains/{domainId}/zone-file)
- Fixed a bug that caused escape characters in responses for this command.
v4.142.3-patch1
Fixed
Fixed the LKE Node View (GET /lke/clusters/{clusterId}/nodes/{nodeId}) response schema by removing the "data" property. This enables a fix to the linode-cli lke node-view
command, which was returning the following error: KeyError: 'data'
. This is a documentation-only fix.