Skip to content

Commit 9314d54

Browse files
committed
Add API v4.89.1 Changelog
1 parent 35dcc69 commit 9314d54

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.89.1: 2021-04-14'
3+
date: 2021-04-14T04:00:00.000Z
4+
version: 4.89.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The VLANs List ([GET /networking/vlans](https://www.linode.com/docs/api/networking/#vlans-list)) beta endpoint description has been updated with the following:
12+
- Clearer instructions on how to detach a Linode from a VLAN.
13+
- A note that VLANs cannot be renamed.
14+
- A note that VLANs cannot be manually deleted. VLANs that are not attached to any Linodes are automatically deleted within a short timeframe.
15+
16+
### Fixed
17+
18+
- A bug was fixed that prevented `public` purpose VLAN interfaces that weren't configured for eth0 from working. This bug has been fixed, and the request body descriptions for the `purpose` property have been updated accordingly for the following endpoints:
19+
- Linode Create ([POST /linode/instances](https://www.linode.com/docs/api/linode-instances/#linode-create))
20+
- Configuration Profile Create ([POST /linode/instances/{linodeId}/configs](https://www.linode.com/docs/api/linode-instances/#configuration-profile-create))
21+
- Configuration Profile Update ([PUT /linode/instances/{linodeId}/configs/{configId}](https://www.linode.com/docs/api/linode-instances/#configuration-profile-update))
22+
23+
- Previously, the Configuration Profile Update ([PUT /linode/instances/{linodeId}/configs/{configId}](https://www.linode.com/docs/api/linode-instances/#configuration-profile-update)) endpoint erroneously stated the `label` and `devices` properties as required and the `interfaces.purpose` property as optional. The `label` and `devices` properties are now stated as optional, while the `interfaces.purpose` property is now stated as required.

0 commit comments

Comments
 (0)