mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-25 19:00:59 +02:00
Merge pull request #4168 from stevehipwell/chart-release-fix
chore(chart): Fixed chart changelog
This commit is contained in:
commit
17f9ab33ba
@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [UNRELEASED]
|
## [UNRELEASED]
|
||||||
|
|
||||||
## [1.14.0] - 2024-01-10
|
## [v1.14.0] - 2024-01-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- The `secretConfiguration` value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via the `extraVolumes` & `extraVolumeMounts` values.
|
- The `secretConfiguration` value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via the `extraVolumes` & `extraVolumeMounts` values. ([#4161](https://github.com/kubernetes-sigs/external-dns/pull/4161)) [@stevehipwell](https://github.com/stevehipwell)
|
||||||
|
|
||||||
## [v1.13.1] - 2023-09-07
|
## [v1.13.1] - 2023-09-07
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@ annotations:
|
|||||||
- kind: changed
|
- kind: changed
|
||||||
description: "Updated _ExternalDNS_ OCI image version to [v0.14.0](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.0). ([#4073](https://github.com/kubernetes-sigs/external-dns/pull/4073)) [@appkins](https://github.com/appkins)"
|
description: "Updated _ExternalDNS_ OCI image version to [v0.14.0](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.14.0). ([#4073](https://github.com/kubernetes-sigs/external-dns/pull/4073)) [@appkins](https://github.com/appkins)"
|
||||||
- kind: deprecated
|
- kind: deprecated
|
||||||
description: "The `secretConfiguration` value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via the `extraVolumes` & `extraVolumeMounts` values."
|
description: "The `secretConfiguration` value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via the `extraVolumes` & `extraVolumeMounts` values. ([#4161](https://github.com/kubernetes-sigs/external-dns/pull/4161)) [@stevehipwell](https://github.com/stevehipwell)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user