Jul 25, 2022 — Linode API
over 2 years ago by cverner@akamai.com
v4.132.0
Changed
- Create a StackScript (POST /linode/stackscripts) and Update a StackScript (PUT /linode/stackscripts/{stackscriptId}). StackScripts are now configurable to accept any and all available image distributions by using the
any/all
value for a StackScript’s “images”.
Fixed
- Fixed a bug regarding removal of VLAN interfaces from Linodes, which prevented certain functions such as migrating Linodes to regions that do not support VLANs.
- Get a Linode's managed settings (GET /managed/linode-settings/{linodeId}) and Update managed settings (PUT /managed/linode-settings/{linodeId}). Fixed a bug where removing a Linode IP address failed to update any managed Linode access settings that involved that IP address. Now, a managed Linode’s ssh properties are reset to their default values in this case.