Skip to content

Commit

Permalink
Release 1.1.142 (#662)
Browse files Browse the repository at this point in the history
* Add API v4.142.1 Changelog

* Add LKE v1.44.0 Changelog
  • Loading branch information
bbiggerr authored Jan 10, 2023
1 parent 5043837 commit 81568d9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/content/changelog/4-142-0-2023-01-09.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: '4.142.1: 2023-01-10'
date: 2023-01-10T01:00:00.000Z
version: 4.142.1
changelog:
- API
---

### Changed

* **Linode Clone** ([POST /linode/instances/{linodeId}/clone](https://www.linode.com/docs/api/linode-instances/#linode-clone))
* Cloned Linodes can now be created with an assigned private IPv4 address when cloning to a new Linode.

* **Kubernetes Clusters List** ([GET /lke/clusters](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-clusters-list))
* Response data for this command are now filterable by the `k8s_version` and `region` properties.

* **Maintenance List** ([GET /account/maintenance](https://www.linode.com/docs/api/account/#maintenance-list))
* This command is no longer in beta, and can now be accessed via the `https://api.linode.com/v4` server path.
* This command now returns completed maintenance items. Previously, only pending maintenance items were returned with this command.

* **Volume Attach** ([POST /volumes/{volumeId}/attach](https://www.linode.com/docs/api/volumes/#volume-attach))

**Volume Detach** ([POST /volumes/{volumeId}/detach](https://www.linode.com/docs/api/volumes/#volume-detach))
* Events created by these commands now include the associated Linodes when attaching or detaching Block Storage Volumes.

### Fixed

* **Firewall Rules Update** ([PUT /networking/firewalls/{firewallId}/rules](https://www.linode.com/docs/api/networking/#firewall-rules-update))
* Fixed a bug that prevented event creation when accessing this command. Now, an event is created when Firewall Rules are updated.

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

* 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.
13 changes: 13 additions & 0 deletions src/content/changelog/lke-1-44-0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Linode Kubernetes Engine v1.44.0
date: 2022-11-30T05:00:00.000Z
version: 1.44.0
changelog:
- Linode Kubernetes Engine
---

### Added

- Adds support for [Kubernetes 1.24](https://kubernetes.io/blog/2022/05/03/kubernetes-1-24-release-announcement/).

**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 comments on commit 81568d9

Please sign in to comment.