API v4.0.4
Added
- Added User SSH Keys
- Allows storage and deployment of public SSH Keys
- Added GET /profile/sshkeys
- Added POST /profile/sshkeys
- Added GET /profile/sshkeys/{ssh_key_id}
- Added PUT /profile/sshkeys/{ssh_key_id}
- Added DELETE /profile/sshkeys/{ssh_key_id}
- Added SSH Key labels to User object
- Allow deploying Linodes with stored SSH Keys
- Added
authorized\_users
to POST /linodes/instances/
- Added
- Allow rebuilding Linodes with stored SSH Keys
- Added
authorized\_users
to POST /linodes/instances/{linode_id}/rebuild
- Added
- Allow deploying Disks with stored SSH Keys
- Added
authorized\_users
to POST /linodes/instances/{linode_id}/disks
- Added
- NodeBalancer config rebuild
- Allows fast track config/node rebuilding
- POST nodebalancers/{nodebalancerId}/configs/{configId}/rebuild
- Add expires to Image map for automatic Images
Fixed
- Removed duplicate event for StackScript creation
- Fixed typo in DNS error message
- Added ‘field’ to StackScript errors