Skip to content

Release 4.142.0 #737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jan 10, 2023
Merged

Release 4.142.0 #737

merged 15 commits into from
Jan 10, 2023

Conversation

bbiggerr
Copy link
Contributor

Changed

  • Linode Clone (POST /linode/instances/{linodeId}/clone)

    • Cloned Linodes can now be created with an assigned private IPv4 address when cloning to a new Linode.
  • Kubernetes Clusters List (GET /lke/clusters)

    • Response data for this command are now filterable by the k8s_version and region properties.
  • Maintenance List (GET /account/maintenance)

    • This command is no longer in beta, and can now be accessed via the https://api.linode.com/v4 server path.
    • This command now returns completed maintenance items. Previously, only pending maintenance items were returned with this command.
  • Volume Attach (POST /volumes/{volumeId}/attach)

    Volume Detach (POST /volumes/{volumeId}/detach)

    • Events created by these commands now include the associated Linodes when attaching or detaching Block Storage Volumes.
  • Updated various links to the Linode Docs website.

Fixed

  • Firewall Rules Update (PUT /networking/firewalls/{firewallId}/rules)

    • Fixed a bug that prevented event creation when accessing this command. Now, an event is created when Firewall Rules are updated.
  • 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.

@bbiggerr bbiggerr merged commit efc91ea into master Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants