Skip to content

Commit

Permalink
Merge pull request #3371 from stevehipwell/helm-chart-v0-13-2
Browse files Browse the repository at this point in the history
feat[chart]: Updated to v0.13.2
  • Loading branch information
k8s-ci-robot committed Feb 6, 2023
2 parents 91d8c22 + b859bbf commit 507e820
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ on:
permissions: {}
jobs:
release:

permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
contents: write # to push chart release and create a release (helm/chart-releaser-action)

if: github.repository == 'kubernetes-sigs/external-dns'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
- name: Create release notes
run: |
set -euo pipefail
cat <<"EOF" > charts/external-dns/_release-notes.md
cat <<"EOF" > charts/external-dns/RELEASE.md
${{ steps.changelog_reader.outputs.changes }}
EOF
Expand All @@ -62,4 +61,5 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "external-dns-helm-chart-{{ .Version }}"
CR_RELEASE_NOTES_FILE: _release-notes.md
CR_RELEASE_NOTES_FILE: RELEASE.md
CR_MAKE_RELEASE_LATEST: false
8 changes: 8 additions & 0 deletions charts/external-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Deprecated
- Removed -->

## [v1.12.1] - 2023-02-06

### All Changes

- Updated _ExternalDNS_ version to [v0.13.2](https://github.com/kubernetes-sigs/external-dns/releases/tag/v0.13.2). ([#3371](https://github.com/kubernetes-sigs/external-dns/pull/3371)) [@stevehipwell](https://github.com/stevehipwell)
- Added `secretConfiguration.subPath` to mount specific files from secret as a sub-path. ([#3227](https://github.com/kubernetes-sigs/external-dns/pull/3227)) [@jkroepke](https://github.com/jkroepke)
- Changed to use `registry.k8s.io` instead of `k8s.gcr.io`. ([#3261](https://github.com/kubernetes-sigs/external-dns/pull/3261)) [@johngmyers](https://github.com/johngmyers)

## [v1.12.0] - 2022-11-29

### All Changes
Expand Down
10 changes: 7 additions & 3 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.0
appVersion: 0.13.1
version: 1.12.1
appVersion: 0.13.2
keywords:
- kubernetes
- externaldns
Expand All @@ -21,4 +21,8 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated ExternalDNS version to v0.13.1."
description: "Updated ExternalDNS version to v0.13.2."
- kind: added
description: "Added secretConfiguration.subPath to mount specific files from secret as a sub-path."
- kind: changed
description: "Changed to use registry.k8s.io instead of k8s.gcr.io."

0 comments on commit 507e820

Please sign in to comment.