Skip to content

Commit 188751e

Browse files
authored
Merge pull request linode#395 from linode/release-1.1.73
Release 1.1.73
2 parents faab752 + d542f6b commit 188751e

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

src/content/changelog/4-61-0-2020-04-06.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ changelog:
1616

1717
### Changed
1818

19-
- The [StackScript collection's](https://www.linode.com/docs/api/stackscripts/#stackscript-view) `deployments_total` property is now filterable. See [Filtering and Sorting](/https://www.linode.com/docs/api/#filtering-and-sorting) to learn how to search API v4 collections.
19+
- The [StackScript collection's](https://www.linode.com/docs/api/stackscripts/#stackscript-view) `deployments_total` property is now filterable. See [Filtering and Sorting](https://www.linode.com/docs/api/#filtering-and-sorting) to learn how to search API v4 collections.
2020

2121
### Fixed
2222

23-
- Validation has been included to prevent users from adding a credit card expiration year greater than 25 years from the current year. A user will now receive an `Expiry too far in the future` error message when this occurs. This bug fix affects the [POST /account/credit-card](https://www.linode.com/docs/api/account/#card-addedit) `expiry_year` property.
23+
- Validation has been included to prevent users from adding a credit card expiration year greater than 25 years from the current year. A user will now receive an `Expiry too far in the future` error message when this occurs. This bug fix affects the [POST /account/credit-card](https://www.linode.com/docs/api/account/#card-addedit) `expiry_year` property.

src/content/changelog/4-62-0-2020-04-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ changelog:
2424

2525
### Fixed
2626

27-
- An [LKE cluster's](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-clusters-list) `label`, `k8s_version`, and `region` properties were incorrectly labeled as being [filterable](/https://www.linode.com/docs/api/#filtering-and-sorting). These properties have been updated in the [Linode API v4 schema](https://www.linode.com/docs/api) to no longer display the `filterable` label.
27+
- An [LKE cluster's](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#kubernetes-clusters-list) `label`, `k8s_version`, and `region` properties were incorrectly labeled as being [filterable](https://www.linode.com/docs/api/#filtering-and-sorting). These properties have been updated in the [Linode API v4 schema](https://www.linode.com/docs/api) to no longer display the `filterable` label.
2828

2929
- The `id` property of a Node in an LKE Node Pool was incorrectly documented as being of type `number`. This has been corrected and the property is now documented as being of type `string`.
3030

src/content/changelog/4-69-0-2020-07-13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ changelog:
1414
- Create Node Pool ([POST /lke/clusters/{clusterId}/pools](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#node-pool-create))
1515
- View Node Pool ([GET /lke/clusters/{clusterId}/pools/{poolId}](https://www.linode.com/docs/api/linode-kubernetes-engine-lke/#node-pool-view))
1616

17-
- When Listing Account Events ([GET /v4/account/events](https://www.linode.com/docs/api/account/#events-list)), you can now filter by its `action` field. See [Filtering and Sorting](/https://www.linode.com/docs/api/) to learn how to search API v4 collections.
17+
- When Listing Account Events ([GET /v4/account/events](https://www.linode.com/docs/api/account/#events-list)), you can now filter by its `action` field. See [Filtering and Sorting](https://www.linode.com/docs/api/) to learn how to search API v4 collections.
1818

1919
### Changed
2020

@@ -24,7 +24,7 @@ changelog:
2424

2525
- Update Config ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](https://www.linode.com/docs/api/nodebalancers/#config-update))
2626

27-
- The `tag` field for the [Domain Record](https://www.linode.com/docs/api/domains/#domain-record-create) collection is now filterable. See [Filtering and Sorting](/https://www.linode.com/docs/api/) to learn how to search API v4 collections.
27+
- The `tag` field for the [Domain Record](https://www.linode.com/docs/api/domains/#domain-record-create) collection is now filterable. See [Filtering and Sorting](https://www.linode.com/docs/api/) to learn how to search API v4 collections.
2828

2929
### Fixed
3030

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: '4.93.0: 2021-05-17'
3+
date: 2021-05-17T04:00:00.000Z
4+
version: 4.93.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- StackScripts now have the `mine` boolean read-only property, which indicates whether the StackScript is owned by the account of the user making the request. This property can be used to easily filter responses so that only your account's StackScripts are returned when using the StackScripts List ([GET /stackscripts](https://www.linode.com/docs/api/stackscripts/#stackscripts-list)) endpoint.
12+
13+
- The Domain Zone File View ([GET /domains/{domainId}/zone-file](https://www.linode.com/docs/api/domains/#domain-zone-file-view)) has been added. Access this endpoint to view an array containing the lines of the zone file for the last rendered zone of the specified domain.
14+
15+
- Restricted users can now access Images they created using the Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload)) beta endpoint.
16+
17+
### Changed
18+
19+
- The responses for the Linodes List ([GET /linode/instances](https://www.linode.com/docs/api/linode-instances/#linodes-list)) and NodeBalancers List ([GET /nodebalancers](https://www.linode.com/docs/api/nodebalancers/#nodebalancers-list)) endpoints are now filterable by their respective `ipv4` properties.
20+
21+
- The response for the Images List ([GET /images](https://www.linode.com/docs/api/images/#images-list)) endpoint is now filterable by the `type` property.
22+
23+
### Fixed
24+
25+
- The `read_only` property of the Disk Create ([POST /linode/instances/{linodeId}/disks](https://www.linode.com/docs/api/linode-instances/#disk-create)) endpoint's request body schema was nonfunctional and has been removed from the specification.
26+
27+
- A bug was fixed that caused the Firewall Update ([PUT /networking/firewalls/{firewallId}](https://www.linode.com/docs/api/networking/#firewall-update)) endpoint to incorrectly return a "too many active Firewalls" error. The error incorrectly appeared when a Firewall's `status` was set from `disabled` to `enabled` after attached Linodes were deleted.

0 commit comments

Comments
 (0)