Releases: hetznercloud/hcloud-cloud-controller-manager
Releases · hetznercloud/hcloud-cloud-controller-manager
v1.11.1
v1.11.0
Changelog
659f728 Use ::1 host of the IPv6 subnet as the instance address
f8d6673 Support for IPv6 NodeAddresses
32f602a Apply review results
354f8f8 Add Master is attached to configured Network check on controller boot.
1e44483 Fix typo in log message (#207)
bf44907 Improving documentation
e52a79b Update README.md to include Networks support
0d3274c Fix for typo in hcloud command
1641943 Fix glob for deployment yamls
Docker images
docker pull hetznercloud/hcloud-cloud-controller-manager:latestdocker pull hetznercloud/hcloud-cloud-controller-manager:v1.11.0
v1.10.0
v1.10.0-rc2
Changelog
f40fa21 Fix generation of deployment yamls
Docker images
docker pull hetznercloud/hcloud-cloud-controller-manager:latestdocker pull hetznercloud/hcloud-cloud-controller-manager:v1.10.0-rc2
v1.10.0-rc1
v1.9.1
v1.9.0
- Add support for setting load balancer values via cluster-wide defaults:
HCLOUD_LOAD_BALANCERS_LOCATION,HCLOUD_LOAD_BALANCERS_NETWORK_ZONE,HCLOUD_LOAD_BALANCERS_DISABLE_PRIVATE_INGRESS,HCLOUD_LOAD_BALANCERS_USE_PRIVATE_IP(#125) - Fix: allow referencing certificates by name (#116)
- Update build to go 1.16
- Update hcloud-go to 1.25.0
- Fix: Creating a Route may fail because of stale cache
- Add support for Hetzner Cloud Managed Certificates
v1.8.1
v1.8.0
- Fix: nil pointer dereference when Load Balancers were disabled
- Update hcloud-go to 1.22.0
- Update build to go 1.15
- Fix: update default health check (#87)
- Fix: Ignore protected Load Balancers on deletion instead of raising an error
You can update by running
## for Networks Version
kubectl apply -f https://raw.githubusercontent.com/hetznercloud/hcloud-cloud-controller-manager/master/deploy/ccm-networks.yaml
## for without Networks
https://raw.githubusercontent.com/hetznercloud/hcloud-cloud-controller-manager/master/deploy/ccm.yaml
v1.7.0
- Fix: nil pointer dereference when Network was not found
- Update hcloud-go to 1.20.0
- Add
HCLOUD_LOAD_BALANCERS_ENABLEDenv variable to disable the Load
Balancer feature, per default the Load Balancers are enabled. - Use defaults if health check annotations are not set.
- Add support for changing the Load Balancer type