Skip to content

Commit 126db23

Browse files
committed
Update Changelogs “4-13-1-2020-02-10”
1 parent 723ef5e commit 126db23

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/changelog/4-13-1-2020-02-10.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ version: 4.14.0
55
changelog:
66
- API
77
---
8+
### Added
9+
10+
- Added LKE node events to the Event (`List Events` ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))) action lists:
11+
- `lke_node_create`
12+
- `lke_node_delete`
13+
- `lke_node_update`
14+
815
### Changed
916

1017
- 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:
@@ -15,11 +22,6 @@ changelog:
1522
- `Update Node Pool` ([PUT /lke/clusters/{clusterId}/pools/{poolId}](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools-pool-id/#put))
1623
- `Delete Node Pool` ([DELETE /lke/clusters/{clusterId}/pools/{poolId}](https://developers.linode.com/api/v4/lke-clusters-cluster-id-pools-pool-id/#delete))
1724

18-
- Updated the Event (`List Events` ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))) action list to include the LKE node events:
19-
- `lke_node_create`
20-
- `lke_node_delete`
21-
- `lke_node_update`
22-
2325
### Fixed
2426

2527
- 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.

0 commit comments

Comments
 (0)