Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed
Linode Clone (POST /linode/instances/{linodeId}/clone)
Kubernetes Clusters List (GET /lke/clusters)
k8s_version
andregion
properties.Maintenance List (GET /account/maintenance)
https://api.linode.com/v4
server path.Volume Attach (POST /volumes/{volumeId}/attach)
Volume Detach (POST /volumes/{volumeId}/detach)
Updated various links to the Linode Docs website.
Fixed
Firewall Rules Update (PUT /networking/firewalls/{firewallId}/rules)
Attempting to access or utilize a deleted StackScript now returns a 404 or 400 error, respectively. Previously, a 401 error was returned, which was inconsistent with the behavior of our other commands.
Encoded StackScript data must not exceed 65535 characters in total length when making requests that involve Disk creation. Previously, requests that exceeded this limit resulted in a 500 error code with no additional information. Now, an error message is returned that references this limit.
When creating or updating Managed Databases, including "0.0.0.0/0" in the
allow_list
allows incoming connections from all IP addresses. This feature was available but previously undocumented.type
was removed from the Request Body Schema of Domain Record Update. This option was included in the documentation in error.