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-79-0-2020-11-3.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@ changelog:
7
7
---
8
8
### Added
9
9
10
-
- Added the [Object Storage Object ACL View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
10
+
- Added the Object Storage Object ACL View ([GET /object-storage/buckets/{clusterId}/{bucket}/object-acl](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view)) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
11
11
12
-
- Added the [Object Storage Object ACL Update](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
12
+
- Added the Object Storage Object ACL Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-update)) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
13
13
14
-
- Added the [Object Storage Bucket Access Update](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-access-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
14
+
- Added the Object Storage Bucket Access Update ([PUT /object-storage/buckets/{clusterId}/{bucket}/access](http://www.linode.com/docs/api/object-storage/#object-storage-bucket-access-update)) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
15
15
16
-
- Added the [Object Storage Transfer View](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
16
+
- Added the Object Storage Transfer View ([GET /object-storage/transfer](http://www.linode.com/docs/api/object-storage/#object-storage-object-acl-config-view)) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](http://www.linode.com/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
17
17
18
18
- Added the `objects` field to the following Object Storage endpoints:
- Object Storage Buckets List ([GET /object-storage/buckets](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-list))
21
+
- Object Storage Buckets in Cluster List ([GET /object-storage/buckets/{clusterId}](http://www.linode.com/docs/api/object-storage/#object-storage-buckets-in-cluster-list))
The `object` field returns the number of objects stored in a bucket.
25
25
26
26
### Fixed
27
27
28
28
- Error messages for Firewall endpoints have been improved. When applicable, they now return a [Firewall Device's](http://www.linode.com/docs/api/networking/#firewall-device-create)`label` and `id`.
29
29
30
-
- Fixed the [Ticket Attachment Create](http://www.linode.com/docs/api/support/#ticket-attachment-create) (POST /support/tickets/{ticketId}/attachments) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.
30
+
- Fixed the Ticket Attachment Create ([POST /support/tickets/{ticketId}/attachments](http://www.linode.com/docs/api/support/#ticket-attachment-create)) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.
Copy file name to clipboardExpand all lines: src/content/changelog/4-80-0-2020-11-16.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,5 @@ changelog:
10
10
11
11
- CNAME records now allow for a trailing period (.) on target entries. Previously, a CNAME record ending in a period (.) would result in an error. The endpoints affected by this change are:
12
12
13
-
-[Domain Record Create](http://www.linode.com/docs/api/domains/#domain-record-create) (POST /domains/{domainId}/records)
14
-
-[Domain Record Update](http://www.linode.com/docs/api/domains/#domain-record-update) (PUT /domains/{domainId}/records/{recordId})
13
+
- Domain Record Create ([POST /domains/{domainId}/records](http://www.linode.com/docs/api/domains/#domain-record-create))
14
+
- Domain Record Update ([PUT /domains/{domainId}/records/{recordId}](http://www.linode.com/docs/api/domains/#domain-record-update))
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 ([POST /managed/services](https://linode.com/docs/api/managed/#managed-service-create))
14
+
- Managed Service Update ([PUT /managed/services/{serviceId}](https://linode.com/docs/api/managed/#managed-service-update))
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 ([POST /account/events/{eventId}/seen](https://linode.com/docs/api/account/#event-mark-as-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 ([GET /networking/firewalls](https://linode.com/docs/api/networking/#firewalls-list)) 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 ([PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl](https://linode.com/docs/api/object-storage/#object-storage-object-acl-config-update)) 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)
- The LKE Kubernetes Cluster Recycle ([POST /lke/clusters/{clusterId}/recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-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
+
13
+
- The LKE Node View ([GET /lke/clusters/{clusterID}/nodes/{nodeId}](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-view)) endpoint can now be used to view the details of an individual Node within a Kubernetes cluster.
14
+
15
+
- The LKE Node Recycle ([POST /lke/clusters/{clusterId}/nodes/{nodeId}/recycle](https://linode.com/docs/api/linode-kubernetes-engine-lke/#node-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
+
17
+
### Changed
18
+
19
+
- The LKE Kubernetes Cluster Update ([PUT /lke/clusters/{clusterId}](https://linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-cluster-update)) 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