Skip to content

v1.2.0

Choose a tag to compare

@LKaemmerling LKaemmerling released this 06 Sep 05:52
· 182 commits to master since this release
  • Add httpClient-Method to LKDev\HetznerCloud\HetznerAPIClient
  • Add labels-Property to LKDev\HetznerCloud\Models\FloatingIp\FloatingIP
  • Add labels-Property to LKDev\HetznerCloud\Models\Server\Server
  • Add labels-Property to LKDev\HetznerCloud\Models\Image\Image
  • Add labels-Property to LKDev\HetznerCloud\Models\SSHKey\SSHKey
  • Add update-Method to \LKDev\HetznerCloud\Models\FloatingIp\FloatingIp-Model for easily updateing the server meta data
    $floatingIP->update(['description' => 'my-updated-floating-description','labels' => ['Key' => 'value]);
  • Add update-Method to \LKDev\HetznerCloud\Models\SSHKey\SSHKey-Model for easily updateing the server meta data
    $floatingIP->update(['name' => 'my-updated-sshkey-name','labels' => ['Key' => 'value]);
  • You can now use the labels-Key on every update-Method, for easily updating the Labels
  • Add LKDev\HetznerCloud\RequestOpts - Class for easily customize the request opts. Could be used for filtering with the label selector.
  • Add the parameter $requestOpts to all all-Methods