Releases: linode/linode-cloud-controller-manager
Releases · linode/linode-cloud-controller-manager
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.
v0.2.4
v0.2.3
v0.2.3 (2019-06-26)
Features
- Support for setting root CA cert (linodego 0.10.0)
Enhancements
- Binary is now cross-compiled locally for faster container builds
- Makefile cleaned up for saner prereqs and ELF vs. local builds
Docker image available on DockerHub
linode/linode-cloud-controller-manager:v0.2.3
v0.2.2
v0.2.1
Support for LoadBalancer TLS annotations
example:
service.beta.kubernetes.io/linode-loadbalancer-tls: "[ { "tls-secret-name": "prod-app-tls", "port": 443}, {"tls-secret-name": "dev-app-tls", "port": 8443} ]"
Docker image is on DockerHub:
linode/linode-cloud-controller-manager:v0.2.1