Commit c3a1548
authored
chore(deps): bump the go group with 12 updates (#251)
Bumps the go group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.25.0` | `0.25.1` |
| [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) |
`1.2.0` | `1.2.1` |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) |
`2.8.6` | `2.8.7` |
|
[github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller)
| `1.1.2` | `1.1.3` |
|
[github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller)
| `1.8.4` | `1.8.5` |
|
[github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller)
| `1.8.3` | `1.8.4` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.1`
|
|
[k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver)
| `0.36.0` | `0.36.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) |
`0.36.0` | `0.36.1` |
| [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) |
`0.36.0` | `0.36.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.0`
| `0.36.1` |
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `0.24.0` | `0.24.1` |
Updates `code.gitea.io/sdk/gitea` from 0.25.0 to 0.25.1
Updates `github.com/fluxcd/cli-utils` from 1.2.0 to 1.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/cli-utils/releases">github.com/fluxcd/cli-utils's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix erroring out on supported RBAC names with underscores by <a
href="https://github.com/vocarista"><code>@vocarista</code></a> in <a
href="https://redirect.github.com/fluxcd/cli-utils/pull/34">fluxcd/cli-utils#34</a></li>
<li>Upgrade controller-runtime to v0.24.1 by <a
href="https://github.com/matheuscscp"><code>@matheuscscp</code></a> in
<a
href="https://redirect.github.com/fluxcd/cli-utils/pull/35">fluxcd/cli-utils#35</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vocarista"><code>@vocarista</code></a>
made their first contribution in <a
href="https://redirect.github.com/fluxcd/cli-utils/pull/34">fluxcd/cli-utils#34</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fluxcd/cli-utils/compare/v1.2.0...v1.2.1">https://github.com/fluxcd/cli-utils/compare/v1.2.0...v1.2.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/cli-utils/commit/967855fb3343bc09706ea6b7030d8a3f18d9926b"><code>967855f</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/cli-utils/issues/35">#35</a>
from fluxcd/update-controller-runtime-v0.24.1</li>
<li><a
href="https://github.com/fluxcd/cli-utils/commit/f05e590704ad816c8255c308149619ebdcd6e82d"><code>f05e590</code></a>
Upgrade controller-runtime to v0.24.1</li>
<li><a
href="https://github.com/fluxcd/cli-utils/commit/0aaa266e35bc723720bed65e40277e385850ee10"><code>0aaa266</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/cli-utils/issues/34">#34</a>
from vocarista/bug/kustomize-controller/491</li>
<li><a
href="https://github.com/fluxcd/cli-utils/commit/116b2dcde14045fd63b0c70ee994b6428f0ac7a9"><code>116b2dc</code></a>
Add support for RBAC names with underscores</li>
<li>See full diff in <a
href="https://github.com/fluxcd/cli-utils/compare/v1.2.0...v1.2.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/flux2/v2` from 2.8.6 to 2.8.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/flux2/releases">github.com/fluxcd/flux2/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.7</h2>
<h2>Highlights</h2>
<p>Flux v2.8.7 is a patch release that includes a bug fix in
kustomize-controller, a CVE fix in source-controller and
image-automation-controller via go-git v5.19.0, and dependency updates.
Users are encouraged to upgrade for the best experience.</p>
<p>ℹ️ Please follow the <a
href="https://github.com/fluxcd/flux2/discussions/5572">Upgrade
Procedure for Flux v2.7+</a> for a smooth upgrade from Flux v2.6 to the
latest version.</p>
<p>Fixes:</p>
<ul>
<li>Fix management of objects annotated with
<code>kustomize.toolkit.fluxcd.io/ssa: IfNotPresent</code> where
non-namespaced resources were being deleted and recreated on each
reconciliation (kustomize-controller)</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Update go-git to v5.19.0 which fixes <a
href="https://github.com/advisories/GHSA-389r-gv7p-r3rp">CVE-2026-45022</a>
(source-controller, image-automation-controller)</li>
<li>Update fluxcd/pkg dependencies (source-controller,
kustomize-controller, image-automation-controller)</li>
</ul>
<h2>Components changelog</h2>
<ul>
<li>helm-controller <a
href="https://github.com/fluxcd/helm-controller/blob/v1.5.4/CHANGELOG.md">v1.5.4</a></li>
<li>image-automation-controller <a
href="https://github.com/fluxcd/image-automation-controller/blob/v1.1.3/CHANGELOG.md">v1.1.3</a></li>
<li>kustomize-controller <a
href="https://github.com/fluxcd/kustomize-controller/blob/v1.8.5/CHANGELOG.md">v1.8.5</a></li>
<li>notification-controller <a
href="https://github.com/fluxcd/notification-controller/blob/v1.8.4/CHANGELOG.md">v1.8.4</a></li>
<li>source-controller <a
href="https://github.com/fluxcd/source-controller/blob/v1.8.4/CHANGELOG.md">v1.8.4</a></li>
</ul>
<h2>CLI changelog</h2>
<ul>
<li>Update toolkit components by <a
href="https://github.com/fluxcdbot"><code>@fluxcdbot</code></a> in <a
href="https://redirect.github.com/fluxcd/flux2/pull/5891">fluxcd/flux2#5891</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fluxcd/flux2/compare/v2.8.6...v2.8.7">https://github.com/fluxcd/flux2/compare/v2.8.6...v2.8.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/flux2/commit/54e4ba378e155ada619caafdc599e5c4d759ce5c"><code>54e4ba3</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5891">#5891</a>
from fluxcd/update-components-release/v2.8.x</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/d2fbb16656555a93adfb5aa0ec7ca145919acacb"><code>d2fbb16</code></a>
Update toolkit components</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/66533d7c9027618340b96e7a925cbef4f43f4dfc"><code>66533d7</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5882">#5882</a>
from fluxcd/backport-5881-to-release/v2.8.x</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/7ac36233f338adf90eb7546533f87c23a32d50fc"><code>7ac3623</code></a>
include source-watcher in install manifests</li>
<li>See full diff in <a
href="https://github.com/fluxcd/flux2/compare/v2.8.6...v2.8.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/image-automation-controller/api` from 1.1.2
to 1.1.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/image-automation-controller/releases">github.com/fluxcd/image-automation-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.3</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/image-automation-controller/blob/v1.1.3/CHANGELOG.md">v1.1.3
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/image-automation-controller:v1.1.3</code></li>
<li><code>ghcr.io/fluxcd/image-automation-controller:v1.1.3</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/image-automation-controller/blob/main/CHANGELOG.md">github.com/fluxcd/image-automation-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.1.3</h2>
<p><strong>Release date:</strong> 2026-05-12</p>
<p>This patch release comes with dependency updates, including go-git
v5.19.0
which fixes <a
href="https://github.com/advisories/GHSA-389r-gv7p-r3rp">CVE-2026-45022</a>.</p>
<p>Improvements:</p>
<ul>
<li>Update fluxcd/pkg dependencies
<a
href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1029">#1029</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/203b7a46c42038f8b0f9da418349d0b223f01650"><code>203b7a4</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1030">#1030</a>
from fluxcd/release-v1.1.3</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/8ecd2a83501fb2c7855e7e8785017b3987f00e0e"><code>8ecd2a8</code></a>
Release v1.1.3</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/b79b0da46d3eda70e36a34bfe6a4d92b292d95a4"><code>b79b0da</code></a>
Add changelog entry for v1.1.3</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/464247a84592a65b0ebf74533b9031450ff90bb9"><code>464247a</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1029">#1029</a>
from fluxcd/update-pkg-deps/release/v1.1.x</li>
<li><a
href="https://github.com/fluxcd/image-automation-controller/commit/30952d73ce687178c5e859b0763f0ec49a4228cb"><code>30952d7</code></a>
Update fluxcd/pkg dependencies</li>
<li>See full diff in <a
href="https://github.com/fluxcd/image-automation-controller/compare/v1.1.2...v1.1.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/kustomize-controller/api` from 1.8.4 to 1.8.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/kustomize-controller/releases">github.com/fluxcd/kustomize-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.5</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/kustomize-controller/blob/v1.8.5/CHANGELOG.md">v1.8.5
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/kustomize-controller:v1.8.5</code></li>
<li><code>ghcr.io/fluxcd/kustomize-controller:v1.8.5</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md">github.com/fluxcd/kustomize-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.8.5</h2>
<p><strong>Release date:</strong> 2026-05-12</p>
<p>This patch release fixes a regression in the management of objects
annotated
with <code>kustomize.toolkit.fluxcd.io/ssa: IfNotPresent</code> where
non-namespaced resources were
being deleted and recreated on each reconciliation.</p>
<p>Fixes:</p>
<ul>
<li>Fix management of skipped objects
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1651">#1651</a></li>
</ul>
<p>Improvements:</p>
<ul>
<li>Update fluxcd/pkg dependencies
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1648">#1648</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/b74fb3e4106f8b95f2d9ac8b9565a29067b9d5d4"><code>b74fb3e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1654">#1654</a>
from fluxcd/release-v1.8.5</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/0d9520f652e93d2a6d37d25043eb80f3e6e6fd29"><code>0d9520f</code></a>
Release v1.8.5</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/0c3b99a6b8fb3c8cef3aeaf26e39bafb3fc851b5"><code>0c3b99a</code></a>
Add changelog entry for v1.8.5</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/1d3ddcbfe6dfc35eb0e62cfce9469423449e8ec2"><code>1d3ddcb</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1652">#1652</a>
from fluxcd/backport-1651-to-release/v1.8.x</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/897f43161f93cce557d31056436b5ce81d31d495"><code>897f431</code></a>
Keep excluding 'ssa: Ignore' from deletion, but not 'ssa:
IfNotPresent'</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/68d659b4ea106dc0c6ff490c2096da2b79dabcb6"><code>68d659b</code></a>
Keep ignoring the health of skipped objects</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/f94d2afe58588e5b9cae7d4dc337762b9b3493eb"><code>f94d2af</code></a>
Revert 'Fix skipped entries from SSA being stored in the inventory'</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/ce55c86fe65df72a4e2faf6ebf6ea1938c378458"><code>ce55c86</code></a>
Refactor object deletion in the controller</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/3b5ad19bf333f459d57a811f9eed686f2951b7b8"><code>3b5ad19</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1648">#1648</a>
from fluxcd/update-pkg-deps/release/v1.8.x</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/b9727a832258c9f9d92d395b99ef764a065ece3f"><code>b9727a8</code></a>
Update fluxcd/pkg dependencies</li>
<li>See full diff in <a
href="https://github.com/fluxcd/kustomize-controller/compare/v1.8.4...v1.8.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/source-controller/api` from 1.8.3 to 1.8.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/source-controller/releases">github.com/fluxcd/source-controller/api's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.4</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/source-controller/blob/v1.8.4/CHANGELOG.md">v1.8.4
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/source-controller:v1.8.4</code></li>
<li><code>ghcr.io/fluxcd/source-controller:v1.8.4</code></li>
</ul>
<p>Supported architectures: <code>linux/amd64</code>,
<code>linux/arm64</code> and <code>linux/arm/v7</code>.</p>
<p>The container images are built on GitHub hosted runners and are
signed with cosign and GitHub OIDC.
To verify the images and their provenance (SLSA level 3), please see the
<a href="https://fluxcd.io/flux/security/">security
documentation</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md">github.com/fluxcd/source-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.8.4</h2>
<p><strong>Release date:</strong> 2026-05-12</p>
<p>This patch release comes with dependency updates, including go-git
v5.19.0
which fixes <a
href="https://github.com/advisories/GHSA-389r-gv7p-r3rp">CVE-2026-45022</a>.</p>
<p>Improvements:</p>
<ul>
<li>Update fluxcd/pkg dependencies
<a
href="https://redirect.github.com/fluxcd/source-controller/pull/2045">#2045</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/source-controller/commit/5b75cc5cea69a53ba045d939d935effb56030e11"><code>5b75cc5</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/2046">#2046</a>
from fluxcd/release-v1.8.4</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/96f99db677493f1f4db6a142bebad79f3a883632"><code>96f99db</code></a>
Release v1.8.4</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/2219346972da3c6613da9b7463b2937e7e7beba7"><code>2219346</code></a>
Add changelog entry for v1.8.4</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/3c855c47ac155d16084fe969b7fd47c5b3102fb7"><code>3c855c4</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/source-controller/issues/2045">#2045</a>
from fluxcd/update-pkg-deps/release/v1.8.x</li>
<li><a
href="https://github.com/fluxcd/source-controller/commit/9640cab8a07f8d58ffab6ebbd51101bfb2179454"><code>9640cab</code></a>
Update fluxcd/pkg dependencies</li>
<li>See full diff in <a
href="https://github.com/fluxcd/source-controller/compare/v1.8.3...v1.8.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `k8s.io/api` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/api/commit/25001c854943b552769cd32eacd0bef7467c0eea"><code>25001c8</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/api/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `k8s.io/apiextensions-apiserver` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apiextensions-apiserver/commit/5b822b18256d51149c9b9f7224d2a91c283119a5"><code>5b822b1</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/7af103a2a439106791220493349f8d13bc0a1efd"><code>7af103a</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `k8s.io/cli-runtime` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/cli-runtime/commit/62458b59d11d63722e3c548f014db1a24f35e011"><code>62458b5</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/cli-runtime/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `k8s.io/client-go` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/55ef15a9fb552182b78f7b1d0d09d618632dfe7f"><code>55ef15a</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `sigs.k8s.io/controller-runtime` from 0.24.0 to 0.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[release-0.24] 🐛 Fix regression in Apply typed error handling by
<a
href="https://github.com/k8s-infra-cherrypick-robot"><code>@k8s-infra-cherrypick-robot</code></a>
in <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3516">kubernetes-sigs/controller-runtime#3516</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/3be3f1bf2b2fcc6b5c9510d55c6a9972294653d0"><code>3be3f1b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3516">#3516</a>
from k8s-infra-cherrypick-robot/cherry-pick-3515-to-...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/0f7b33d8f5eebb1f4d1fe381ffc458ea49d83dc5"><code>0f7b33d</code></a>
Fix regression in Apply typed error handling</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1">compare
view</a></li>
</ul>
</details>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8f231b3 commit c3a1548
2 files changed
Lines changed: 42 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
| 372 | + | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
397 | | - | |
| 396 | + | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
1333 | 1333 | | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | | - | |
1337 | | - | |
1338 | | - | |
1339 | | - | |
1340 | | - | |
1341 | | - | |
1342 | | - | |
1343 | | - | |
1344 | | - | |
1345 | | - | |
1346 | | - | |
1347 | | - | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | | - | |
1355 | | - | |
| 1354 | + | |
| 1355 | + | |
1356 | 1356 | | |
1357 | 1357 | | |
1358 | 1358 | | |
| |||
1361 | 1361 | | |
1362 | 1362 | | |
1363 | 1363 | | |
1364 | | - | |
1365 | | - | |
| 1364 | + | |
| 1365 | + | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | 1368 | | |
| |||
0 commit comments