API v4.105.0
Changed
Kernel build dates are now accessible via the
built
value at the following endpoints:- Kernels List (GET /linode/kernels)
- Kernel View (GET /linode/kernels/{kernelId})
Block Storage Volume hardware type (HDD or NVME) is now accessible via the
hardware_type
value at the following endpoints:- Volumes List (GET /volumes)
- Volume View (GET /volumes/{volumeId})
Fixed
A bug has been fixed by requiring a Volume
active
status for the following endpoints:- Volume Clone (POST /volumes/{volumeId}/clone)
- Volume Resize (POST /volumes/{volumeId}/resize)
The following endpoints now return an
updated
value in their responses for public distribution Images:- Images List (GET /images)
- Image View (GET /images/{imageId})
Users must now have
read_write
Grants for anydevices
included in requests when accessing the Firewall Create (POST /networking/firewalls) endpoint.