fix changelog for v0.4.8 (just released)

This commit is contained in:
Henning Jacobs 2017-11-22 19:59:47 +01:00 committed by GitHub
parent 45a5cacac6
commit fe67bb377b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
- Google: Support configuring TTL by annotation: `external-dns.alpha.kubernetes.io/ttl`. (#389) @stealthybox
## v0.4.8 - 2017-11-09
## v0.4.8 - 2017-11-22
- Allow filtering by source annotation via `--annotation-filter` (#354) @khrisrichardson
- Add support for Headless hostPort services (#324)
- AWS: Added change batch limiting to a maximum of 4000 Route53 updates in one API call. Changes exceeding the limit will be dropped but all related changes by hostname are preserved within the limit. (#368) @bitvector2
- Google: Support configuring TTL by annotation: `external-dns.alpha.kubernetes.io/ttl`. (#389) @stealthybox
- Infoblox: add option `--no-infoblox-ssl-verify` (#378)
- Inmemory: add support to specify zones for inmemory provider via command line (#366)
## v0.4.7 - 2017-10-18