Skip to content

Commit

Permalink
Merge pull request #5094 from stevehipwell/helm-chart-fixes
Browse files Browse the repository at this point in the history
chore(release): publish chart v1.15.2
  • Loading branch information
k8s-ci-robot authored Feb 14, 2025
2 parents 4c40311 + 87580d0 commit daca221
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 5 additions & 1 deletion charts/external-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v1.15.2] - 2025-02-14

### Changed

- Added `transportservers` resource to ClusterRole when specifying `f5-transportserver` or `f5-virtualserver` as a source. ([#5066](https://github.com/kubernetes-sigs/external-dns/pull/5066)) _@visokoo_

### Fixed

- Fixed handling of non-string types in `serviceAccount.metadata.annotations` field. ([#5067](https://github.com/kubernetes-sigs/external-dns/pull/5067)) _@hjoshi123_
- Fixed regression where `affinity.nodeAffinity` was being ignored. ([#5046](https://github.com/kubernetes-sigs/external-dns/pull/5046)) _@mkhpalm_

## [v1.15.1] - 2023-09-10
## [v1.15.1] - 2025-01-27

### Added

Expand Down Expand Up @@ -225,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
RELEASE LINKS
-->
[UNRELEASED]: https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns
[v1.15.2]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.15.2
[v1.15.1]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.15.1
[v1.15.0]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.15.0
[v1.14.5]: https://github.com/kubernetes-sigs/external-dns/releases/tag/external-dns-helm-chart-1.14.5
Expand Down
14 changes: 4 additions & 10 deletions charts/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: external-dns
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
type: application
version: 1.15.1
version: 1.15.2
appVersion: 0.15.1
keywords:
- kubernetes
Expand All @@ -21,14 +21,8 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: added
description: "Added ability to configure `imagePullSecrets` via helm `global` value."
- kind: added
description: "Added options to configure `labelFilter` and `managedRecordTypes` via dedicated helm values."
- kind: changed
description: "Allow templating `serviceaccount.annotations` keys and values, by rendering them using the `tpl` built-in function."
- kind: changed
description: "Updated _ExternalDNS_ OCI image version to [v0.15.1](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.15.1)."
description: "Added `transportservers` resource to ClusterRole when specifying `f5-transportserver` or `f5-virtualserver` as a source."
- kind: fixed
description: "Fixed automatic addition of pod selector labels to `affinity` and `topologySpreadConstraints` if not defined."
description: "Fixed handling of non-string types in `serviceAccount.metadata.annotations` field."
- kind: fixed
description: "Fixed missing Ingress permissions when using Istio sources."
description: "Fixed regression where `affinity.nodeAffinity` was being ignored."
4 changes: 2 additions & 2 deletions charts/external-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# external-dns

![Version: 1.15.1](https://img.shields.io/badge/Version-1.15.1-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)
![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)

ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.

Expand All @@ -27,7 +27,7 @@ helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/
After you've installed the repo you can install the chart.

```shell
helm upgrade --install external-dns external-dns/external-dns --version 1.15.1
helm upgrade --install external-dns external-dns/external-dns --version 1.15.2
```

## Providers
Expand Down

0 comments on commit daca221

Please sign in to comment.