Skip to content

Commit

Permalink
chore: bump version to v0.5.1 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
linki authored May 16, 2018
1 parent daeda2e commit 960151a
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 20 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.5.1 - 2018-05-16

- Refactor implementation of sync loop to use `time.Ticker` (#553) @r0fls
- Document how ExternalDNS gets permission to change AWS Route53 entries (#557) @hjacobs
- Fix CNAME support for the PowerDNS provider (#547) @kciredor
- Add support for hostname annotation in Ingress resource (#545) @rajatjindal
- Fix for TTLs being ignored on headless Services (#546) @danbondd
- Fix failing tests by giving linters more time to do their work (#548) @linki
- Fix misspelled flag for the OpenStack Designate provider (#542) @zentale
- Document additional RBAC rules needed to read Pods (#538) @danbondd

## v0.5.0 - 2018-04-23

- Google: Correctly filter records that don't match all filters (#533) @prydie @linki
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,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.0
registry.opensource.zalan.do/teapot/external-dns:v0.5.1
time="2017-08-08T14:10:26Z" level=info msg="config: &{Master: KubeConfig: Sources:[service ingress] Namespace: ...
```

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --source=ingress
Expand Down Expand Up @@ -146,7 +146,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --source=ingress
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --source=ingress
Expand Down Expand Up @@ -210,7 +210,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --source=ingress
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
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.
Expand Down Expand Up @@ -106,7 +106,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
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.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
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.
Expand Down Expand Up @@ -99,7 +99,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/dyn.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=ingress
- --txt-prefix=_d
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --source=ingress
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --source=ingress
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/hostport.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --debug
- --source=service
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --debug
- --source=service
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/infoblox.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --domain-filter=example.com # (optional) limit to only example.com domains.
Expand Down Expand Up @@ -143,7 +143,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service
- --domain-filter=example.com # (optional) limit to only example.com domains.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/nginx-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=ingress
- --domain-filter=external-dns-test.gcp.zalan.do
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/pdns.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
# serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
args:
- --source=service # or ingress or both
- --provider=pdns
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/public-private-route53.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
name: external-dns-public
```

Expand Down Expand Up @@ -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.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.1
name: external-dns-private
```

Expand Down

0 comments on commit 960151a

Please sign in to comment.