Skip to content

Commit 147c65a

Browse files
authored
Merge pull request #643 from bbiggerr/api-changelog-release-4.140.0
Add API v4.140.0 Changelog
2 parents 5484c0c + b531093 commit 147c65a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: '4.140.0: 2022-11-14'
3+
date: 2022-11-14T01:00:00.000Z
4+
version: 4.140.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
* [Linode Instances](https://www.linode.com/docs/api/linode-instances/) and their [Backups](https://www.linode.com/docs/api/linode-instances/#backups-list) now include the "available" read-only property which indicates whether a Linode's Backups are available for restoration. Backups that are undergoing maintenance are not available for restoration.
12+
13+
### Fixed
14+
15+
* Fixed a bug that caused a Volume's `linode_label` to return as `null` in the response for **Volume Resize** ([POST /volumes/{volumeId}/resize](https://www.linode.com/docs/api/volumes/#volume-resize)) and for all Volumes beyond the first when attached to the same Linode for **Volumes List** ([GET /volumes](https://www.linode.com/docs/api/volumes/#volumes-list)). Now, `linode_label` always displays the correct value in responses for these commands.
16+
17+
* Fixed a bug that caused extra Configs to persist after accessing the **Linode Boot into Rescue Mode** ([POST /linode/instances/{linodeId}/rescue](https://www.linode.com/docs/api/linode-instances/#linode-boot-into-rescue-mode)) command. Now, only the most recent rescue Config persists after booting into rescue mode.

0 commit comments

Comments
 (0)