Skip to content

Commit

Permalink
feat(chart): updated chart to ExternalDNS v0.13.5 (#3661)
Browse files Browse the repository at this point in the history
* feat(chart): updated chart to ExternalDNS v0.13.5

* update PR

* remove reverted change from changelog
  • Loading branch information
GMartinez-Sisti committed Jun 7, 2023
1 parent 52196b8 commit 2241953
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
9 changes: 8 additions & 1 deletion charts/external-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### All Changes

## [v1.12.2] - UNRELEASED
## [v1.13.0] - 2023-03-30

### All Changes

- Updated _ExternalDNS_ version to [v0.13.5](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.13.5). ([#3661](https://github.com/kubernetes-sigs/external-dns/pull/3661)) [@GMartinez-Sisti](https://github.com/GMartinez-Sisti)
- Adding missing gateway-httproute cluster role permission. ([#3541](https://github.com/kubernetes-sigs/external-dns/pull/3541)) [@nicon89](https://github.com/nicon89)

## [v1.12.2] - 2023-03-30

### All Changes

Expand Down
16 changes: 4 additions & 12 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.12.2
appVersion: 0.13.4
version: 1.13.0
appVersion: 0.13.5
keywords:
- kubernetes
- externaldns
Expand All @@ -20,15 +20,7 @@ maintainers:
email: steve.hipwell@gmail.com
annotations:
artifacthub.io/changes: |
- kind: added
description: "Added support for ServiceMonitor relabelling."
- kind: changed
description: "Updated chart icon path."
- kind: added
description: "Added RBAC for Gateway-API resources to ClusterRole."
- kind: added
description: "Added RBAC for F5 VirtualServer to ClusterRole."
- kind: added
description: "Added support for running ExternalDNS with namespaced scope."
description: "Updated _ExternalDNS_ version to [v0.13.5](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.13.5)."
- kind: changed
description: "Updated _ExternalDNS_ version to [v0.13.4](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.13.4)."
description: "Adding missing gateway-httproute cluster role permission."

0 comments on commit 2241953

Please sign in to comment.