Releases: linode/linode-api-docs
v4.153.0
Changed
-
Users List (GET /account/users)
User View (GET /account/users/{username})
User Update (PUT /account/users/{username})
- User
verified_phone_numberandpassword_createdproperties are now accessible when retrieving User data from these commands.
- User
Fixed
-
Backup Restore (POST /linode/instances/{linodeId}/backups/{backupId}/restore)
- Fixed a bug that caused failed restorations when the target Linode itself was in the process of creating a Backup. Now, an error message is returned when this command is attempted under these conditions.
v4.152.3
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
readboolean property.
v4.151.1
Fixed
- Fixed a bug that prevented Linode Backup Snapshots from working.
v4.150.1-patch1
Updated
- Adds
engineas 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
statusproperty 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
targetthat began with an asterisk (*). Now, thetargetmust 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
domainanddescriptionvalues of up to 255 characters. This resulted in technical domain lengths in violation of RFC1035. Accordingly, the maximum character length fordomainanddescriptionvalues has been reduced to 253. -
Fixed several filtering bugs that prevented filtering for Linode Types and Images by
type.