You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-81-0-2020-12-02.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ changelog:
10
10
11
11
- A bug was fixed to allow preservation of URL parameters for service monitor addresses set at the following endpoints:
12
12
13
-
-[Managed Service Create](/docs/api/managed/#managed-service-create) (POST /managed/services)
14
-
-[Managed Service Update](/docs/api/managed/#managed-service-update) (PUT /managed/services/{serviceId})
13
+
-[Managed Service Create](https://linode.com/docs/api/managed/#managed-service-create) (POST /managed/services)
14
+
-[Managed Service Update](https://linode.com/docs/api/managed/#managed-service-update) (PUT /managed/services/{serviceId})
15
15
16
-
-[OAuth Reference](/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
16
+
-[OAuth Reference](https://linode.com/docs/api/#oauth-reference) has been updated to include Firewall, Maintenance, and Object Storage security scopes.
17
17
18
-
- The `x-linode-grant` for the [Event Mark as Seen](/docs/api/account/#event-mark-as-seen) (POST /account/events/{eventId}/seen) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
18
+
- The `x-linode-grant` for the [Event Mark as Seen](https://linode.com/docs/api/account/#event-mark-as-seen) (POST /account/events/{eventId}/seen) endpoint has been corrected to `read_only`. Previously, it was stated as `read_write`.
19
19
20
-
- The OAuth scope for the [Firewalls List](/docs/api/networking/#firewalls-list) (GET /networking/firewalls) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.
20
+
- The OAuth scope for the [Firewalls List](https://linode.com/docs/api/networking/#firewalls-list) (GET /networking/firewalls) endpoint has been correct to `firewall:read_only`. Previously, it was stated as `firewalls:read_only`.
Copy file name to clipboardExpand all lines: src/content/changelog/4-82-0-2020-12-15.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ changelog:
10
10
11
11
- A bug was fixed to reject leading zeroes on ports set in Firewalls inbound and outbound rules. The following endpoints have been updated to reflect this new exclusion:
- The [Object Storage Object ACL Config Update](/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
17
+
- The [Object Storage Object ACL Config Update](https://linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint previously specified the object `name` as a query parameter. This was corrected to specify the object `name` in the request body.
18
18
19
19
- The following endpoints were corrected to include `page`, `pages`, and `results` in their response objects:
20
-
-[User Logins List All](/docs/api/account/#user-logins-list-all) (GET /account/logins)
Copy file name to clipboardExpand all lines: src/content/changelog/4-83-0-2021-01-11.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ changelog:
8
8
9
9
### Added
10
10
11
-
- The LKE [Kubernetes Cluster Recycle](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST /lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
11
+
- The LKE [Kubernetes Cluster Recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-recycle) (POST /lke/clusters/{clusterId}/recycle) endpoint can now be used to recycle all of the Nodes in a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
12
12
13
-
- The LKE [Node View](/docs/api/linode-kubernetes-engine-lke/#node-view) (GET /lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
13
+
- The LKE [Node View](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-view) (GET /lke/clusters/{clusterID}/nodes/{nodeId}) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
14
14
15
-
- The LKE [Node Recycle](/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
15
+
- The LKE [Node Recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-recycle) (POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle) endpoint can now be used to recycle a Node within a Kubernetes cluster. Replacement Nodes are installed with the latest available patch for the Cluster's Kubernetes Version.
16
16
17
17
### Updated
18
18
19
-
- The LKE [Kubernetes Cluster Update](/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT /lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.
19
+
- The LKE [Kubernetes Cluster Update](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update) (PUT /lke/clusters/{clusterId}) endpoint now includes the `k8s_version` property in its request body schema. This property can be used to upgrade a Kubernetes cluster to the next minor version. New and recycled Nodes in this cluster will be deployed using the latest supported patch of this version.
0 commit comments