Skip to content

Commit

Permalink
Add API v4.139.0 Changelog (#636)
Browse files Browse the repository at this point in the history
Add API v4.139.0 Changelog
  • Loading branch information
bbiggerr authored Oct 31, 2022
1 parent 645c000 commit 566d5cc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/content/changelog/4-139-0-2022-10-28.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 566d5cc

Please sign in to comment.