From cae85df7b1d9331dce0ae62431190e784b4e72c0 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 2 May 2022 11:52:15 -0400 Subject: [PATCH 1/3] Bump version to 4.122.0 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 27f455679..15b799f81 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.120.1 + version: 4.122.0 title: Linode API description: | From 8f762e85785c923d667a047263d937ec6dc63fe4 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 2 May 2022 12:05:02 -0400 Subject: [PATCH 2/3] Fix accidental path deletion --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 15b799f81..3d12ca251 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9496,6 +9496,7 @@ paths: - lang: CLI source: > linode-cli lke version-view 1.23 + /longview/clients: x-linode-cli-command: longview get: x-linode-grant: read_only From f13347353eb8349a7dc2d0ff3798bb11161614a9 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Mon, 2 May 2022 12:06:43 -0400 Subject: [PATCH 3/3] Update Node Pool Update description to include autoscaler --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3d12ca251..384e5aadd 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8939,7 +8939,7 @@ paths: - Linode Kubernetes Engine (LKE) summary: Node Pool Update description: | - Updates a Node Pool's count. + Updates a Node Pool's count and autoscaler configuration. Linodes will be created or deleted to match changes to the Node Pool's count.