mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Bump version to v0.5.3
* Add recent changes to the changelog * Update version in docs Signed-off-by: Nick Jüttner <nick@zalando.de>
This commit is contained in:
parent
e01cf2f61d
commit
8683d25b19
@ -1,3 +1,12 @@
|
||||
## v0.5.3 - 2018-06-15
|
||||
|
||||
- Print a message if no hosted zones match (aws provider) (#592) @svend
|
||||
- Add support for NodePort services (#559) @grimmy
|
||||
- Update azure.md to fix protocol value (#593) @JasonvanBrackel
|
||||
- Add cache to limit calls to providers (#589) @jessfraz
|
||||
- Add Azure MSI support (#578) @r7vme
|
||||
- CoreDNS/SkyDNS provider (#253) @istalker2
|
||||
|
||||
## v0.5.2 - 2018-05-31
|
||||
|
||||
- DNSimple: Make DNSimple tolerant of unknown zones (#574) @jbowes
|
||||
|
@ -35,6 +35,7 @@ ExternalDNS' current release is `v0.5`. This version allows you to keep selected
|
||||
* [Dyn](https://dyn.com/dns/)
|
||||
* [OpenStack Designate](https://docs.openstack.org/designate/latest/)
|
||||
* [PowerDNS](https://www.powerdns.com/)
|
||||
* [CoreDNS](https://coredns.io/)
|
||||
|
||||
From this release, ExternalDNS can become aware of the records it is managing (enabled via `--registry=txt`), therefore ExternalDNS can safely manage non-empty hosted zones. We strongly encourage you to use `v0.5` (or greater) with `--registry=txt` enabled and `--txt-owner-id` set to a unique value that doesn't change for the lifetime of your cluster. You might also want to run ExternalDNS in a dry run mode (`--dry-run` flag) to see the changes to be submitted to your DNS Provider API.
|
||||
|
||||
|
@ -169,7 +169,7 @@ $ docker run \
|
||||
-e EXTERNAL_DNS_SOURCE=$'service\ningress' \
|
||||
-e EXTERNAL_DNS_PROVIDER=google \
|
||||
-e EXTERNAL_DNS_DOMAIN_FILTER=$'foo.com\nbar.com' \
|
||||
registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
time="2017-08-08T14:10:26Z" level=info msg="config: &{Master: KubeConfig: Sources:[service ingress] Namespace: ...
|
||||
```
|
||||
|
||||
|
@ -77,7 +77,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
@ -197,4 +197,4 @@ $ aws servicediscovery list-namespaces
|
||||
|
||||
```console
|
||||
$ aws servicediscovery delete-namespace --id ns-durf2oxu4gxcgo6z
|
||||
```
|
||||
```
|
||||
|
@ -83,7 +83,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
@ -146,7 +146,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
|
@ -153,7 +153,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
@ -220,7 +220,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
|
@ -42,7 +42,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service # ingress is also possible
|
||||
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
|
||||
@ -106,7 +106,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service # ingress is also possible
|
||||
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
|
||||
|
@ -39,7 +39,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service # ingress is also possible
|
||||
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
|
||||
@ -99,7 +99,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service # ingress is also possible
|
||||
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.
|
||||
|
@ -41,7 +41,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=ingress
|
||||
- --txt-prefix=_d
|
||||
@ -142,4 +142,4 @@ Login to the console at https://portal.dynect.net/login/ and verify records are
|
||||
## Clean up
|
||||
|
||||
Login to the console at https://portal.dynect.net/login/ and delete the records created. Alternatively, just delete the sample
|
||||
Ingress resources and external-dns will delete the records.
|
||||
Ingress resources and external-dns will delete the records.
|
||||
|
@ -88,7 +88,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
@ -150,7 +150,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --source=ingress
|
||||
|
@ -25,7 +25,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --debug
|
||||
- --source=service
|
||||
@ -84,7 +84,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --debug
|
||||
- --source=service
|
||||
|
@ -66,7 +66,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --domain-filter=example.com # (optional) limit to only example.com domains.
|
||||
@ -143,7 +143,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service
|
||||
- --domain-filter=example.com # (optional) limit to only example.com domains.
|
||||
|
@ -251,7 +251,7 @@ spec:
|
||||
serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=ingress
|
||||
- --domain-filter=external-dns-test.gcp.zalan.do
|
||||
|
@ -40,7 +40,7 @@ spec:
|
||||
# serviceAccountName: external-dns
|
||||
containers:
|
||||
- name: external-dns
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
args:
|
||||
- --source=service # or ingress or both
|
||||
- --provider=pdns
|
||||
|
@ -243,7 +243,7 @@ spec:
|
||||
- --txt-owner-id=external-dns
|
||||
- --annotation-filter=kubernetes.io/ingress.class=external-ingress
|
||||
- --aws-zone-type=public
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
name: external-dns-public
|
||||
```
|
||||
|
||||
@ -281,7 +281,7 @@ spec:
|
||||
- --txt-owner-id=dev.k8s.nexus
|
||||
- --annotation-filter=kubernetes.io/ingress.class=internal-ingress
|
||||
- --aws-zone-type=private
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.2
|
||||
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.3
|
||||
name: external-dns-private
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user