Skip to content

Commit f3e04df

Browse files
authored
Merge pull request #2690 from stevehipwell/chart-v0-11-0
Update to ExternalDNS v0.11.0
2 parents 01e8a2c + a26ac53 commit f3e04df

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

charts/external-dns/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Deprecated
1414
### Removed -->
1515

16+
## [v1.9.0] - UNRELEASED
17+
18+
### Changed
19+
20+
- Update _ExternalDNS_ version to [v0.11.0](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.11.0).
21+
1622
## [v1.8.0] - UNRELEASED
1723

1824
### Added

charts/external-dns/Chart.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: external-dns
33
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
44
type: application
5-
version: 1.8.0
6-
appVersion: 0.10.2
5+
version: 1.9.0
6+
appVersion: 0.11.0
77
keywords:
88
- kubernetes
99
- external-dns
@@ -19,7 +19,5 @@ maintainers:
1919
2020
annotations:
2121
artifacthub.io/changes: |
22-
- kind: added
23-
description: "Add annotations to Deployment."
2422
- kind: changed
25-
description: "Fix RBAC for istio-virtualservice source when istio-gateway isn't also added."
23+
description: "Update ExternalDNS version to v0.11.0"

0 commit comments

Comments
 (0)