Releases: linode/linode-cloud-controller-manager
Releases · linode/linode-cloud-controller-manager
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
🐛 Bug Fixes
- Avoid new lines when base64 encoding values @nacef-labidi (#63)
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Added
- New LoadBalancer TLS annotations.
example:
service.beta.kubernetes.io/linode-loadbalancer-default-protocol: "http"
service.beta.kubernetes.io/linode-loadbalancer-port-443: |
{
"tls-secret-name": "prod-app-tls",
"protocol": "https"
}
Fixed
- New syntax fixes an issue where a creating a load balancer created with both
an http and https port would fail silently. - Some error messages changed to meet linter standards
- CCM now uses out-of-cluster authentication when kubeconfig is passed as a command-
line argument.
Deprecated
- Former annotations
linode-loadbalancer-tls
andlinode-loadbalancer-protocol
will
be removed Q3 2020.