File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
1919## [ UNRELEASED]
2020
21+ ## [ v1.16.0] - 2025-03-20
22+
2123### Added
2224
23- - Added helm testing framework ` helm plugin unittest ` . ([ #5137 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5137 ) ) _ @ivankatliarchuk_
24- - Added ability to generate schema with ` helm plugin schema ` . ([ #5075 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5075 ) ) _ @ivankatliarchuk_
25- - Added ` docs/contributing/dev-guide.md#helm-values ` guide. ([ #5075 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5075 ) ) _ @ivankatliarchuk_
25+ - Add helm testing framework ` helm plugin unittest ` . ([ #5137 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5137 ) ) _ @ivankatliarchuk_
26+ - Add ability to generate schema with ` helm plugin schema ` . ([ #5075 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5075 ) ) _ @ivankatliarchuk_
27+ - Add ` docs/contributing/dev-guide.md#helm-values ` guide. ([ #5075 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5075 ) ) _ @ivankatliarchuk_
2628
2729### Changed
2830
2931- Regenerate JSON schema with `helm-values-schema-json' plugin. ([ #5075 ] ( https://github.com/kubernetes-sigs/external-dns/pull/5075 ) ) _ @ivankatliarchuk_
32+ - Update _ ExternalDNS_ OCI image version to [ v0.16.1] ( https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.16.1 ) . ([ #xxxx] ( https://github.com/kubernetes-sigs/external-dns/pull/xxxx ) ) _ @stevehipwell_
3033
3134## [ v1.15.2] - 2025-02-14
3235
@@ -238,6 +241,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238241RELEASE LINKS
239242-->
240243[ UNRELEASED ] : https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns
244+ [ v1.16.0 ] : https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.16.0
241245[ v1.15.2 ] : https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.15.2
242246[ v1.15.1 ] : https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.15.1
243247[ v1.15.0 ] : https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.15.0
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : external-dns
33description : ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
44type : application
5- version : 1.15.2
6- appVersion : 0.15 .1
5+ version : 1.16.0
6+ appVersion : 0.16 .1
77keywords :
88 - kubernetes
99 - externaldns
@@ -21,8 +21,12 @@ maintainers:
2121annotations :
2222 artifacthub.io/changes : |
2323 - kind: added
24- description: "Added `transportservers` resource to ClusterRole when specifying `f5-transportserver` or `f5-virtualserver` as a source."
25- - kind: fixed
26- description: "Fixed handling of non-string types in `serviceAccount.metadata.annotations` field."
27- - kind: fixed
28- description: "Fixed regression where `affinity.nodeAffinity` was being ignored."
24+ description: "Add helm testing framework `helm plugin unittest`."
25+ - kind: added
26+ description: "Add ability to generate schema with `helm plugin schema`."
27+ - kind: added
28+ description: "Add `docs/contributing/dev-guide.md#helm-values` guide."
29+ - kind: changed
30+ description: "Regenerate JSON schema with `helm-values-schema-json' plugin."
31+ - kind: changed
32+ description: "Update _ExternalDNS_ OCI image version to [v0.16.1](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.16.1)."
Original file line number Diff line number Diff line change 11# external-dns
22
3- ![ Version: 1.15.2 ] ( https://img.shields.io/badge/Version-1.15.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.15 .1] ( https://img.shields.io/badge/AppVersion-0.15 .1-informational?style=flat-square )
3+ ![ Version: 1.16.0 ] ( https://img.shields.io/badge/Version-1.16.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.16 .1] ( https://img.shields.io/badge/AppVersion-0.16 .1-informational?style=flat-square )
44
55ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
66
@@ -27,7 +27,7 @@ helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/
2727After you've installed the repo you can install the chart.
2828
2929``` shell
30- helm upgrade --install external-dns external-dns/external-dns --version 1.15.2
30+ helm upgrade --install external-dns external-dns/external-dns --version 1.16.0
3131```
3232
3333## Providers
You can’t perform that action at this time.
0 commit comments