File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Unreleased
4+ v1.8.1
55----------
66
77* Fix: excessive calls to ` /v1/servers ` endpoint.
Original file line number Diff line number Diff line change 5454 effect : " NoSchedule"
5555 hostNetwork : true
5656 containers :
57- - image : hetznercloud/hcloud-cloud-controller-manager:v1.8.0
57+ - image : hetznercloud/hcloud-cloud-controller-manager:v1.8.1
5858 name : hcloud-cloud-controller-manager
5959 command :
6060 - " /bin/hcloud-cloud-controller-manager"
Original file line number Diff line number Diff line change 5454 - key : " node.kubernetes.io/not-ready"
5555 effect : " NoSchedule"
5656 containers :
57- - image : hetznercloud/hcloud-cloud-controller-manager:v1.8.0
57+ - image : hetznercloud/hcloud-cloud-controller-manager:v1.8.1
5858 name : hcloud-cloud-controller-manager
5959 command :
6060 - " /bin/hcloud-cloud-controller-manager"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const (
3636 hcloudLoadBalancersEnabledENVVar = "HCLOUD_LOAD_BALANCERS_ENABLED"
3737 nodeNameENVVar = "NODE_NAME"
3838 providerName = "hcloud"
39- providerVersion = "v1.8.0 "
39+ providerVersion = "v1.8.1 "
4040)
4141
4242type cloud struct {
You can’t perform that action at this time.
0 commit comments