Skip to content

Commit

Permalink
Merge e623d9f into b0a3f37
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 committed Feb 13, 2020
2 parents b0a3f37 + e623d9f commit 195cb21
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The [FAQ](docs/faq.md) contains additional information and addresses several que

To see ExternalDNS in action, have a look at this [video](https://www.youtube.com/watch?v=9HQ2XgL9YVI) or read this [blogpost](https://medium.com/wearetheledger/deploying-test-environments-with-azure-devops-eks-and-externaldns-67abe647e4e).

## The Latest Release: v0.5
## The Latest Release: v0.6

ExternalDNS' current release is `v0.5`. This version allows you to keep selected zones (via `--domain-filter`) synchronized with Ingresses and Services of `type=LoadBalancer` in various cloud providers:
ExternalDNS' current release is `v0.6`. This version allows you to keep selected zones (via `--domain-filter`) synchronized with Ingresses and Services of `type=LoadBalancer` in various cloud providers:
* [Google Cloud DNS](https://cloud.google.com/dns/docs/)
* [AWS Route 53](https://aws.amazon.com/route53/)
* [AWS Cloud Map](https://docs.aws.amazon.com/cloud-map/)
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorials/akamai-fastdns.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
name: external-dns
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/version: v0.5.18
app.kubernetes.io/version: v0.6.0
spec:
strategy:
type: Recreate
Expand All @@ -43,13 +43,13 @@ spec:
metadata:
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/version: v0.5.18
app.kubernetes.io/version: v0.6.0
spec:
# Only use if you're also using RBAC
# serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.18
image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0
args:
- --source=ingress # or service or both
- --provider=akamai
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/exoscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
# serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.5
image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0
args:
- --source=ingress # or service or both
- --provider=exoscale
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/rfc2136.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
serviceAccountName: external-dns
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.17
image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0
args:
- --txt-owner-id=k8s
- --provider=rfc2136
Expand Down Expand Up @@ -234,7 +234,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.17
image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0
args:
- --txt-owner-id=k8s
- --provider=rfc2136
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/security-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.6 # minimum version is v0.5.6
image: eu.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.6.0 # minimum version is v0.5.6
args:
- ... # your arguments here
securityContext:
Expand Down

0 comments on commit 195cb21

Please sign in to comment.