Skip to content

Commit 81568d9

Browse files
authored
Release 1.1.142 (#662)
* Add API v4.142.1 Changelog * Add LKE v1.44.0 Changelog
1 parent 5043837 commit 81568d9

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: '4.142.1: 2023-01-10'
3+
date: 2023-01-10T01:00:00.000Z
4+
version: 4.142.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
* **Linode Clone** ([POST /linode/instances/{linodeId}/clone](https://www.linode.com/docs/api/linode-instances/#linode-clone))
12+
* Cloned Linodes can now be created with an assigned private IPv4 address when cloning to a new Linode.
13+
14+
* **Kubernetes Clusters List** ([GET /lke/clusters](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-clusters-list))
15+
* Response data for this command are now filterable by the `k8s_version` and `region` properties.
16+
17+
* **Maintenance List** ([GET /account/maintenance](https://www.linode.com/docs/api/account/#maintenance-list))
18+
* This command is no longer in beta, and can now be accessed via the `https://api.linode.com/v4` server path.
19+
* This command now returns completed maintenance items. Previously, only pending maintenance items were returned with this command.
20+
21+
* **Volume Attach** ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach))
22+
23+
**Volume Detach** ([POST /volumes/{volumeId}/detach](https://www.linode.com/docs/api/volumes/#volume-detach))
24+
* Events created by these commands now include the associated Linodes when attaching or detaching Block Storage Volumes.
25+
26+
### Fixed
27+
28+
* **Firewall Rules Update** ([PUT /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-update))
29+
* Fixed a bug that prevented event creation when accessing this command. Now, an event is created when Firewall Rules are updated.
30+
31+
* Attempting to access or utilize a deleted StackScript now returns a 404 or 400 error, respectively. Previously, a 401 error was returned, which was inconsistent with the behavior of our other commands.
32+
33+
* Encoded StackScript data must not exceed 65535 characters in total length when making requests that involve Disk creation. Previously, requests that exceeded this limit resulted in a 500 error code with no additional information. Now, an error message is returned that references this limit.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Linode Kubernetes Engine v1.44.0
3+
date: 2022-11-30T05:00:00.000Z
4+
version: 1.44.0
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
- Adds support for [Kubernetes 1.24](https://kubernetes.io/blog/2022/05/03/kubernetes-1-24-release-announcement/).
12+
13+
**Note**: The dockershim component was removed in upstream Kubernetes starting at version 1.24 (see [Dockershim Removal FAQ](https://kubernetes.io/blog/2022/02/17/dockershim-faq/)). The Linode Kubernetes Engine has kept this component installed on 1.24 LKE nodes in case any customer is reliant on that feature. When deploying a new LKE cluster using Kubernetes v1.24 (and later versions), the default container runtime has been changed to containerd.

0 commit comments

Comments
 (0)