Skip to content

Commit 1935391

Browse files
authored
Merge pull request #749 from linode/release-4.143.1
Release 4.143.1
2 parents 7dfefb3 + 3110158 commit 1935391

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

openapi.yaml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.142.2
3+
version: 4.143.1
44

55
title: Linode API
66
description: |
@@ -10155,7 +10155,7 @@ paths:
1015510155
-X POST -d '{
1015610156
"label": "cluster12345",
1015710157
"region": "us-central",
10158-
"k8s_version": "1.24",
10158+
"k8s_version": "1.25",
1015910159
"tags": ["ecomm", "blogs"],
1016010160
"control_plane": {
1016110161
"high_availability": true
@@ -10182,7 +10182,7 @@ paths:
1018210182
linode-cli lke cluster-create \
1018310183
--label cluster12345 \
1018410184
--region us-central \
10185-
--k8s_version 1.24 \
10185+
--k8s_version 1.25 \
1018610186
--control_plane.high_availability true \
1018710187
--node_pools.type g6-standard-4 --node_pools.count 6 \
1018810188
--node_pools.type g6-standard-8 --node_pools.count 3 \
@@ -10342,7 +10342,7 @@ paths:
1034210342
linode-cli lke cluster-update 12345 \
1034310343
--label lkecluster54321 \
1034410344
--control_plane.high_availability true \
10345-
--k8s_version 1.24 \
10345+
--k8s_version 1.25 \
1034610346
--tags ecomm \
1034710347
--tags blog \
1034810348
--tags prod \
@@ -11153,10 +11153,10 @@ paths:
1115311153
- lang: Shell
1115411154
source: >
1115511155
curl -H "Authorization: Bearer $TOKEN" \
11156-
https://api.linode.com/v4/lke/versions/1.24
11156+
https://api.linode.com/v4/lke/versions/1.25
1115711157
- lang: CLI
1115811158
source: >
11159-
linode-cli lke version-view 1.24
11159+
linode-cli lke version-view 1.25
1116011160
/longview/clients:
1116111161
x-linode-cli-command: longview
1116211162
get:
@@ -13053,7 +13053,6 @@ paths:
1305313053
x-linode-cli-command: networking
1305413054
post:
1305513055
servers:
13056-
- url: https://api.linode.com/v4
1305713056
- url: https://api.linode.com/v4beta
1305813057
x-linode-grant: read_write
1305913058
tags:
@@ -13100,7 +13099,7 @@ paths:
1310013099
"2001:db8:3c4d:15::"
1310113100
]
1310213101
}' \
13103-
https://api.linode.com/v4/networking/ips/share
13102+
https://api.linode.com/v4beta/networking/ips/share
1310413103
- lang: CLI
1310513104
source: >
1310613105
linode-cli networking ip-share \
@@ -15140,7 +15139,7 @@ paths:
1514015139
https://api.linode.com/v4/nodebalancers/12345/configs/4567/nodes
1514115140
- lang: CLI
1514215141
source: >
15143-
linode-cli nodebalancers node-create \
15142+
linode-cli nodebalancers node-update \
1514415143
12345 4567 \
1514515144
--address 192.168.210.120:80 \
1514615145
--label node54321 \
@@ -21028,6 +21027,7 @@ components:
2102821027
example: 192.0.2.0
2102921028
x-linode-filterable: true
2103021029
x-linode-cli-display: 4
21030+
maxLength: 65535
2103121031
priority:
2103221032
type: integer
2103321033
minimum: 0
@@ -22048,16 +22048,18 @@ components:
2204822048
x-linode-cli-display: 7
2204922049
type: string
2205022050
readOnly: true
22051+
x-linode-filterable: true
2205122052
enum:
2205222053
- creating
2205322054
- pending_upload
2205422055
- available
2205522056
description: |
22056-
The current status of this Image. Only Images in an "available" status
22057-
can be deployed. Images in a "creating" status are being created from
22058-
a Linode Disk, and will become "available" shortly. Images in a
22059-
"pending_upload" status are waiting for data to be [uploaded](/docs/api/images/#image-upload),
22060-
and become "available" after the upload and processing are complete.
22057+
The current status of this Image.
22058+
22059+
Only Images in an "available" status can be deployed. Images in a "creating" status are being created from a Linode Disk, and will become "available" shortly. Images in a "pending_upload" status are waiting for data to be [uploaded](/docs/api/images/#image-upload), and become "available" after the upload and processing are complete.
22060+
22061+
The "+order_by" and "+order" operators are not available for [filtering](/docs/api/#filtering-and-sorting) on this key.
22062+
example: available
2206122063
Invoice:
2206222064
type: object
2206322065
description: Account Invoice object
@@ -23586,7 +23588,7 @@ components:
2358623588
and the latest supported patch version will be deployed.
2358723589
x-linode-filterable: true
2358823590
x-linode-cli-display: 4
23589-
example: "1.24"
23591+
example: "1.25"
2359023592
control_plane:
2359123593
type: object
2359223594
description: >
@@ -23788,7 +23790,7 @@ components:
2378823790
A Kubernetes version number available for deployment
2378923791
to a Kubernetes cluster in the format of <major>.<minor>,
2379023792
and the latest supported patch version.
23791-
example: "1.24"
23793+
example: "1.25"
2379223794
LongviewClient:
2379323795
type: object
2379423796
description: >

0 commit comments

Comments
 (0)