From 566d5cce5a1dc0176eac07f2346132c8cbcb78bc Mon Sep 17 00:00:00 2001 From: Ben Bigger <25663044+bbiggerr@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:50:41 -0400 Subject: [PATCH] Add API v4.139.0 Changelog (#636) Add API v4.139.0 Changelog --- src/content/changelog/4-139-0-2022-10-28.md | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/content/changelog/4-139-0-2022-10-28.md diff --git a/src/content/changelog/4-139-0-2022-10-28.md b/src/content/changelog/4-139-0-2022-10-28.md new file mode 100644 index 000000000..a44dc8944 --- /dev/null +++ b/src/content/changelog/4-139-0-2022-10-28.md @@ -0,0 +1,25 @@ +--- +title: '4.139.0: 2022-10-28' +date: 2022-10-28T01:00:00.000Z +version: 4.139.0 +changelog: + - API +--- + +### Added + +* [Linode Compute Instances](https://www.linode.com/docs/api/linode-instances/) now include the read-only `host_uuid` property. This UUID identifies the host machine of a compute instance, enabling potential failure point identification for applications running on multiple instances. + +### Changed + +* **Managed Service Create** ([POST /managed/services](https://www.linode.com/docs/api/managed/#managed-service-create)) + + **Managed Service Update** ([PUT /managed/services/{serviceId}](https://www.linode.com/docs/api/managed/#managed-service-update)) + * The `address` property for Managed Services now has a limit of up to 100 characters. + +* **Linodes Assign IPv4s** ([POST /networking/ipv4/assign](https://www.linode.com/docs/api/networking/#linodes-assign-ipv4s)) + * This command is now equivalent to **IP Addresses Assign** ([POST /networking/ipv4/assign](https://www.linode.com/docs/api/networking/#ip-addresses-assign)). + +### Fixed + +* [StackScripts](https://www.linode.com/docs/api/stackscripts/) are now filterable by `rev_note` in accordance to the documentation.