Skip to content

Commit 3e7fc75

Browse files
Merge pull request linode#178 from leslitagordita/api-changelog-4.61.0
Add changelog for API release 4.61.0
2 parents e70deda + c10e1b5 commit 3e7fc75

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: '4.61.0: 2020-04-06'
3+
date: 2020-04-06T04:00:00.000Z
4+
version: 4.61.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- You can now add tags when creating an LKE cluster ([POST /lke/clusters](/api/v4/lke-clusters/#post)). While the `tags` property existed before, the implementation logic has now been added to support adding tags to an LKE cluster.
12+
13+
- A `tags` property was added to the Update Kubernetes Cluster ([PUT /lke/clusters/{clusterId}](/api/v4/lke-clusters-cluster-id/#put)) endpoint. You can now update or remove existing tags on your LKE clusters. The `tags` property accepts an array of tags to be applied to your LKE cluster for organizational purposes.
14+
15+
- The [Images collection](/api/v4/images-image-id) now contains the `updated` property. This property returns the date that the current Image was last updated.
16+
17+
### Changed
18+
19+
- The [StackScript collection's](/api/v4/linode-stackscripts-stackscript-id) `deployments_total` property is now filterable. See [Filtering and Sorting](/api/v4/#filtering-and-sorting) to learn how to search API v4 collections.
20+
21+
### Fixed
22+
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](/api/v4/account-credit-card/#post) `expiry_year` property.

0 commit comments

Comments
 (0)