Skip to content

Commit c6c26af

Browse files
authored
Merge pull request linode#148 from linode/cms/4-13-1-2020-02-10
Create Changelogs “4-14-0-2020-02-10”
2 parents ae9d800 + 9fc28a1 commit c6c26af

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: '4.14.0: 2020-02-10'
3+
date: 2020-02-10T05:00:00.000Z
4+
version: 4.14.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
- Added LKE node event `lke_node_create` to Event action list. See action information in the Event endpoints:
11+
- `List Events` ([GET /account/events](https://developers.linode.com/api/v4/account-events))
12+
- `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))
13+
14+
### Changed
15+
16+
- Updated the LKE Node Pool nodes array to return status information containing the node `id`, `instance_id` for the Linode if there is one, and node `status`. See the LKE Node Pool endpoints:
17+
18+
- `List Node Pools` ([GET /lke/clusters/{clusterId}/pools](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools))
19+
- `Create Node Pool` ([POST /lke/clusters/{clusterId}/pools](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools/#post))
20+
- `View Node Pool` ([GET /lke/clusters/{clusterId}/pools/{poolId}](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools-pool-id))
21+
- `Update Node Pool` ([PUT /lke/clusters/{clusterId}/pools/{poolId}](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools-pool-id/#put))
22+
- `Delete Node Pool` ([DELETE /lke/clusters/{clusterId}/pools/{poolId}](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools-pool-id/#delete))
23+
24+
### Fixed
25+
26+
- Previously, `View Network Utilization` ([GET /account/transfer/](https://developers.linode.com/api/v4/account-transfer)) did not include Object Storage outgoing network transfer in its network utilization for the current month. If you have the Linode Object Storage service enabled on your account, `View Network Utilization` will now include Object Storage's outgoing network transfer in its total returned amount.
27+
28+
- When a Linode, deployed from a ([StackScript](https://developers.linode.com/api/v4/linode-stackscripts)), is deleted, that StackScript's `deployments_active` value should decrease. This property's value was incorrectly reporting the number of active deployments for a StackScript. This has been corrected.
29+
30+
- Previously, after booting a Linode into rescue mode ([POST /linode/instances/{linodeId}/rescue](https://developers.linode.com/api/v4/linode-instances-linode-id-rescue/#post)), when attempting to reboot your Linode ([POST /linode/instances/{linodeId}/reboot](https://developers.linode.com/api/v4/linode-instances-linode-id-reboot/#post)), you would receive an error message, `No bootable config found`. This bug has been fixed and the Linode will reboot into the latest configuration profile that isn't a rescue mode configuration profile.
31+
32+
- Restoring a Linode ([POST /linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore)) from a backup that was still in its postprocessing phase returned the error message "*backup is not valid*". The error message has been updated to be more descriptive. Now, when you attempt to restore a Linode from a backup that is still post processing, the returned error message is "*Backup is currently postprocessing*".
33+
34+
- Iterated on a bug fix with migrations, clones, and host information. If the migration is a disk **or** a clone, the `from_host` is the disk. Users can see migration job information in the Event endpoints:
35+
- `List Events` ([GET /account/events](https://developers.linode.com/api/v4/account-events))
36+
- `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))
37+
38+
- Fixed the url in the `Close Support Ticket` ([POST /support/tickets/{ticketId}/close](https://developers.linode.com/api/v4/support-tickets-ticket-id-close/#post)) endpoint's Request Sample shell curl example.

0 commit comments

Comments
 (0)