Skip to content

Commit

Permalink
chore(deps): update helm/chart-releaser-action action to v1.5.0 (#121)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.4.1` -> `v1.5.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action</summary>

###
[`v1.5.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.5.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.4.1...v1.5.0)

#### What's Changed

- Skip packaging option - resolves
[#&#8203;108](https://togithub.com/helm/chart-releaser-action/issues/108)
by [@&#8203;gmorse81](https://togithub.com/gmorse81) in
[helm/chart-releaser-action#109
- Remove deprecated charts-repo-url option by
[@&#8203;jftanner](https://togithub.com/jftanner) in
[helm/chart-releaser-action#123
- default action to cr v1.5.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-releaser-action#127

#### New Contributors

- [@&#8203;gmorse81](https://togithub.com/gmorse81) made their first
contribution in
[helm/chart-releaser-action#109
- [@&#8203;jftanner](https://togithub.com/jftanner) made their first
contribution in
[helm/chart-releaser-action#123

**Full Changelog**:
helm/chart-releaser-action@v1...v1.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuODQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 9, 2023
1 parent d408283 commit 8d6f06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -33,6 +33,6 @@ jobs:
done | sort -u | awk '{print NR " " $1}' | xargs -r -n 2 helm repo add
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.1
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.ACTIONS_BOT_TOKEN }}"

0 comments on commit 8d6f06c

Please sign in to comment.