Skip to content

Commit

Permalink
chore(workflows/dependencies): update helm/chart-testing-action actio…
Browse files Browse the repository at this point in the history
…n to v2.6.1 (#627)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-testing-action](https://togithub.com/helm/chart-testing-action)
| action | minor | `v2.4.0` -> `v2.6.1` |

---

### Release Notes

<details>
<summary>helm/chart-testing-action (helm/chart-testing-action)</summary>

###
[`v2.6.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.1)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.6.0...v2.6.1)

#### What's Changed

- bump ct to v3.10.1 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[helm/chart-testing-action#136

**Full Changelog**:
helm/chart-testing-action@v2...v2.6.1

###
[`v2.6.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.5.0...v2.6.0)

#### What's Changed

- docs: bump helm/kind-action version by
[@&#8203;dunglas](https://togithub.com/dunglas) in
[helm/chart-testing-action#122
- bump ct to v3.10.0 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[helm/chart-testing-action#134

**Full Changelog**:
helm/chart-testing-action@v2...v2.6.0

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

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0)

#### What's Changed

- Download binary with right arch by
[@&#8203;Ludea](https://togithub.com/Ludea) in
[helm/chart-testing-action#118
- Bump ct and cleanup script by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[helm/chart-testing-action#124
- Bump sigstore/cosign-installer from
[`c3667d9`](https://togithub.com/helm/chart-testing-action/commit/c3667d99424e7e6047999fb6246c0da843953c65)
to
[`6e04d22`](https://togithub.com/helm/chart-testing-action/commit/6e04d228eb30da1757ee4e1dd75a0ec73a653e06)
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/chart-testing-action#125
- Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/chart-testing-action#127
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[helm/chart-testing-action#128

#### New Contributors

- [@&#8203;Ludea](https://togithub.com/Ludea) made their first
contribution in
[helm/chart-testing-action#118
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[helm/chart-testing-action#125

**Full Changelog**:
helm/chart-testing-action@v2.4.0...v2.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://developer.mend.io/github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 14, 2023
1 parent be416a3 commit 364cb00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-changed-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0

- uses: helm/chart-testing-action@v2.4.0
- uses: helm/chart-testing-action@v2.6.1
if: ${{ !inputs.chart }}

- id: getChangedChart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-changed-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0

- uses: helm/chart-testing-action@v2.4.0
- uses: helm/chart-testing-action@v2.6.1

- name: Get all charts
id: getCharts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: 3.7

- run: ./.github/scripts/prepare-values.sh "charts/$CHART"
- uses: helm/chart-testing-action@v2.4.0
- uses: helm/chart-testing-action@v2.6.1

- name: Lint chart
run: ct lint --check-version-increment=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-and-label-pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- uses: helm/chart-testing-action@v2.4.0
- uses: helm/chart-testing-action@v2.6.1
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
with:
Expand Down

0 comments on commit 364cb00

Please sign in to comment.