Skip to content

Commit f8d6320

Browse files
authored
Merge pull request linode#142 from linode/cms/4-12-1-2020-01-27
Create Changelogs “4-13-0-2020-01-27”
2 parents c98e9a6 + 6680793 commit f8d6320

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: '4.13.0: 2020-01-27'
3+
date: 2020-01-27T05:00:00.000Z
4+
version: 4.13.0
5+
changelog:
6+
- API
7+
---
8+
### Changed
9+
- Updated [OAuth section](https://developers.linode.com/api/v4/#o-auth) with detailed private and public workflows.
10+
11+
- Updated `Create Kubernetes Cluster` ([POST /lke/clusters](https://developers.linode.com/api/v4/lke-clusters/#post)) endpoint to include multiple node pools in the CLI code example.
12+
13+
- Argument order is imperative. The arguments must be in sequential order `--node_pools.type [type]` followed by `--node_pools.count [count]` for each node pool.
14+
15+
- You may add one or more node pool to each cluster.
16+
17+
### Fixed
18+
- Fixed a bug with migrations and host information. If the migration is a disk, the `from_host` is the disk, if it's a clone, the `from_host` is the Linode. Users can see migration job information in the event endpoints:
19+
- `List Events` ([GET /account/events](https://developers.linode.com/api/v4/account-events))
20+
- `View Event` ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id))
21+
22+
- `+and`, `+or`, and `+order_by` filters for tags are now working.
23+
24+
- Longview will now retain more than 12 hours of statistics for users with the Pro plan.
25+
26+
- The `List Networking Information` ([GET /linode/instances/{linodeId}/ips](https://developers.linode.com/api/v4/linode-instances-linode-id-ips)) endpoint has been updated to only output IPv6 addresses for the specified Linode instead of all the IPv6 addresses for the customer.

0 commit comments

Comments
 (0)