v4.105.0
·
915 commits
to development
since this release
Updated
-
Kernel build dates are now accessible via the
builtvalue 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_typevalue at the following endpoints:- Volumes List (GET /volumes)
- Volume View (GET /volumes/{volumeId})
Fixed
-
A bug has been fixed by requiring a Volume
activestatus for the following endpoints:- Volume Clone (POST /volumes/{volumeId}/clone)
- Volume Resize (POST /volumes/{volumeId}/resize)
-
The following endpoints now return an
updatedvalue in their responses for public distribution Images:- Images List (GET /images)
- Image View (GET /images/{imageId})
-
Users must now have
read_writeGrants for anydevicesincluded in requests when accessing the Firewall Create (POST /networking/firewalls) endpoint.