Skip to content

Commit a8b9eba

Browse files
authored
Merge pull request linode#353 from linode/release-1.1.60
Release 1.1.60
2 parents 8d0f3ea + 6485f87 commit a8b9eba

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

src/content/changelog/4-86-0-2021-03-09.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ changelog:
3535

3636
- A bug has been fixed that prevented correct filtering for the Service Transfers List ([GET /account/service-transfers](https://linode.com/docs/api/account/#service-transfers-list)) endpoint `is_sender` property.
3737

38-
- The Volume Attach ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach)) endpoint erroneously marked the `linode_id` property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer .
38+
- The Volume Attach ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach)) endpoint erroneously marked the `linode_id` property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: '4.86.1: 2021-03-10'
3+
date: 2021-03-10T04:00:00.000Z
4+
version: 4.86.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Fixed
10+
11+
- The Config Rebuild ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/rebuild](https://www.linode.com/docs/api/nodebalancers/#config-rebuild)) endpoint has been updated as follows:
12+
- An error was fixed that prevented the `linode-cli nodebalancers config-rebuild` command from working.
13+
- Previously, the request body schema incorrectly stated only a `configs` array is passed to this endpoint. This has been corrected to fully state the request body schema object and properties.
14+
- The CLI request sample has been updated to include examples of `nodes` arguments for the `linode-cli nodebalancers config-rebuild` command.

src/content/changelog/lke-1-16-0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Linode Kubernetes Engine v1.16.0
3+
date: 2021-03-10T05:00:00.000Z
4+
version: 1.16.0
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Add support for deploying Kubernetes v1.20.4
12+
13+
### Changed
14+
15+
* Upgrade CCM for LKE clusters to v0.3.13, which adds support for a new
16+
`hostname-only-ingress` annotation
17+

0 commit comments

Comments
 (0)