Skip to content

Commit bdf607e

Browse files
chore(deps): bump the go group across 1 directory with 17 updates (#244)
Bumps the go group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `1.0.0` | `1.2.0` | | [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.8.5` | `2.8.6` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.103.0` | `0.105.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.71.0` | `0.73.0` | | [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.39.0` | `0.40.0` | | [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) | `0.6.0` | `0.7.0` | Updates `github.com/fluxcd/cli-utils` from 1.0.0 to 1.2.0 <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.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade controller-runtime to v0.24.0 by <a href="https://github.com/matheuscscp"><code>@​matheuscscp</code></a> in <a href="https://redirect.github.com/fluxcd/cli-utils/pull/33">fluxcd/cli-utils#33</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluxcd/cli-utils/compare/v1.1.0...v1.2.0">https://github.com/fluxcd/cli-utils/compare/v1.1.0...v1.2.0</a></p> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>ci: Pin govulncheck to v1.1.4 by <a href="https://github.com/stefanprodan"><code>@​stefanprodan</code></a> in <a href="https://redirect.github.com/fluxcd/cli-utils/pull/30">fluxcd/cli-utils#30</a></li> <li>Upgrade Go to 1.26 and Kubernetes to 1.36 by <a href="https://github.com/matheuscscp"><code>@​matheuscscp</code></a> in <a href="https://redirect.github.com/fluxcd/cli-utils/pull/31">fluxcd/cli-utils#31</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluxcd/cli-utils/compare/v1.0.0...v1.1.0">https://github.com/fluxcd/cli-utils/compare/v1.0.0...v1.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/cli-utils/commit/3ff5ae49c351377f742776347bbb4d933638a305"><code>3ff5ae4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/33">#33</a> from fluxcd/ci-checks</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/fed8ebed1ce45e8e5ec64ea143785d2336cbf3cd"><code>fed8ebe</code></a> Upgrade controller-runtime to v0.24.0</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/3497b94164ca60d9759ea3a72072d61d5c033e22"><code>3497b94</code></a> Add check for building against controller-runtime</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/4390742d9fdec46741afa43b35118ed48b2e3621"><code>4390742</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/31">#31</a> from fluxcd/go-1.26-k8s-1.36</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/57233319bd09a6d8fec4c8368f51b9b524a741a4"><code>5723331</code></a> Upgrade Go to 1.26 and Kubernetes to 1.36</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/5efd6fbe497a9ddcb33b928c5bb0158fcd28ce50"><code>5efd6fb</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/cli-utils/issues/30">#30</a> from fluxcd/govulncheck-v1.1.4</li> <li><a href="https://github.com/fluxcd/cli-utils/commit/555481e25133a28295ed6ae19c7d04d12a8779e5"><code>555481e</code></a> ci: Pin govulncheck to v1.1.4</li> <li>See full diff in <a href="https://github.com/fluxcd/cli-utils/compare/v1.0.0...v1.2.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/flux2/v2` from 2.8.5 to 2.8.6 <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.6</h2> <h2>Highlights</h2> <p>Flux v2.8.6 is a patch release that includes bug fixes and improvements across helm-controller, image-automation-controller, kustomize-controller, notification-controller, and source-controller. 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 a post-renderer conflict between overlapping hooks and templates (helm-controller)</li> <li>Ignore force replace when server-side apply is enabled (helm-controller)</li> <li>Fix a regression where generic providers would not forward commit status events (notification-controller)</li> <li>Require the <code>audience</code> field on the GCR Receiver secret for tighter verification — will become mandatory in Flux v2.9 (notification-controller)</li> </ul> <p>Improvements:</p> <ul> <li>Introduce the <code>MigrateAPIVersion</code> feature gate for migrating the API version of resources in managed field entries (kustomize-controller)</li> <li>Update go-git to v5.18.0 bringing performance improvements for Git operations (source-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.2/CHANGELOG.md">v1.1.2</a></li> <li>kustomize-controller <a href="https://github.com/fluxcd/kustomize-controller/blob/v1.8.4/CHANGELOG.md">v1.8.4</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.3/CHANGELOG.md">v1.8.3</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/5857">fluxcd/flux2#5857</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluxcd/flux2/compare/v2.8.5...v2.8.6">https://github.com/fluxcd/flux2/compare/v2.8.5...v2.8.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/flux2/commit/04acaec6161ac4fb1a82ffafa88901c03271d34f"><code>04acaec</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5857">#5857</a> from fluxcd/update-components-release/v2.8.x</li> <li><a href="https://github.com/fluxcd/flux2/commit/f7dcb68bc0fa615edfd4f3a59b0359cd29e708b6"><code>f7dcb68</code></a> Update toolkit components</li> <li><a href="https://github.com/fluxcd/flux2/commit/56110c02f8500bf8a31b6f4d98f933b30ac8a61f"><code>56110c0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5837">#5837</a> from fluxcd/backport-5835-to-release/v2.8.x</li> <li><a href="https://github.com/fluxcd/flux2/commit/e15e2d9a34f146ffc7da262e9959a0f17a504ea2"><code>e15e2d9</code></a> Add <code>--audience-claim</code> for GCR Receivers</li> <li><a href="https://github.com/fluxcd/flux2/commit/bfd59e188fa12a10db26d355e552e7378ad8c99d"><code>bfd59e1</code></a> Add <code>flux create secret receiver</code> command</li> <li>See full diff in <a href="https://github.com/fluxcd/flux2/compare/v2.8.5...v2.8.6">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/helm-controller/api` from 1.5.3 to 1.5.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/helm-controller/releases">github.com/fluxcd/helm-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.5.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.5.4/CHANGELOG.md">v1.5.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.5.4</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.5.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/helm-controller/blob/main/CHANGELOG.md">github.com/fluxcd/helm-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.5.4</h2> <p><strong>Release date:</strong> 2026-04-21</p> <p>This patch release fixes a post-renderer conflict between overlapping hooks and templates, and preserves line endings in <code>SplitManifests</code> for downstream YAML parsers. It also ensures force-replace is ignored when server-side apply is enabled.</p> <p>Fixes:</p> <ul> <li>Ignore force replace when server-side apply is enabled <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1456">#1456</a></li> <li>Fix post-renderer conflict of overlapping hooks and templates <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1461">#1461</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/helm-controller/commit/e8ee8f10cba72307705ae4cc8e8a8a017c7b3349"><code>e8ee8f1</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1465">#1465</a> from fluxcd/release-v1.5.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/8fbff28b1d22c0167a1ab405ddd87b5004dc6182"><code>8fbff28</code></a> Release v1.5.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/b4889980be5a51454612b03f887bd792bf395d7e"><code>b488998</code></a> Add changelog entry for v1.5.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/d7e3de03e7f7f15b4a12e097330dfb81086d9f7e"><code>d7e3de0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1461">#1461</a> from fluxcd/backport-1460-to-release/v1.5.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/23589e657509a48ef33b82cf324197527863dae7"><code>23589e6</code></a> Fix post-renderer conflict of overlapping hooks and templates</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/bba8fd36fe7ed926716d04579e4edb97036bd941"><code>bba8fd3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1456">#1456</a> from fluxcd/backport-1455-to-release/v1.5.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/86234ac39e3086382490b6ee69b9b1e39f531e4f"><code>86234ac</code></a> Ignore force replace when server-side apply is enabled</li> <li>See full diff in <a href="https://github.com/fluxcd/helm-controller/compare/v1.5.3...v1.5.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-automation-controller/api` from 1.1.1 to 1.1.2 <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.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-automation-controller/blob/v1.1.2/CHANGELOG.md">v1.1.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-automation-controller:v1.1.2</code></li> <li><code>ghcr.io/fluxcd/image-automation-controller:v1.1.2</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.2</h2> <p><strong>Release date:</strong> 2026-04-21</p> <p>This patch release updates go-git to v5.18.0, which includes performance improvements for Git operations, and comes with dependency updates.</p> <p>Improvements:</p> <ul> <li>Update fluxcd/pkg dependencies <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1022">#1022</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/c2d9853b0df5f008e3e4768c8901e01818f74272"><code>c2d9853</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1024">#1024</a> from fluxcd/release-v1.1.2</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/240c7831e7051202527693c78230633595ef548c"><code>240c783</code></a> Release v1.1.2</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/bd343f666579899cfb1dc66a951c86e65a9a9de2"><code>bd343f6</code></a> Add changelog entry for v1.1.2</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/2138255bb9a9d348522e8e1b391d281a5e82ba33"><code>2138255</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1022">#1022</a> from fluxcd/update-pkg-deps/release/v1.1.x</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/1937f22f48baf4884a2f643bc042aac37fd301e8"><code>1937f22</code></a> Update fluxcd/pkg dependencies</li> <li>See full diff in <a href="https://github.com/fluxcd/image-automation-controller/compare/v1.1.1...v1.1.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/kustomize-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/kustomize-controller/releases">github.com/fluxcd/kustomize-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.8.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.8.4/CHANGELOG.md">v1.8.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.8.4</code></li> <li><code>ghcr.io/fluxcd/kustomize-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/kustomize-controller/blob/main/CHANGELOG.md">github.com/fluxcd/kustomize-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.8.4</h2> <p><strong>Release date:</strong> 2026-04-21</p> <p>This patch release introduces the <code>MigrateAPIVersion</code> feature gate for migrating the API version of resources in managed field entries, which fixes errors like <code>dry-run failed: .spec.accessPolicy: field not declared in schema</code>.</p> <p>Improvements:</p> <ul> <li>Introduce support for migrating API version <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1639">#1639</a></li> <li>Update fluxcd/pkg dependencies <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1637">#1637</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/b1937c69bf0ffa69a14d243f46cc270eb152c6d0"><code>b1937c6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1640">#1640</a> from fluxcd/release-v1.8.4</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/66a3c0f57d48ec833f61e8e6a93362d642f299d5"><code>66a3c0f</code></a> Release v1.8.4</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/2916d8808ddc35d5817482576832c57bd40de7b5"><code>2916d88</code></a> Add changelog entry for v1.8.4</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/3d2ba163ab535adf9b63ffbcd4638b0855807234"><code>3d2ba16</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1639">#1639</a> from fluxcd/backport-1635-to-release/v1.8.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/745c45c7794822ef075ba01ba77226da002be5f7"><code>745c45c</code></a> Introduce support for migrating API version</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/9f05e0ddef139e9568854036b5152d0310958dec"><code>9f05e0d</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1637">#1637</a> from fluxcd/update-pkg-deps/release/v1.8.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/133fc924266a97ab2e5d22efb5b7573732ab2839"><code>133fc92</code></a> Update fluxcd/pkg dependencies</li> <li>See full diff in <a href="https://github.com/fluxcd/kustomize-controller/compare/v1.8.3...v1.8.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/notification-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/notification-controller/releases">github.com/fluxcd/notification-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.8.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/notification-controller/blob/v1.8.4/CHANGELOG.md">v1.8.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/notification-controller:v1.8.4</code></li> <li><code>ghcr.io/fluxcd/notification-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/notification-controller/blob/main/CHANGELOG.md">github.com/fluxcd/notification-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.8.4</h2> <p><strong>Release date:</strong> 2026-04-21</p> <p>This patch release fixes a regression in which generic providers would not forward commit status events, and requires the <code>audience</code> field on the GCR Receiver secret for tighter verification (it will become mandatory in Flux 2.9).</p> <p>Fixes:</p> <ul> <li>Fix generic providers not forwarding commit status events <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1291">#1291</a></li> <li>Remove GCR audience reconstruction <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1288">#1288</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/notification-controller/commit/f98e1eb5aa97adbdbe33018d4b9dd1e47763fad0"><code>f98e1eb</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1295">#1295</a> from fluxcd/release-v1.8.4</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/8ac6cf3b93521c4f6e2219ac320e4165996a25d1"><code>8ac6cf3</code></a> Release v1.8.4</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/f9449e6b34b7381241eb01b5908c5850ea52ea65"><code>f9449e6</code></a> Add changelog entry for v1.8.4</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/fd2fdb8777fc3717d0d98bc82348567eaac0ab9a"><code>fd2fdb8</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1291">#1291</a> from fluxcd/backport-1290-to-release/v1.8.x</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/5090b342bc3c8ece7152dd92b08aabb37e66329e"><code>5090b34</code></a> Fix generic providers not forwarding commit status events</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/8db9b0eafd264aa35df1dab4d59ebd763c04d27f"><code>8db9b0e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1288">#1288</a> from fluxcd/backport-1287-to-release/v1.8.x</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/07acb090f1ae43203f5cd03997574d1f60b0aac3"><code>07acb09</code></a> Remove GCR audience reconstruction</li> <li>See full diff in <a href="https://github.com/fluxcd/notification-controller/compare/v1.8.3...v1.8.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/runtime` from 0.103.0 to 0.105.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/f595d79563dc72a7229676aebd83e54339c73edc"><code>f595d79</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1188">#1188</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/0177f62c5aaa1a86934a1bed93847f227e51af51"><code>0177f62</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/d2cda98cb4d9bc9a86a30715c187a6e7235d624a"><code>d2cda98</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1187">#1187</a> from fluxcd/fix-cel-observed-gen</li> <li><a href="https://github.com/fluxcd/pkg/commit/3619c73c8d445668e713fd9bea2295d4b9abd479"><code>3619c73</code></a> runtime/cel: fix requiring int status.observedGeneration</li> <li><a href="https://github.com/fluxcd/pkg/commit/4f94dc680419f2300cddb6854859999b12789ee9"><code>4f94dc6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1186">#1186</a> from guineveresaenger/drop-autoscaling-v2beta2-hpa</li> <li><a href="https://github.com/fluxcd/pkg/commit/b5624d85787a5c19c6c4038d8dc58f2b669bddd1"><code>b5624d8</code></a> Remove autoscaling/v2beta2 from HPA normalization</li> <li><a href="https://github.com/fluxcd/pkg/commit/1bfcca47168cb6d2d7dfdc5b35d8b379a773976d"><code>1bfcca4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1184">#1184</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/29717cf12f2287d4af942bfa28b15425a28f15b7"><code>29717cf</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/56b4f164d7c70a4e419f508db29727e468648204"><code>56b4f16</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1183">#1183</a> from fluxcd/cel-api-group</li> <li><a href="https://github.com/fluxcd/pkg/commit/6b6497f0bf6c7d7252f35c66e2de8ad6d5b478b1"><code>6b6497f</code></a> runtime/cel: allow empty kind in status reader</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.103.0...runtime/v0.105.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/ssa` from 0.71.0 to 0.73.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/f1acb236137acb1283bf3b6be88110479dfd4f45"><code>f1acb23</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1191">#1191</a> from fluxcd/fix-5871</li> <li><a href="https://github.com/fluxcd/pkg/commit/8f3546a7eb47318d5b928b6b270858ba52da9876"><code>8f3546a</code></a> ssa: fix incorrect object reference on SkippedAction</li> <li><a href="https://github.com/fluxcd/pkg/commit/a5fa28dcc7117d391670b3ee1de3a3deb233adb4"><code>a5fa28d</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1190">#1190</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/7e9c0c02010c618dd6c7cba20c66c8b6fa7c25e3"><code>7e9c0c0</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/9a104582cce6726f73330be861b20750b58303ec"><code>9a10458</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1189">#1189</a> from fluxcd/refactor-auth</li> <li><a href="https://github.com/fluxcd/pkg/commit/1923cf3bf285e4e75ee32da5048c6f3b38b871f6"><code>1923cf3</code></a> auth: refactor git credentials</li> <li><a href="https://github.com/fluxcd/pkg/commit/f595d79563dc72a7229676aebd83e54339c73edc"><code>f595d79</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1188">#1188</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/0177f62c5aaa1a86934a1bed93847f227e51af51"><code>0177f62</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/d2cda98cb4d9bc9a86a30715c187a6e7235d624a"><code>d2cda98</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1187">#1187</a> from fluxcd/fix-cel-observed-gen</li> <li><a href="https://github.com/fluxcd/pkg/commit/3619c73c8d445668e713fd9bea2295d4b9abd479"><code>3619c73</code></a> runtime/cel: fix requiring int status.observedGeneration</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/ssa/v0.71.0...ssa/v0.73.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/source-controller/api` from 1.8.2 to 1.8.3 <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.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.8.3/CHANGELOG.md">v1.8.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.8.3</code></li> <li><code>ghcr.io/fluxcd/source-controller:v1.8.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/source-controller/blob/main/CHANGELOG.md">github.com/fluxcd/source-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.8.3</h2> <p><strong>Release date:</strong> 2026-04-21</p> <p>This patch release updates go-git to v5.18.0, which includes performance improvements for Git operations, and comes with dependency updates.</p> <p>Improvements:</p> <ul> <li>Update go-git to v5.18.0 (includes perf improvements) <a href="https://redirect.github.com/fluxcd/source-controller/pull/2031">#2031</a> <a href="https://redirect.github.com/fluxcd/source-controller/pull/2036">#2036</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/source-controller/commit/36331268fa45dad784f15ef085315b3658b1fb4f"><code>3633126</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/2037">#2037</a> from fluxcd/release-v1.8.3</li> <li><a href="https://github.com/fluxcd/source-controller/commit/fae60960e421ca49db7d578c70cb0f09d20245ad"><code>fae6096</code></a> Release v1.8.3</li> <li><a href="https://github.com/fluxcd/source-controller/commit/489330c88f4ac7761e5a2dec614846682a7fca5b"><code>489330c</code></a> Add changelog entry for v1.8.3</li> <li><a href="https://github.com/fluxcd/source-controller/commit/e02124d242a1ca18da182678440efe8774b88daa"><code>e02124d</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/2036">#2036</a> from fluxcd/update-pkg-deps/release/v1.8.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/76d700957b45dc811a4714acb3ab7842d968d679"><code>76d7009</code></a> Update fluxcd/pkg dependencies</li> <li><a href="https://github.com/fluxcd/source-controller/commit/c55dac89065f3bae13f083a1dbb287c4134c4db4"><code>c55dac8</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/2031">#2031</a> from fluxcd/backport-2030-to-release/v1.8.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/e891e800f9ff21f5415f60145f601dc0431ecf01"><code>e891e80</code></a> Update go-git to v5.17.2 (includes perf improvements)</li> <li>See full diff in <a href="https://github.com/fluxcd/source-controller/compare/v1.8.2...v1.8.3">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.35.4 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/545bb975fe6653239af42324065cf72272186404"><code>545bb97</code></a> Update dependencies to v0.36.0 tag</li> <li><a href="https://github.com/kubernetes/api/commit/879d3962091a3578f73c31a82c619e7a7bdfdd12"><code>879d396</code></a> Merge remote-tracking branch 'origin/master' into release-1.36</li> <li><a href="https://github.com/kubernetes/api/commit/030d81f63ea13f09388aee12e9c39b8d7ce9e841"><code>030d81f</code></a> Update github.com/moby/spdystream from v0.5.0 to v0.5.1</li> <li><a href="https://github.com/kubernetes/api/commit/aef6eb6922295161de2f7c1b9a496677938f8b20"><code>aef6eb6</code></a> Add granular authorization for DRA ResourceClaim status updates</li> <li><a href="https://github.com/kubernetes/api/commit/91061ea648b73ce8944e1c1ff2c1e99d6bacdb54"><code>91061ea</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/136589">#136589</a> from tosi3k/preemption-mode</li> <li><a href="https://github.com/kubernetes/api/commit/e6b81e28967d56d57aa665d6b28cc7a807423f1f"><code>e6b81e2</code></a> Add Workload-Aware Preemption fields to Workload and PodGroup APIs</li> <li><a href="https://github.com/kubernetes/api/commit/f8fce2ea6d494ed13df7d57d84e4b30b5ad5c8a3"><code>f8fce2e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/136989">#136989</a> from nojnhuh/podgroup-resourceclaim</li> <li><a href="https://github.com/kubernetes/api/commit/b928f5ee0f7878ef903e95ab771f1a55ed867c54"><code>b928f5e</code></a> Workload API: PodGroup ResourceClaims (KEP-5729)</li> <li><a href="https://github.com/kubernetes/api/commit/61bd78e724dd0616b1cd7f6cd802f41a32400d73"><code>61bd78e</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/137190">#137190</a> from everpeace/KEP-5491-alpha</li> <li><a href="https://github.com/kubernetes/api/commit/6bf46eb598a71fec3182b4d598734c6a364e7cca"><code>6bf46eb</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/api/issues/137028">#137028</a> from nmn3m/feature/dra-resource-pool-status</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/api/compare/v0.35.4...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.35.4 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/0ed55b7d7d5b5badf6a5d0c0ed8885d69bde3550"><code>0ed55b7</code></a> Update dependencies to v0.36.0 tag</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/4cd8c3d9e22f087a55b4a07637b23558a8ad9e40"><code>4cd8c3d</code></a> Merge remote-tracking branch 'origin/master' into release-1.36</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/c2fd5577e1df17311a0ba4ade24ed1f530b671ed"><code>c2fd557</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/138346">#138346</a> from dashpole/update_otel_prop</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/1daa309cbd2fe82547f183e0b3b03e4e625526eb"><code>1daa309</code></a> Merge remote-tracking branch 'origin/master' into release-1.36</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/1551264c50593f2dacd57b3a13fb8c5d964f0b71"><code>1551264</code></a> Update github.com/moby/spdystream from v0.5.0 to v0.5.1</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/6c97d2b62440916c4dfad1705d11f1163204477d"><code>6c97d2b</code></a> update go.opentelemetry.io/otel to v1.41.0</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/862c52a8f6f1b304b355f40d52a61476aa808e03"><code>862c52a</code></a> update google.golang.org/grpc to v1.79.3</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/abac06552a6df2b3afe1a61049e20980b9d26277"><code>abac065</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/137849">#137849</a> from bryantbiggs/deps/update-kube-openapi</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/7acee7524de1d556717421bb6a7aae5e42aa9804"><code>7acee75</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/137843">#137843</a> from pacoxu/cobra-v1.10.2</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/612f1d867bd7e046b185d1c771b12eb77e219bbe"><code>612f1d8</code></a> dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.35.4...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.35.4 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apimachinery/commit/debe1eba03a0c4134fd07a8f7586c44bb94ec7b0"><code>debe1eb</code></a> Update dependencies to v0.36.0 tag</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/efb7f2628b269921e5f12c4d42aece418c76789c"><code>efb7f26</code></a> Merge remote-tracking branch 'origin/master' into release-1.36</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/d966e565cd271c44ba799b594ddb67987791cb80"><code>d966e56</code></a> Update github.com/moby/spdystream from v0.5.0 to v0.5.1</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/79b363268543c402b68449b0cd531f8f8d0197d1"><code>79b3632</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/137864">#137864</a> from yongruilin/dv-dra-mismatch</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/a8822f7bf620eede6c3f36354cec940c3844e7a8"><code>a8822f7</code></a> Add slice and map union member support with tests</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/7dba2d08090b9d2285266ec2492d0b6395151f50"><code>7dba2d0</code></a> Use IsZero instead of IsNil for union ratcheting check</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/d95710f91d61d2656298071a40a04d5343c642e5"><code>d95710f</code></a> Fix union validation ratcheting when oldObj is nil</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/729062d58854ae8e9e85f5dc8d1660fb963ae483"><code>729062d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/137849">#137849</a> from bryantbiggs/deps/update-kube-openapi</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/13b12e6214bc1c2253aa3bcf8d52c2f83e767eb0"><code>13b12e6</code></a> dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps</li> <li><a href="https://github.com/kubernetes/apimachinery/commit/27f467019a4eb99953b81708326a574524b11e8f"><code>27f4670</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apimachinery/issues/136657">#136657</a> from Jefftree/sharding-test</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/apimachinery/compare/v0.35.4...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/cli-runtime` from 0.35.4 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/cli-runtime/commit/c5507e371504df7677ef42be022243e41e0d53c6"><code>c5507e3</code></a> Update dependencies to v0.36.0 tag</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/9157a449fa1b8b765bb13654d6d3fd4f5f0313b8"><code>9157a44</code></a> Merge remote-tracking branch 'origin/master' into release-1.36</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/fb4f11daba819ba2cd61c95b036e623b51b63f34"><code>fb4f11d</code></a> Update github.com/moby/spdystream from v0.5.0 to v0.5.1</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/08a1cd8b27b67f2f42c014ca88e98190a09a5b16"><code>08a1cd8</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/137849">#137849</a> from bryantbiggs/deps/update-kube-openapi</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/579d47f2d3a6744fce44e7336253db5838fc6761"><code>579d47f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/137843">#137843</a> from pacoxu/cobra-v1.10.2</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/e54571213ffa34ba35d10aec6eb21a2cb9aff651"><code>e545712</code></a> dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/f392d2179e004dc0bb9450069f2e2088d0caa2ed"><code>f392d21</code></a> bump spf13/cobra to v1.10.2</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/b0a204f5a85d2db5b4d557a41a36f038c1e5a5cf"><code>b0a204f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/137298">#137298</a> from dims/dsri/cri-streaming-option-a-hardcut</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/e723dada7236bf0d6a721242eb156a757d76122a"><code>e723dad</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/136792">#136792</a> from rata/userns-goes-ga</li> <li><a href="https://github.com/kubernetes/cli-runtime/commit/18f83427b859afef8b27534dd3e5d9b95a5503be"><code>18f8342</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/cli-runtime/issues/137495">#137495</a> from pohly/klog-update</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/cli-runtime/compare/v0.35.4...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.35.4 to 0.36.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/1d95f02c1723330f751c9eb255aefb0dcd7ca3d6"><code>1d95f02</code></a> Update dependencies to v0.36.0 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/f22a53e6273b1e6652107e62998997c714872f35"><code>f22a53e</code></a> Merge remote-tracking branch 'origin/master' into release-1.36</li> <li><a href="https://github.com/kubernetes/client-go/commit/a948641f81a43fb81beb739cb6773028e1981d86"><code>a948641</code></a> Update github.com/moby/spdystream from v0.5.0 to v0.5.1</li> <li><a href="https://github.com/kubernetes/client-go/commit/7e44ffcaa96165d6d77178c3aaca66d4523786b9"><code>7e44ffc</code></a> Add Workload-Aware Preemption fields to Workload and PodGroup APIs</li> <li><a href="https://github.com/kubernetes/client-go/commit/df2d882697f9f437d53ae16b8091786250ce0812"><code>df2d882</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/136989">#136989</a> from nojnhuh/podgroup-resourceclaim</li> <li><a href="https://github.com/kubernetes/client-go/commit/4eece5291a474209f7fcba3cd8187ad855eeeca3"><code>4eece52</code></a> Workload API: PodGroup ResourceClaims (KEP-5729)</li> <li><a href="https://github.com/kubernetes/client-go/commit/3d35c512076e7c95967ac4f3565c588495785796"><code>3d35c51</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/137190">#137190</a> from everpeace/KEP-5491-alpha</li> <li><a href="https://github.com/kubernetes/client-go/commit/04341177268fa5b2cb8a7502a36a81b87a6da2b2"><code>0434117</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/137028">#137028</a> from nmn3m/feature/dra-resource-pool-status</li> <li><a href="https://github.com/kubernetes/client-go/commit/ba785be0acd34a5899fe245278fb63cf9156850b"><code>ba785be</code></a> Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...</li> <li><a href="https://github.com/kubernetes/client-go/commit/4a9c8783a9ad1dd96970d83ec74138d28ae11cdb"><code>4a9c878</code></a> Add ResourcePoolStatusRequest API types and generated code</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes/client-go/compare/v0.35.4...v0.36.0">compare view</a></li> </ul> </details> <br /> Updates `ocm.software/ocm` from 0.39.0 to 0.40.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-component-model/ocm/releases">ocm.software/ocm's releases</a>.</em></p> <blockquote> <h2>v0.40.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>⬆️ Dependencies</h3> <!-- raw HTML omitted --> <ul> <li>chore(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1886">open-component-model/ocm#1886</a></li> <li>chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1891">open-component-model/ocm#1891</a></li> <li>chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1892">open-component-model/ocm#1892</a></li> <li>chore(deps): bump the go group across 1 directory with 11 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1896">open-component-model/ocm#1896</a></li> <li>chore(deps): migrate github.com/containers/image by <a href="https://github.com/frewilhelm"><code>@​frewilhelm</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1898">open-component-model/ocm#1898</a></li> <li>chore(deps): bump go to 1.26.2 (<a href="https://redirect.github.com/open-component-model/ocm/issues/1905">#1905</a>) by <a href="https://github.com/frewilhelm"><code>@​frewilhelm</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1906">open-component-model/ocm#1906</a></li> </ul> <!-- raw HTML omitted --> <h3>🧰 Maintenance</h3> <ul> <li>chore: bump VERSION to 0.40.0-dev by <a href="https://github.com/ocmbot"><code>@​ocmbot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1878">open-component-model/ocm#1878</a></li> <li>chore: add wget example and cross-reference to &quot;ocm get credentials&quot; docs by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1880">open-component-model/ocm#1880</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/open-component-model/ocm/compare/v0.39...v0.40.0">https://github.com/open-component-model/ocm/compare/v0.39...v0.40.0</a></p> <h2>v0.40.0-rc.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>⬆️ Dependencies</h3> <!-- raw HTML omitted --> <ul> <li>chore(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1886">open-component-model/ocm#1886</a></li> <li>chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1891">open-component-model/ocm#1891</a></li> <li>chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1892">open-component-model/ocm#1892</a></li> <li>chore(deps): bump the go group across 1 directory with 11 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1896">open-component-model/ocm#1896</a></li> <li>chore(deps): migrate github.com/containers/image by <a href="https://github.com/frewilhelm"><code>@​frewilhelm</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1898">open-component-model/ocm#1898</a></li> <li>chore(deps): bump go to 1.26.2 (<a href="https://redirect.github.com/open-component-model/ocm/issues/1905">#1905</a>) by <a href="https://github.com/frewilhelm"><code>@​frewilhelm</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1906">open-component-model/ocm#1906</a></li> </ul> <!-- raw HTML omitted --> <h3>🧰 Maintenance</h3> <ul> <li>chore: bump VERSION to 0.40.0-dev by <a href="https://github.com/ocmbot"><code>@​ocmbot</code></a>[bot] in <a href="https://redirect.github.com/open-component-model/ocm/pull/1878">open-component-model/ocm#1878</a></li> <li>chore: add wget example and cross-reference to &quot;ocm get credentials&quot; docs by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1880">open-component-model/ocm#1880</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/open-component-model/ocm/compare/v0.39...v0.40.0">https://github.com/open-component-model/ocm/compare/v0.39...v0.40.0</a></p> <h2>v0.40.0-rc.1</h2> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-component-model/ocm/commit/5b25b7d2634f7918726926b687a070655c4db889"><code>5b25b7d</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1899">#1899</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/b39c75b1aa0a90177422a04b43c6bafae0e170c2"><code>b39c75b</code></a> chore(deps): migrate github.com/containers/image (<a href="https://redirect.github.com/open-component-model/ocm/issues/1898">#1898</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/5aba51b3d6b7afca5dca24b459ec5f1d98c8c032"><code>5aba51b</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1895">#1895</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/4fb45c547428ed9ad29f2fe47ec858a88a75de18"><code>4fb45c5</code></a> chore(deps): bump the go group across 1 directory with 11 updates (<a href="https://redirect.github.com/open-component-model/ocm/issues/1896">#1896</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/221088a8cdecfc0a3862e6469c3ef5bcf2d7246a"><code>221088a</code></a> chore(deps): bump the ci group across 1 directory with 5 updates (<a href="https://redirect.github.com/open-component-model/ocm/issues/1893">#1893</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/8a435bad31f6d4dafbcc26ef97252ffd35e6e143"><code>8a435ba</code></a> chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 (<a href="https://redirect.github.com/open-component-model/ocm/issues/1892">#1892</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/58dab6178ab2e501f184434f82cc656bd1fc4ea2"><code>58dab61</code></a> chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.17.2 (<a href="https://redirect.github.com/open-component-model/ocm/issues/1891">#1891</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/1def3b13124e1cfb7bb7f7639223288d030fe649"><code>1def3b1</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1889">#1889</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/96aa0d035031db30a0389a62c3daba7f77f5070a"><code>96aa0d0</code></a> chore(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 (<a href="https://redirect.github.com/open-component-model/ocm/issues/1886">#1886</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/b776b68214fd80f30aa223c47d268daee6d93527"><code>b776b68</code></a> chore: add wget example and cross-reference to ´ocm get credentials` docs (<a href="https://redirect.github.com/open-component-model/ocm/issues/1">#1</a>...</li> <li>Additional commits viewable in <a href="https://github.com/open-component-model/ocm/compare/v0.39...v0.40">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/controller-runtime` from 0.23.3 to 0.24.0 <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.0</h2> <h2>:warning: Breaking Changes</h2> <ul> <li>Dependencies: Update to k8s.io/* v1.36 (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3506">#3506</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3462">#3462</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3486">#3486</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3450">#3450</a>)</li> </ul> <h2>:bug: Bug Fixes</h2> <ul> <li>Cache: Fix IndexField blocking until informer is synced (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3445">#3445</a>)</li> <li>Cache: Wait for cache sync when ReaderFailOnMissingInformer is true (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3425">#3425</a>)</li> <li>Client: Update typed ApplyConfigurations with server response (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3475">#3475</a>)</li> <li>Fakeclient: Fix SSA status patch resource version check (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3443">#3443</a>)</li> <li>Fakeclient: Fix panic when using CRs with embedded pointer structs (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3431">#3431</a>)</li> <li>Fakeclient: Fix status apply if existing object has managedFields set (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3430">#3430</a>)</li> <li>Fakeclient: Retry GenerateName on AlreadyExists collisions (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3498">#3498</a>)</li> <li>HTTP servers: Wire up base context into http servers (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3452">#3452</a>)</li> </ul> <h2>:seedling: Others</h2> <ul> <li>Builder/Webhooks: Remove deprecated custom path function (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3465">#3465</a>)</li> <li>Cache: Test cache reader waits for cache sync (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3434">#3434</a>)</li> <li>Certwatcher: Deflake certwatcher tests (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3457">#3457</a>)</li> <li>Dependencies: Use forked version of btree (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3449">#3449</a>)</li> <li>Envtest: Ensure envtest stops the whole process group (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3447">#3447</a>)</li> <li>Logging: Add missing space in zap-log-level flag description (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3492">#3492</a>)</li> <li>Misc: Adopt new(x) over ptr.To(x) and re-enable newexpr lint (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3489">#3489</a>)</li> <li>Owners: Cleanup (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3453">#3453</a>)</li> <li>Recorder: Add logger into context for structured logging (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3454">#3454</a>)</li> <li>Recorder: Switch to <code>StartLogging</code> for event debug logs (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3451">#3451</a>)</li> <li>Scheme: Deprecate the scheme builder (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3461">#3461</a>)</li> <li>Source/Kind: Improve logging for dynamic type kind source (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3494">#3494</a>)</li> <li>Webhooks: Reduce memory usage of default webhooks (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3463">#3463</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3468">#3468</a>)</li> </ul> <h2>:seedling: CI &amp; linters</h2> <ul> <li>Chore: Update golangci-lint version to v2.8.0 (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3448">#3448</a>)</li> <li>Chore: Update golangci-lint version to v2.10.1 (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3470">#3470</a>)</li> <li>Chore: Update golangci-lint version to v2.11.3 (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3482">#3482</a>)</li> <li>Migrate away from custom GitHub action approval workflow (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3491">#3491</a>)</li> <li>Release: Auto-create git tags for the <code>tools/setup-envtest</code> submodule (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3476">#3476</a>)</li> </ul> <p>:book: Additionally, there has been 1 contribution to our documentation. (<a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3477">#3477</a>)</p> <h2>Dependencies</h2> <h3>Added</h3> <ul> <li>github.com/cenkalti/backoff/v5: <a href="https://github.com/cenkalti/backoff/tree/v5.0.3">v5.0.3</a></li> <li>gonum.org/v1/gonum: v0.16.0</li> <li>k8s.io/streaming: v0.36.0</li> </ul> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/d3eaef3ab45410342c30528d1eaab982137c4d5a"><code>d3eaef3</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3475">#3475</a> from alvaroaleman/fixfix</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/3296f32e58d6e578aa1932dc5584411c5f25c3db"><code>3296f32</code></a> :bug: Update typed Applyconfigurations with server response</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/c8b4b9d61fbddd8924c1075ec2face3aa7a5f768"><code>c8b4b9d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3506">#3506</a> from troy0820/troy0820/update-deps-k8s</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/557c3147e26a62272c87db88e3aadda9890931f1"><code>557c314</code></a> update to k8s.io v1.36.0</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/e4a998cc6b09afaf5f2d7f30b6a9b728f21918a3"><code>e4a998c</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3499">#3499</a> from kubernetes-sigs/dependabot/github_actions/all-g...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/1a31c56032fa26cd09de18a6c64b1ba86614f4a4"><code>1a31c56</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3498">#3498</a> from vieux/fix-fake-client-generatename-retry</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/80bc294688dda063f418bb38e72089ab9f857cc0"><code>80bc294</code></a> fakeclient: retry GenerateName on AlreadyExists collisions (match K8s 1.32 be...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/77b730ab1c9b09af172b67a336886558211b493a"><code>77b730a</code></a> :seedling: Bump the all-github-actions group with 2 updates</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/6210f847b2c1df3f28e5be34a4b1458f03896c73"><code>6210f84</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3494">#3494</a> from erikgb/improve-kind-source-logging</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/6f89e1d9d45867133034b829fb1a3e3563b5065d"><code>6f89e1d</code></a> Improve logging for dynamic type kind source</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.23.3...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/e2e-framework` from 0.6.0 to 0.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/e2e-framework/releases">sigs.k8s.io/e2e-framework's releases</a>.</em></p> <blockquote> <h2>v0.7.0</h2> <h2>What's Changed</h2> <ul> <li><strong><code>Resources.ExecInDeployment</code> method</strong> — execute commands in a pod of a Deployment (<a href="https://github.com/keeprocking"><code>@​keeprocking</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/506">#506</a>)</li> <li><strong>KUBECONFIG path list support</strong> — handle colon-separated <code>KUBECONFIG</code> env var values (<a href="https://github.com/ndbaker1"><code>@​ndbaker1</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/510">#510</a>)</li> <li><strong>Extend <code>GetKubeconfig</code> methods with args</strong> — explicit args for kubeconfig retrieval (<a href="https://github.com/mjudeikis"><code>@​mjudeikis</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/471">#471</a>)</li> <li><strong><code>DecodeURL</code> function</strong> in <code>decoder</code> package — decode manifests from URLs (<a href="https://github.com/dmvolod"><code>@​dmvolod</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/475">#475</a>)</li> <li><strong>kwok <code>WithWaitDuration</code> ClusterOpts</strong> — configurable wait duration for kwok cluster setup (<a href="https://github.com/liam-mackie"><code>@​liam-mackie</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/479">#479</a>)</li> <li><strong>Enhance <code>DaemonSetReady</code></strong> — check rollout completion in addition to readiness (<a href="https://github.com/pschulten"><code>@​pschulten</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/547">#547</a>)</li> <li><strong><code>third_party/helm</code> context support</strong> — provide <code>context.Context</code> via Option (<a href="https://github.com/chancez"><code>@​chancez</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/549">#549</a>)</li> <li><strong>Cluster providers receive context</strong> — pass <code>context.Context</code> when creating clusters (<a href="https://github.com/chancez"><code>@​chancez</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/557">#557</a>)</li> <li><strong>Testcontainers example</strong> — new example showing testcontainers integration (<a href="https://github.com/prit342"><code>@​prit342</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/520">#520</a>)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><strong>Test scope per-feature</strong> — fix scope handling so tests are scoped per-feature (<a href="https://github.com/ndbaker1"><code>@​ndbaker1</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/517">#517</a>)</li> <li><strong>Fail-fast excludes skipped tests</strong> — skipped tests no longer trigger fail-fast (<a href="https://github.com/faganihajizada"><code>@​faganihajizada</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/545">#545</a>)</li> <li><strong>Milliseconds/Second timestamp bug</strong> — correct unit conversion (<a href="https://github.com/zhaodiaoer"><code>@​zhaodiaoer</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/552">#552</a>)</li> <li><strong>Cilium test repair</strong> — fix broken Cilium test due to upstream change (<a href="https://github.com/harshanarayana"><code>@​harshanarayana</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/493">#493</a>)</li> <li><strong>Staticcheck fixes in example</strong> — SA4022 and SA1029 in <code>kind_with_config</code> (<a href="https://github.com/av-petrov"><code>@​av-petrov</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/528">#528</a>)</li> </ul> <h2>Structural Changes</h2> <ul> <li><strong><code>examples/</code> carved out as its own Go module</strong> — reduces the main module's dependency surface (<a href="https://github.com/faganihajizada"><code>@​faganihajizada</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/546">#546</a>)</li> <li><strong>Bump Go / golangci-lint and clean CI</strong> — toolchain refresh and CI tidy-up (<a href="https://github.com/cpanato"><code>@​cpanato</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/548">#548</a>)</li> </ul> <h2>Documentation</h2> <ul> <li><strong>Fix example doc parameters</strong> — correct parameters in example documentation (<a href="https://github.com/prit342"><code>@​prit342</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/516">#516</a>)</li> <li><strong>Docstring &amp; tense cleanup in <code>config.go</code></strong> — typo fix and present-tense normalization (<a href="https://github.com/Steven-Yiran"><code>@​Steven-Yiran</code></a>, <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/529">#529</a>)</li> </ul> <h2>Dependency Updates</h2> <p>Routine dependabot maintenance kept the module current across Go deps, testcontainers example deps, and GitHub Actions. Notable version ranges:</p> <ul> <li><strong>Go deps:</strong> <code>sigs.k8s.io/controller-runtime</code> 0.20.0 → 0.22.4 · <code>sigs.k8s.io/yaml</code> 1.4.0 → 1.6.0 · <code>golang.org/x/net</code> 0.33.0 → 0.38.0 · <code>github.com/vladimirvivien/gexe</code> 0.4.1 → 0.5.0</li> <li><strong>Examples/testcontainers:</strong> <code>github.com/docker/docker</code> 28.2.2 → 28.3.3 · <code>github.com/moby/spdystream</code> 0.5.0 → 0.5.1 · <code>golang.org/x/crypto</code> 0.37.0 → 0.45.0</li> <li><strong>GitHub Actions:</strong> <code>actions/setup-go</code> 5.2.0 → 6.4.0 · <code>actions/checkout</code> 4.2.2 → 6.0.2 · <code>goreleaser/goreleaser-action</code> 6.1.0 → 7.1.0</li> </ul> <h2>⚠️ Possible Breaking Changes</h2> <p>These changes were thoroughly reviewed to avoid breaking changes with the current API. However, because of signature changes, there exist a small possibility of your code breaking.</p> <ul> <li>Cluster provider interfaces now receive <code>context.Context</code> (<a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/557">#557</a>)</li> <li><code>GetKubeconfig</code> method extended with variable args (<a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/471">#471</a>)</li> <li><code>examples/</code> is now a separate Go module (<a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/546">#546</a>)</li> </ul> <h2>🎉 New Contributors</h2> <ul> <li><a href="https://github.com/liam-mackie"><code>@​liam-mackie</code></a> made their first contribution in <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/479">kubernetes-sigs/e2e-framework#479</a></li> <li><a href="https://github.com/mjudeikis"><code>@​mjudeikis</code></a> made their first contribution in <a href="https://redirect.github.com/kubernetes-sigs/e2e-framework/pull/471">kubernetes-sigs/e2e-framework#471</a></li> <li><a href="https://github.com/ndbaker1"…
1 parent 039f9bf commit bdf607e

2 files changed

Lines changed: 170 additions & 170 deletions

File tree

go.mod

Lines changed: 53 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/open-component-model/ocm-e2e-framework
22

3-
go 1.26.1
3+
go 1.26.2
44

55
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
66

@@ -11,30 +11,30 @@ replace github.com/ThalesIgnite/crypto11 => github.com/ThalesGroup/crypto11 v1.6
1111

1212
require (
1313
code.gitea.io/sdk/gitea v0.24.1
14-
github.com/fluxcd/cli-utils v1.0.0
15-
github.com/fluxcd/flux2/v2 v2.8.5
16-
github.com/fluxcd/helm-controller/api v1.5.3
17-
github.com/fluxcd/image-automation-controller/api v1.1.1
14+
github.com/fluxcd/cli-utils v1.2.0
15+
github.com/fluxcd/flux2/v2 v2.8.6
16+
github.com/fluxcd/helm-controller/api v1.5.4
17+
github.com/fluxcd/image-automation-controller/api v1.1.2
1818
github.com/fluxcd/image-reflector-controller/api v1.1.1
19-
github.com/fluxcd/kustomize-controller/api v1.8.3
20-
github.com/fluxcd/notification-controller/api v1.8.3
19+
github.com/fluxcd/kustomize-controller/api v1.8.4
20+
github.com/fluxcd/notification-controller/api v1.8.4
2121
github.com/fluxcd/pkg/apis/meta v1.26.0
22-
github.com/fluxcd/pkg/runtime v0.103.0
23-
github.com/fluxcd/pkg/ssa v0.71.0
22+
github.com/fluxcd/pkg/runtime v0.105.0
23+
github.com/fluxcd/pkg/ssa v0.73.0
2424
github.com/fluxcd/pkg/version v0.14.0
25-
github.com/fluxcd/source-controller/api v1.8.2
25+
github.com/fluxcd/source-controller/api v1.8.3
2626
github.com/open-component-model/git-controller v0.12.1
2727
github.com/open-component-model/ocm-controller v0.29.0
2828
github.com/open-component-model/replication-controller v0.13.1
2929
github.com/stretchr/testify v1.11.1
30-
k8s.io/api v0.35.4
31-
k8s.io/apiextensions-apiserver v0.35.4
32-
k8s.io/apimachinery v0.35.4
33-
k8s.io/cli-runtime v0.35.4
34-
k8s.io/client-go v0.35.4
35-
ocm.software/ocm v0.39.0
36-
sigs.k8s.io/controller-runtime v0.23.3
37-
sigs.k8s.io/e2e-framework v0.6.0
30+
k8s.io/api v0.36.0
31+
k8s.io/apiextensions-apiserver v0.36.0
32+
k8s.io/apimachinery v0.36.0
33+
k8s.io/cli-runtime v0.36.0
34+
k8s.io/client-go v0.36.0
35+
ocm.software/ocm v0.40.0
36+
sigs.k8s.io/controller-runtime v0.24.0
37+
sigs.k8s.io/e2e-framework v0.7.0
3838
sigs.k8s.io/kustomize/api v0.21.1
3939
sigs.k8s.io/yaml v1.6.0
4040
)
@@ -80,31 +80,31 @@ require (
8080
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
8181
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
8282
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect
83-
github.com/aws/aws-sdk-go-v2/config v1.32.12 // indirect
84-
github.com/aws/aws-sdk-go-v2/credentials v1.19.12 // indirect
85-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20 // indirect
86-
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.10 // indirect
83+
github.com/aws/aws-sdk-go-v2/config v1.32.14 // indirect
84+
github.com/aws/aws-sdk-go-v2/credentials v1.19.14 // indirect
85+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 // indirect
86+
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.14 // indirect
8787
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
8888
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
8989
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect
9090
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 // indirect
91-
github.com/aws/aws-sdk-go-v2/service/ecr v1.56.1 // indirect
92-
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.9 // indirect
91+
github.com/aws/aws-sdk-go-v2/service/ecr v1.56.2 // indirect
92+
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.10 // indirect
9393
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
9494
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 // indirect
9595
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
9696
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 // indirect
9797
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.0 // indirect
98-
github.com/aws/aws-sdk-go-v2/service/signin v1.0.8 // indirect
99-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.13 // indirect
100-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17 // indirect
101-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.9 // indirect
98+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 // indirect
99+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.15 // indirect
100+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.19 // indirect
101+
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 // indirect
102102
github.com/aws/smithy-go v1.24.2 // indirect
103-
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.11.0 // indirect
103+
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0 // indirect
104104
github.com/beorn7/perks v1.0.1 // indirect
105105
github.com/blang/semver v3.5.1+incompatible // indirect
106106
github.com/blang/semver/v4 v4.0.0 // indirect
107-
github.com/buildkite/agent/v3 v3.115.4 // indirect
107+
github.com/buildkite/agent/v3 v3.118.0 // indirect
108108
github.com/buildkite/go-pipeline v0.16.0 // indirect
109109
github.com/buildkite/interpolate v0.1.5 // indirect
110110
github.com/buildkite/roko v1.4.0 // indirect
@@ -124,10 +124,8 @@ require (
124124
github.com/containerd/log v0.1.0 // indirect
125125
github.com/containerd/platforms v0.2.1 // indirect
126126
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
127-
github.com/containers/image/v5 v5.36.2 // indirect
128127
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
129128
github.com/containers/ocicrypt v1.2.1 // indirect
130-
github.com/containers/storage v1.59.1 // indirect
131129
github.com/coreos/go-oidc/v3 v3.17.0 // indirect
132130
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
133131
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
@@ -138,10 +136,10 @@ require (
138136
github.com/digitorus/timestamp v0.0.0-20250524132541-c45532741eea // indirect
139137
github.com/dimchansky/utfbom v1.1.1 // indirect
140138
github.com/distribution/reference v0.6.0 // indirect
141-
github.com/docker/cli v29.3.0+incompatible // indirect
139+
github.com/docker/cli v29.3.1+incompatible // indirect
142140
github.com/docker/distribution v2.8.3+incompatible // indirect
143141
github.com/docker/docker v28.5.2+incompatible // indirect
144-
github.com/docker/docker-credential-helpers v0.9.4 // indirect
142+
github.com/docker/docker-credential-helpers v0.9.5 // indirect
145143
github.com/docker/go-connections v0.6.0 // indirect
146144
github.com/docker/go-units v0.5.0 // indirect
147145
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -155,7 +153,7 @@ require (
155153
github.com/fatih/color v1.18.0 // indirect
156154
github.com/felixge/httpsnoop v1.0.4 // indirect
157155
github.com/fluxcd/pkg/apis/acl v0.9.0 // indirect
158-
github.com/fluxcd/pkg/apis/kustomize v1.16.0 // indirect
156+
github.com/fluxcd/pkg/apis/kustomize v1.17.0 // indirect
159157
github.com/fluxcd/pkg/kustomize v1.27.2 // indirect
160158
github.com/fluxcd/pkg/tar v0.17.0 // indirect
161159
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -203,10 +201,10 @@ require (
203201
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
204202
github.com/golang/snappy v1.0.0 // indirect
205203
github.com/google/btree v1.1.3 // indirect
206-
github.com/google/certificate-transparency-go v1.3.2 // indirect
204+
github.com/google/certificate-transparency-go v1.3.3 // indirect
207205
github.com/google/gnostic-models v0.7.0 // indirect
208206
github.com/google/go-cmp v0.7.0 // indirect
209-
github.com/google/go-containerregistry v0.21.1 // indirect
207+
github.com/google/go-containerregistry v0.21.3 // indirect
210208
github.com/google/go-github/v45 v45.2.0 // indirect
211209
github.com/google/go-github/v73 v73.0.0 // indirect
212210
github.com/google/go-querystring v1.2.0 // indirect
@@ -216,7 +214,6 @@ require (
216214
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
217215
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
218216
github.com/gowebpki/jcs v1.0.1 // indirect
219-
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
220217
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
221218
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
222219
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
@@ -226,7 +223,7 @@ require (
226223
github.com/hashicorp/vault-client-go v0.4.3 // indirect
227224
github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b // indirect
228225
github.com/in-toto/attestation v1.1.2 // indirect
229-
github.com/in-toto/in-toto-golang v0.9.0 // indirect
226+
github.com/in-toto/in-toto-golang v0.10.0 // indirect
230227
github.com/inconshreveable/mousetrap v1.1.0 // indirect
231228
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
232229
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 // indirect
@@ -253,8 +250,8 @@ require (
253250
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
254251
github.com/moby/docker-image-spec v1.3.1 // indirect
255252
github.com/moby/locker v1.0.1 // indirect
256-
github.com/moby/moby/api v1.54.0 // indirect
257-
github.com/moby/moby/client v0.3.0 // indirect
253+
github.com/moby/moby/api v1.54.1 // indirect
254+
github.com/moby/moby/client v0.4.0 // indirect
258255
github.com/moby/spdystream v0.5.1 // indirect
259256
github.com/moby/sys/atomicwriter v0.1.0 // indirect
260257
github.com/moby/sys/capability v0.4.0 // indirect
@@ -268,7 +265,6 @@ require (
268265
github.com/morikuni/aec v1.0.0 // indirect
269266
github.com/mozillazg/docker-credential-acr-helper v0.4.0 // indirect
270267
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
271-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
272268
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
273269
github.com/oklog/ulid/v2 v2.1.1 // indirect
274270
github.com/oleiade/reflections v1.1.0 // indirect
@@ -296,11 +292,11 @@ require (
296292
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
297293
github.com/sergi/go-diff v1.4.0 // indirect
298294
github.com/shibumi/go-pathspec v1.3.0 // indirect
299-
github.com/sigstore/cosign/v3 v3.0.5 // indirect
295+
github.com/sigstore/cosign/v3 v3.0.6 // indirect
300296
github.com/sigstore/fulcio v1.8.5 // indirect
301297
github.com/sigstore/protobuf-specs v0.5.0 // indirect
302298
github.com/sigstore/rekor v1.5.1 // indirect
303-
github.com/sigstore/rekor-tiles/v2 v2.2.0 // indirect
299+
github.com/sigstore/rekor-tiles/v2 v2.2.1 // indirect
304300
github.com/sigstore/sigstore v1.10.5 // indirect
305301
github.com/sigstore/sigstore-go v1.1.4 // indirect
306302
github.com/sigstore/timestamp-authority/v2 v2.0.6 // indirect
@@ -329,15 +325,15 @@ require (
329325
github.com/valyala/bytebufferpool v1.0.0 // indirect
330326
github.com/valyala/fasttemplate v1.2.2 // indirect
331327
github.com/vbatts/tar-split v0.12.2 // indirect
332-
github.com/vladimirvivien/gexe v0.4.1 // indirect
328+
github.com/vladimirvivien/gexe v0.5.0 // indirect
333329
github.com/x448/float16 v0.8.4 // indirect
334330
github.com/xanzy/ssh-agent v0.3.3 // indirect
335331
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
336332
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
337333
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
338334
github.com/xlab/treeprint v1.2.0 // indirect
339335
github.com/yuin/gopher-lua v1.1.1 // indirect
340-
gitlab.com/gitlab-org/api/client-go v1.29.0 // indirect
336+
gitlab.com/gitlab-org/api/client-go v1.46.0 // indirect
341337
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
342338
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
343339
go.opentelemetry.io/otel v1.43.0 // indirect
@@ -349,6 +345,8 @@ require (
349345
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
350346
go.opentelemetry.io/otel/trace v1.43.0 // indirect
351347
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
348+
go.podman.io/image/v5 v5.39.2 // indirect
349+
go.podman.io/storage v1.62.0 // indirect
352350
go.uber.org/atomic v1.11.0 // indirect
353351
go.uber.org/multierr v1.11.0 // indirect
354352
go.uber.org/zap v1.27.1 // indirect
@@ -367,8 +365,8 @@ require (
367365
google.golang.org/api v0.272.0 // indirect
368366
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
369367
google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 // indirect
370-
google.golang.org/grpc v1.79.3 // indirect
371-
google.golang.org/protobuf v1.36.11 // indirect
368+
google.golang.org/grpc v1.80.0 // indirect
369+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
372370
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
373371
gopkg.in/inf.v0 v0.9.1 // indirect
374372
gopkg.in/ini.v1 v1.67.1 // indirect
@@ -377,15 +375,16 @@ require (
377375
gopkg.in/yaml.v2 v2.4.0 // indirect
378376
gopkg.in/yaml.v3 v3.0.1 // indirect
379377
helm.sh/helm/v4 v4.1.4 // indirect
380-
k8s.io/component-base v0.35.4 // indirect
381-
k8s.io/klog/v2 v2.130.1 // indirect
382-
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
383-
k8s.io/kubectl v0.35.3 // indirect
384-
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
378+
k8s.io/component-base v0.36.0 // indirect
379+
k8s.io/klog/v2 v2.140.0 // indirect
380+
k8s.io/kube-openapi v0.0.0-20260317180543-43fb72c5454a // indirect
381+
k8s.io/kubectl v0.36.0 // indirect
382+
k8s.io/streaming v0.36.0 // indirect
383+
k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 // indirect
385384
oras.land/oras-go/v2 v2.6.0 // indirect
386385
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
387386
sigs.k8s.io/kustomize/kyaml v0.21.1 // indirect
388387
sigs.k8s.io/randfill v1.0.0 // indirect
389388
sigs.k8s.io/release-utils v0.12.4 // indirect
390-
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
389+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 // indirect
391390
)

0 commit comments

Comments
 (0)