Skip to content

Commit

Permalink
Merge pull request #2690 from stevehipwell/chart-v0-11-0
Browse files Browse the repository at this point in the history
Update to ExternalDNS v0.11.0
  • Loading branch information
k8s-ci-robot committed Apr 19, 2022
2 parents 01e8a2c + a26ac53 commit f3e04df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions charts/external-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed -->

## [v1.9.0] - UNRELEASED

### Changed

- Update _ExternalDNS_ version to [v0.11.0](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.11.0).

## [v1.8.0] - UNRELEASED

### Added
Expand Down
8 changes: 3 additions & 5 deletions charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application
version: 1.8.0
appVersion: 0.10.2
version: 1.9.0
appVersion: 0.11.0
keywords:
- kubernetes
- external-dns
Expand All @@ -19,7 +19,5 @@ maintainers:
email: steve.hipwell@gmail.com
annotations:
artifacthub.io/changes: |
- kind: added
description: "Add annotations to Deployment."
- kind: changed
description: "Fix RBAC for istio-virtualservice source when istio-gateway isn't also added."
description: "Update ExternalDNS version to v0.11.0"

0 comments on commit f3e04df

Please sign in to comment.