Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asauber committed Jun 26, 2019
1 parent 72d01ad commit 441525c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Release History

## [v0.2.3](https://github.com/linode/linode-cloud-controller-manager/compare/v0.2.2..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

## [v0.2.2](https://github.com/linode/linode-cloud-controller-manager/compare/v0.2.1..v0.2.2) (2019-05-29)

### Features

* Upgrade linodego to version 0.9.0 for various new API features.

## [v0.2.1](https://github.com/linode/linode-cloud-controller-manager/tree/v0.2.1) (2019-04-16)

### Features

* 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} ]"
```

0 comments on commit 441525c

Please sign in to comment.