Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps sigs.k8s.io/cluster-api-addon-provider-helm from 0.3.2 to 0.4.1.

Release notes

Sourced from sigs.k8s.io/cluster-api-addon-provider-helm's releases.

v0.4.1

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/cluster-api-addon-provider-helm@v0.4.0...v0.4.1

v0.4.0

What's Changed

Full Changelog: kubernetes-sigs/cluster-api-addon-provider-helm@v0.3.2...v0.4.0

Commits
  • 8aeb2ff Merge pull request #444 from AshleyDumaine/patch-1
  • 1ecadd6 add 0.4 for metadata.yaml
  • 1a4a56e Merge pull request #442 from mboersma/bump-capi
  • 237b321 Merge pull request #441 from mboersma/make-promote-images-fix
  • ea82876 Bump CAPI to v1.10.6
  • f16707d Fix USER_FORK definition in Makefile
  • 9b401f1 Merge pull request #440 from kubernetes-sigs/dependabot/github_actions/action...
  • a1a42e4 🌱 Bump actions/cache from 4.2.4 to 4.3.0
  • 9d44995 Merge pull request #434 from kubernetes-sigs/dependabot/github_actions/action...
  • 20fbce1 🌱 Bump actions/setup-go from 5.5.0 to 6.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sigs.k8s.io/cluster-api-addon-provider-helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm) from 0.3.2 to 0.4.1.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases)
- [Commits](kubernetes-sigs/cluster-api-addon-provider-helm@v0.3.2...v0.4.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api-addon-provider-helm
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 6, 2025
@jimmidyson jimmidyson enabled auto-merge (squash) October 6, 2025 14:41
@jimmidyson jimmidyson merged commit f7befae into main Oct 6, 2025
23 checks passed
@jimmidyson jimmidyson deleted the dependabot/go_modules/hack/third-party/caaph/sigs.k8s.io/cluster-api-addon-provider-helm-0.4.1 branch October 6, 2025 15:35
vijayaraghavanr31 pushed a commit that referenced this pull request Oct 8, 2025
…3.2 to 0.4.1 in /hack/third-party/caaph (#1337)

Bumps
[sigs.k8s.io/cluster-api-addon-provider-helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm)
from 0.3.2 to 0.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/releases">sigs.k8s.io/cluster-api-addon-provider-helm's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>🌱 Fix USER_FORK definition in Makefile by <a
href="https://github.com/mboersma"><code>@​mboersma</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/441">kubernetes-sigs/cluster-api-addon-provider-helm#441</a></li>
<li>🌱 Bump CAPI to v1.10.6 by <a
href="https://github.com/mboersma"><code>@​mboersma</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/442">kubernetes-sigs/cluster-api-addon-provider-helm#442</a></li>
<li>:bug: add 0.4 for metadata.yaml by <a
href="https://github.com/AshleyDumaine"><code>@​AshleyDumaine</code></a>
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/444">kubernetes-sigs/cluster-api-addon-provider-helm#444</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/AshleyDumaine"><code>@​AshleyDumaine</code></a>
made their first contribution in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/444">kubernetes-sigs/cluster-api-addon-provider-helm#444</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.4.0...v0.4.1">https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.4.0...v0.4.1</a></p>
<h2>v0.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>:seedling: Bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/415">kubernetes-sigs/cluster-api-addon-provider-helm#415</a></li>
<li>:seedling: Bump github.com/onsi/gomega from 1.37.0 to 1.38.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/421">kubernetes-sigs/cluster-api-addon-provider-helm#421</a></li>
<li>:seedling: Bump actions/cache from 4.2.3 to 4.2.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/422">kubernetes-sigs/cluster-api-addon-provider-helm#422</a></li>
<li>:seedling: Bump actions/checkout from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/423">kubernetes-sigs/cluster-api-addon-provider-helm#423</a></li>
<li>:seedling: Bump go.uber.org/mock from 0.5.2 to 0.6.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/424">kubernetes-sigs/cluster-api-addon-provider-helm#424</a></li>
<li>:seedling: Bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.25.1 by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/428">kubernetes-sigs/cluster-api-addon-provider-helm#428</a></li>
<li>:seedling: Bump github.com/onsi/gomega from 1.38.0 to 1.38.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/425">kubernetes-sigs/cluster-api-addon-provider-helm#425</a></li>
<li>🌱 Bump CAPI to v1.10.5 by <a
href="https://github.com/mboersma"><code>@​mboersma</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/386">kubernetes-sigs/cluster-api-addon-provider-helm#386</a></li>
<li>🌱 Prefer go.mod's version of Helm by <a
href="https://github.com/mboersma"><code>@​mboersma</code></a> in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/430">kubernetes-sigs/cluster-api-addon-provider-helm#430</a></li>
<li>:seedling: Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/432">kubernetes-sigs/cluster-api-addon-provider-helm#432</a></li>
<li>:seedling: Bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/431">kubernetes-sigs/cluster-api-addon-provider-helm#431</a></li>
<li>:seedling: Bump softprops/action-gh-release from 2.3.2 to 2.3.3 by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/437">kubernetes-sigs/cluster-api-addon-provider-helm#437</a></li>
<li>:seedling: Bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/433">kubernetes-sigs/cluster-api-addon-provider-helm#433</a></li>
<li>:seedling: Bump github.com/onsi/ginkgo/v2 from 2.25.2 to 2.25.3 by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/435">kubernetes-sigs/cluster-api-addon-provider-helm#435</a></li>
<li>:seedling: Bump actions/setup-go from 5.5.0 to 6.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/434">kubernetes-sigs/cluster-api-addon-provider-helm#434</a></li>
<li>:seedling: Bump actions/cache from 4.2.4 to 4.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/440">kubernetes-sigs/cluster-api-addon-provider-helm#440</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.3.2...v0.4.0">https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.3.2...v0.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/8aeb2fff984a35dfe37dc4ba563e219e3432654b"><code>8aeb2ff</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/issues/444">#444</a>
from AshleyDumaine/patch-1</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/1ecadd6bb76c4a7dcc7b4b57c6ae9636e14a5faf"><code>1ecadd6</code></a>
add 0.4 for metadata.yaml</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/1a4a56ecfd2aadd2730fe608dffe8a51e7e0cc32"><code>1a4a56e</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/issues/442">#442</a>
from mboersma/bump-capi</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/237b3215b2275f9db35d684788e9c4ed3ff5c14f"><code>237b321</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/issues/441">#441</a>
from mboersma/make-promote-images-fix</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/ea828767e1cee5ab5cb89a45cb4524b2081a16fb"><code>ea82876</code></a>
Bump CAPI to v1.10.6</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/f16707d00d59622f80d407129d20183d43de6035"><code>f16707d</code></a>
Fix USER_FORK definition in Makefile</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/9b401f1f03ce59d51943b4b795bdb72b136daaff"><code>9b401f1</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/issues/440">#440</a>
from kubernetes-sigs/dependabot/github_actions/action...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/a1a42e44aecf40723d6af9e8ef2bea657a8612c1"><code>a1a42e4</code></a>
:seedling: Bump actions/cache from 4.2.4 to 4.3.0</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/9d44995329945a318abd6b2ffd7bca7b526401a9"><code>9d44995</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/cluster-api-addon-provider-helm/issues/434">#434</a>
from kubernetes-sigs/dependabot/github_actions/action...</li>
<li><a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/commit/20fbce19a5805879b9717b3953f444cba2fd6566"><code>20fbce1</code></a>
:seedling: Bump actions/setup-go from 5.5.0 to 6.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.3.2...v0.4.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sigs.k8s.io/cluster-api-addon-provider-helm&package-manager=go_modules&previous-version=0.3.2&new-version=0.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jimmi Dyson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants