Skip to content

Commit a4fac0a

Browse files
authored
Merge pull request #5184 from mloiseleur/rel/v0.16.1
chore(release): updates kustomize & docs with v0.16.1
2 parents 017f768 + 62885c7 commit a4fac0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+107
-92
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $ docker run \
197197
-e EXTERNAL_DNS_SOURCE=$'service\ningress' \
198198
-e EXTERNAL_DNS_PROVIDER=google \
199199
-e EXTERNAL_DNS_DOMAIN_FILTER=$'foo.com\nbar.com' \
200-
registry.k8s.io/external-dns/external-dns:v0.15.1
200+
registry.k8s.io/external-dns/external-dns:v0.16.1
201201
time="2017-08-08T14:10:26Z" level=info msg="config: &{APIServerURL: KubeConfig: Sources:[service ingress] Namespace: ...
202202
```
203203

docs/registry/dynamodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
spec:
8282
containers:
8383
- name: external-dns
84-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
84+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
8585
args:
8686
- --source=service
8787
- --source=ingress

docs/release.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A new staging image is released weekly and can be found at [gcr.io/k8s-staging-e
1414
Example command to fetch `10` most recent staging images:
1515

1616
```sh
17-
export EXT_DNS_VERSION="v0.15.1"
17+
export EXT_DNS_VERSION="v0.16.1"
1818
curl -sLk https://gcr.io/v2/k8s-staging-external-dns/external-dns/tags/list | jq | grep "$EXT_DNS_VERSION" | tail -n 10
1919
```
2020

@@ -40,13 +40,13 @@ You must be an official maintainer of the project to be able to do a release.
4040

4141
- Run `scripts/releaser.sh` to create a new GitHub release. Alternatively you can create a release in the GitHub UI making sure to click on the autogenerate release node feature.
4242
- The step above will trigger the Kubernetes based CI/CD system [Prow](https://prow.k8s.io/?repo=kubernetes-sigs%2Fexternal-dns). Verify that a new image was built and uploaded to `gcr.io/k8s-staging-external-dns/external-dns`.
43-
- Create a PR in the [k8s.io repo](https://github.com/kubernetes/k8s.io) by taking the current staging image using the sha256 digest. Once the PR is merged, the image will be live with the corresponding tag specified in the PR.
43+
- Create a PR in the [k8s.io repo](https://github.com/kubernetes/k8s.io) by taking the current staging image using the sha256 digest. They can be obtained with `scripts/get-sha256.sh`. Once the PR is merged, the image will be live with the corresponding tag specified in the PR.
4444
- See https://github.com/kubernetes/k8s.io/pull/540 for reference
45-
- Verify that the image is pullable with the given tag (i.e. `v0.7.5`).
46-
- Branch out from the default branch and run `scripts/kustomize-version-updater.sh` to update the image tag used in the kustomization.yaml.
45+
- Verify that the image is pullable with the given tag
46+
- `docker run registry.k8s.io/external-dns/external-dns:v0.16.0 --version`
47+
- Branch out from the default branch and run `scripts/version-updater.sh` to update the image tag used in the kustomization.yaml and in documentation.
48+
- Create the PR with this version change.
4749
- Create an issue to release the corresponding Helm chart via the chart release process (below) assigned to a chart maintainer
48-
- Create a PR with the kustomize change.
49-
- Create a PR to replace all versions for docker images in the tutorials. A possible script to use is `sd registry.k8s.io/external-dns/external-dns:v0.15.1`
5050
- Once the PR is merged, all is done :-)
5151

5252
## How to release a new chart version

docs/sources/gateway-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
serviceAccountName: external-dns
8989
containers:
9090
- name: external-dns
91-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
91+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
9292
args:
9393
# Add desired Gateway API Route sources.
9494
- --source=gateway-httproute

docs/sources/gloo-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
containers:
2525
- name: external-dns
2626
# update this to the desired external-dns version
27-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
27+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
2828
args:
2929
- --source=gloo-proxy
3030
- --gloo-namespace=custom-gloo-system # gloo system namespace. Specify multiple times for multiple namespaces. Omit to use the default (gloo-system)
@@ -93,7 +93,7 @@ spec:
9393
containers:
9494
- name: external-dns
9595
# update this to the desired external-dns version
96-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
96+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
9797
args:
9898
- --source=gloo-proxy
9999
- --gloo-namespace=custom-gloo-system # gloo system namespace. Specify multiple times for multiple namespaces. Omit to use the default (gloo-system)

docs/sources/istio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
containers:
3131
- name: external-dns
32-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
32+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
3333
args:
3434
- --source=service
3535
- --source=ingress
@@ -100,7 +100,7 @@ spec:
100100
serviceAccountName: external-dns
101101
containers:
102102
- name: external-dns
103-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
103+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
104104
args:
105105
- --source=service
106106
- --source=ingress

docs/sources/kong.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
containers:
2525
- name: external-dns
2626
# update this to the desired external-dns version
27-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
27+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
2828
args:
2929
- --source=kong-tcpingress
3030
- --provider=aws
@@ -89,7 +89,7 @@ spec:
8989
containers:
9090
- name: external-dns
9191
# update this to the desired external-dns version
92-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
92+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
9393
args:
9494
- --source=kong-tcpingress
9595
- --provider=aws

docs/sources/nodes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
serviceAccountName: external-dns
3333
containers:
3434
- name: external-dns
35-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
35+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
3636
args:
3737
- --source=node # will use nodes as source
3838
- --provider=aws
@@ -103,7 +103,7 @@ spec:
103103
serviceAccountName: external-dns
104104
containers:
105105
- name: external-dns
106-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
106+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
107107
args:
108108
- --source=node # will use nodes as source
109109
- --provider=aws

docs/sources/openshift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
spec:
7373
containers:
7474
- name: external-dns
75-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
75+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
7676
args:
7777
- --source=openshift-route
7878
- --domain-filter=external-dns-test.my-org.com # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
@@ -140,7 +140,7 @@ spec:
140140
serviceAccountName: external-dns
141141
containers:
142142
- name: external-dns
143-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
143+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
144144
args:
145145
- --source=openshift-route
146146
- --domain-filter=external-dns-test.my-org.com # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones

docs/sources/traefik-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
containers:
2525
- name: external-dns
2626
# update this to the desired external-dns version
27-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
27+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
2828
args:
2929
- --source=traefik-proxy
3030
- --provider=aws
@@ -87,7 +87,7 @@ spec:
8787
containers:
8888
- name: external-dns
8989
# update this to the desired external-dns version
90-
image: registry.k8s.io/external-dns/external-dns:v0.15.1
90+
image: registry.k8s.io/external-dns/external-dns:v0.16.1
9191
args:
9292
- --source=traefik-proxy
9393
- --provider=aws

0 commit comments

Comments
 (0)