From 15487c3d620a429244670225ad2a0c61c976e68d Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Thu, 17 Aug 2017 22:49:46 +0200 Subject: [PATCH] chore: update changelog to reflect actual releases --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b1546cf4..ad4ebee776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ +## v0.4.4 - 2017-08-17 + - ExternalDNS now services of type `ClusterIP` with the use of the `--publish-internal-services`. Enabling this will now create the apprioriate A records for the given service's internal ip. @jrnt30 + - Fix to have external target annotations on ingress resources replace existing endpoints instead of appending to them (#318) -## v0.4.3 - 2017-08-17 +## v0.4.3 - 2017-08-10 - - Fix to have external target annotations on ingress resources replace existing endpoints instead of appending to them (#318) + - Support new `external-dns.alpha.kubernetes.io/target` annotation for Ingress (#312) + - Fix for wildcard domains in Route53 (#302) ## v0.4.2 - 2017-08-03