Releases: linode/linode-api-docs
v4.152.1-patch1
Removed
- Removed all MongoDB commands and references from the specification.
v4.152.0
Changed
- Events List (GET /account/events) is now filterable by the
read
boolean property.
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
.