Skip to content

Commit e6f7add

Browse files
chore(deps): bump the go group with 15 updates (#197)
Bumps the go group with 15 updates: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `1.4.3` | `1.4.4` | | [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `1.0.3` | `1.0.4` | | [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `1.0.3` | `1.0.4` | | [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.7.2` | `1.7.3` | | [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.7.4` | `1.7.5` | | [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.22.0` | `1.23.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.88.0` | `0.91.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.60.0` | `0.61.0` | | [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.7.3` | `1.7.4` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.1` | `0.34.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.34.1` | `0.34.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.1` | `0.34.2` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.34.1` | `0.34.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.1` | `0.34.2` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.22.2` | `0.22.4` | Updates `github.com/fluxcd/helm-controller/api` from 1.4.3 to 1.4.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.4.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.4.4/CHANGELOG.md">v1.4.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.4.4</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.4.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.4.4</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes the error <code>no URLLoader registered</code> and Azure Workload Identity in Azure China Cloud. It also adds a feature gate to disable the ConfigMap and Secret watchers, <code>DisableConfigWatchers</code>.</p> <p>Improvements:</p> <ul> <li>Add feature gate for disabling config watchers <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1353">#1353</a></li> <li>Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2 <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1350">#1350</a></li> <li>Upgrade Helm to 3.19.1 <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1346">#1346</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/helm-controller/commit/2c4a7567cd3913e3134d239bb8dd9d6a16a3e3b4"><code>2c4a756</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1355">#1355</a> from fluxcd/release-v1.4.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/96e1ec36503b01738c430f29113ddd5bfb4290df"><code>96e1ec3</code></a> Release v1.4.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/cf508628f21172c03cdab2724f45a21a5901fec8"><code>cf50862</code></a> Add changelog entry for v1.4.4</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/bdbfdc92316f57aed1bb03c40a377d026a9f8fda"><code>bdbfdc9</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1354">#1354</a> from fluxcd/backport-1353-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/dbaa46224e4d5d9cd265e2725cfc3af8e66f8df7"><code>dbaa462</code></a> Add feature gate for disabling config watchers</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/04b021c8d08ecaeca90241c7131a67153f509a1a"><code>04b021c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1351">#1351</a> from fluxcd/backport-1350-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/52f7190f6607c3113c8c4478bd53846440bd9016"><code>52f7190</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/e1e3bc29fda6e6599352d9cbf7e3e4167e5e6238"><code>e1e3bc2</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1347">#1347</a> from fluxcd/backport-1346-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/26297a163e53a83cb9a104d2a0fc6b9d4c3b85b3"><code>26297a1</code></a> Upgrade Helm to 3.19.1</li> <li>See full diff in <a href="https://github.com/fluxcd/helm-controller/compare/v1.4.3...v1.4.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-automation-controller/api` from 1.0.3 to 1.0.4 <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.0.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-automation-controller/blob/v1.0.4/CHANGELOG.md">v1.0.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-automation-controller:v1.0.4</code></li> <li><code>ghcr.io/fluxcd/image-automation-controller:v1.0.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/image-automation-controller/blob/main/CHANGELOG.md">github.com/fluxcd/image-automation-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.0.4</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes Azure Workload Identity in Azure China Cloud.</p> <p>Improvements:</p> <ul> <li>Upgrade k8s to 1.34.2 and c-r to 0.22.4 <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/988">#988</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/bb63e16a96d52de5fa40d96007cfae3134f45017"><code>bb63e16</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/990">#990</a> from fluxcd/release-v1.0.4</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/98c1a31d69d6dc8a5870f27dd6ae7d4c51d4dab9"><code>98c1a31</code></a> Release v1.0.4</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/bb5a998339cca1972572c6df87e16522bb20917f"><code>bb5a998</code></a> Add changelog entry for v1.0.4</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/11293aee17e0e29252bfd526d5f909166aa50cce"><code>11293ae</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/989">#989</a> from fluxcd/backport-988-to-release/v1.0.x</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/76e69cd0a6eb2abedf242f52e23e0422cc4e99cc"><code>76e69cd</code></a> Upgrade k8s to 1.34.2 and c-r to 0.22.4</li> <li>See full diff in <a href="https://github.com/fluxcd/image-automation-controller/compare/v1.0.3...v1.0.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-reflector-controller/api` from 1.0.3 to 1.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/image-reflector-controller/releases">github.com/fluxcd/image-reflector-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.0.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-reflector-controller/blob/v1.0.4/CHANGELOG.md">v1.0.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-reflector-controller:v1.0.4</code></li> <li><code>ghcr.io/fluxcd/image-reflector-controller:v1.0.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/image-reflector-controller/blob/main/CHANGELOG.md">github.com/fluxcd/image-reflector-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.0.4</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes Azure Workload Identity in Azure China Cloud.</p> <p>Improvements:</p> <ul> <li>Upgrade k8s to 1.34.2 and c-r to 0.22.4 <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/850">#850</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/82454c4d88b1b933d5760593709c3cc64fb0e1fa"><code>82454c4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/852">#852</a> from fluxcd/release-v1.0.4</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/80037a54cde99809255a76d93e9925c24c16fb91"><code>80037a5</code></a> Release v1.0.4</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/0cdc7a7b6cfacad38c45b029700abecb44cb4e65"><code>0cdc7a7</code></a> Add changelog entry for v1.0.4</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/6732f13eada7c5bbc69b50765c9e5d19ea2975c8"><code>6732f13</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/851">#851</a> from fluxcd/backport-850-to-release/v1.0.x</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/8639f1988fe05bec9cc5bad57bffd612a98cbf6c"><code>8639f19</code></a> Upgrade k8s to 1.34.2 and c-r to 0.22.4</li> <li>See full diff in <a href="https://github.com/fluxcd/image-reflector-controller/compare/v1.0.3...v1.0.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/kustomize-controller/api` from 1.7.2 to 1.7.3 <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.7.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.7.3</code></li> <li><code>ghcr.io/fluxcd/kustomize-controller:v1.7.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/kustomize-controller/blob/main/CHANGELOG.md">github.com/fluxcd/kustomize-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.7.3</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release comes with a series of bug fixes, including Azure Workload Identity in Azure China Cloud. It also adds a feature gate to disable the ConfigMap and Secret watchers, <code>DisableConfigWatchers</code>.</p> <p>Fixes:</p> <ul> <li>Fix: skip trying to decrypt remote patches as local <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1548">#1548</a></li> <li>Add GVK to error message <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1547">#1547</a></li> </ul> <p>Improvements:</p> <ul> <li>Add feature gate for disabling config watchers <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1553">#1553</a></li> <li>Upgrade k8s to 1.34.2 and c-r to 0.22.4 <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1551">#1551</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/090c49bdb679f827353d1658a7ab60a168dbb3a5"><code>090c49b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1556">#1556</a> from fluxcd/release-v1.7.3</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/571da994af8ff8905a2b00b0bd7e80567d952260"><code>571da99</code></a> Release v1.7.3</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/fb09f97b09d80b3053e50cfc07f4d7da5cf8a325"><code>fb09f97</code></a> Add changelog entry for v1.7.3</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/e32fc5bcdb422e4dc9f831094fcf01962ec2e933"><code>e32fc5b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1555">#1555</a> from fluxcd/backport-1547-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/657fe25602c6f940efe27d5e273464361315eb0d"><code>657fe25</code></a> Add GVK to error message</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/5669b7bba5a016ba71d755088522f07bc4b575c5"><code>5669b7b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1554">#1554</a> from fluxcd/backport-1553-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/b48eda9bc80a8b6afa1e943c3d923d5fbffafb1f"><code>b48eda9</code></a> Add feature gate for disabling config watchers</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/414a14e064b63a9cd5443140b7764be5d8d34577"><code>414a14e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1552">#1552</a> from fluxcd/backport-1551-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/a0992bde4717cb1dbc14dd0e56dcea48f1513d0a"><code>a0992bd</code></a> Upgrade k8s to 1.34.2 and c-r to 0.22.4</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/c7379994b5cf0bdcf1ae4b7e304dbcd4758f6437"><code>c737999</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1550">#1550</a> from fluxcd/backport-1548-to-release/v1.7.x</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/kustomize-controller/compare/v1.7.2...v1.7.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/notification-controller/api` from 1.7.4 to 1.7.5 <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.7.5</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/notification-controller/blob/v1.7.5/CHANGELOG.md">v1.7.5 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/notification-controller:v1.7.5</code></li> <li><code>ghcr.io/fluxcd/notification-controller:v1.7.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/notification-controller/blob/main/CHANGELOG.md">github.com/fluxcd/notification-controller/api's changelog</a>.</em></p> <blockquote> <h2>1.7.5</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes Azure Workload Identity in Azure China Cloud and introduces a feature gate to disable the ConfigMap and Secret watchers, <code>DisableConfigWatchers</code>.</p> <p>Improvements:</p> <ul> <li>Add feature gate for disabling config watchers <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1212">#1212</a></li> <li>Upgrade k8s to 1.34.2 and c-r to 0.22.4 <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1209">#1209</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/notification-controller/commit/89e4c4bfd6b9be807542036c549c2bea7c0ddf8c"><code>89e4c4b</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1214">#1214</a> from fluxcd/release-v1.7.5</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/2d117d3c438699ba9e7c4442793644f15fea6ee5"><code>2d117d3</code></a> Release v1.7.5</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/5fe79332e2dad3e110e94ba65f9eb386ac7aa70a"><code>5fe7933</code></a> Add changelog entry for v1.7.5</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/ae6a54eec030d20c688d6a922e32e7e335a14f6c"><code>ae6a54e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1213">#1213</a> from fluxcd/backport-1212-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/52708cdfb663d72e5320a34fb7e13c49412a14c1"><code>52708cd</code></a> Add feature gate for disabling config watchers</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/6b8db9867851e3207b022090803f639592021b42"><code>6b8db98</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1211">#1211</a> from fluxcd/backport-1209-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/bb1f682394b446df4fb1828a3b5a21fca1414a59"><code>bb1f682</code></a> Upgrade k8s to 1.34.2 and c-r to 0.22.4</li> <li>See full diff in <a href="https://github.com/fluxcd/notification-controller/compare/v1.7.4...v1.7.5">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/apis/meta` from 1.22.0 to 1.23.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/62ddfc16c29b86028b855f5b999329c6abca4207"><code>62ddfc1</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1049">#1049</a> from fluxcd/upgrade-deps</li> <li><a href="https://github.com/fluxcd/pkg/commit/e0b1bb5fe444e38f79e866b457a1e8c8a8394bfd"><code>e0b1bb5</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/821b3c36dffa6e7f6139f71ca0ce0338081b653c"><code>821b3c3</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/pkg/commit/0fe2a7c7e3ddedf39d862c98df89f5878777e748"><code>0fe2a7c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1047">#1047</a> from fluxcd/helm-3.19.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/495d699596541fc2c286d2439a76ec371cd91afb"><code>495d699</code></a> Upgrade Helm to 3.19.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/73010683d7aeae5f904da879e8bd8bc3f86a0cf7"><code>7301068</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1041">#1041</a> from fluxcd/fix-sc-1915</li> <li><a href="https://github.com/fluxcd/pkg/commit/c2d48e94eb6d5e5f9713cc12823817896a0dca3f"><code>c2d48e9</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/7666900c504bfe124bf2db0a4267f4a7295f784e"><code>7666900</code></a> Revert &quot;runtime/secrets: validate proxy URL scheme and length&quot;</li> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/apis/meta/v1.22.0...apis/meta/v1.23.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/runtime` from 0.88.0 to 0.91.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/6c31cd0161c345ed8f990596e3183417fc2152d7"><code>6c31cd0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1051">#1051</a> from fluxcd/gate-watch-config</li> <li><a href="https://github.com/fluxcd/pkg/commit/42a3f1b17d6a8f020702902cf75906d6e922dc4a"><code>42a3f1b</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/1449666797ba6754a146dc2fbd64a2bc8ddfb59c"><code>1449666</code></a> runtime/controller: add feature gate for config watchers</li> <li><a href="https://github.com/fluxcd/pkg/commit/62ddfc16c29b86028b855f5b999329c6abca4207"><code>62ddfc1</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1049">#1049</a> from fluxcd/upgrade-deps</li> <li><a href="https://github.com/fluxcd/pkg/commit/e0b1bb5fe444e38f79e866b457a1e8c8a8394bfd"><code>e0b1bb5</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/821b3c36dffa6e7f6139f71ca0ce0338081b653c"><code>821b3c3</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/pkg/commit/0fe2a7c7e3ddedf39d862c98df89f5878777e748"><code>0fe2a7c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1047">#1047</a> from fluxcd/helm-3.19.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/495d699596541fc2c286d2439a76ec371cd91afb"><code>495d699</code></a> Upgrade Helm to 3.19.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/73010683d7aeae5f904da879e8bd8bc3f86a0cf7"><code>7301068</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1041">#1041</a> from fluxcd/fix-sc-1915</li> <li><a href="https://github.com/fluxcd/pkg/commit/c2d48e94eb6d5e5f9713cc12823817896a0dca3f"><code>c2d48e9</code></a> Prepare for release</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.88.0...runtime/v0.91.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/ssa` from 0.60.0 to 0.61.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/62ddfc16c29b86028b855f5b999329c6abca4207"><code>62ddfc1</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1049">#1049</a> from fluxcd/upgrade-deps</li> <li><a href="https://github.com/fluxcd/pkg/commit/e0b1bb5fe444e38f79e866b457a1e8c8a8394bfd"><code>e0b1bb5</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/821b3c36dffa6e7f6139f71ca0ce0338081b653c"><code>821b3c3</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/pkg/commit/0fe2a7c7e3ddedf39d862c98df89f5878777e748"><code>0fe2a7c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1047">#1047</a> from fluxcd/helm-3.19.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/495d699596541fc2c286d2439a76ec371cd91afb"><code>495d699</code></a> Upgrade Helm to 3.19.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/73010683d7aeae5f904da879e8bd8bc3f86a0cf7"><code>7301068</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1041">#1041</a> from fluxcd/fix-sc-1915</li> <li><a href="https://github.com/fluxcd/pkg/commit/c2d48e94eb6d5e5f9713cc12823817896a0dca3f"><code>c2d48e9</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/7666900c504bfe124bf2db0a4267f4a7295f784e"><code>7666900</code></a> Revert &quot;runtime/secrets: validate proxy URL scheme and length&quot;</li> <li>See full diff in <a href="https://github.com/fluxcd/pkg/compare/ssa/v0.60.0...ssa/v0.61.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/source-controller/api` from 1.7.3 to 1.7.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.7.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.7.4/CHANGELOG.md">v1.7.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.7.4</code></li> <li><code>ghcr.io/fluxcd/source-controller:v1.7.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.7.4</h2> <p><strong>Release date:</strong> 2025-11-19</p> <p>This patch release fixes Azure Workload Identity in Azure China Cloud.</p> <p>Improvements:</p> <ul> <li>Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1938">#1938</a></li> <li>Upgrade Helm to 3.19.1 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1934">#1934</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/source-controller/commit/2eb5a81a22b414215f25d7981fd3ab7b078ad6ca"><code>2eb5a81</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1941">#1941</a> from fluxcd/release-v1.7.4</li> <li><a href="https://github.com/fluxcd/source-controller/commit/b9fe5de5a40b7dc0754780e7bf3a9df03ba2594b"><code>b9fe5de</code></a> Release v1.7.4</li> <li><a href="https://github.com/fluxcd/source-controller/commit/d5078b2cccf094a6c001ba3e1cca26a378b8a3a8"><code>d5078b2</code></a> Add changelog entry for v1.7.4</li> <li><a href="https://github.com/fluxcd/source-controller/commit/4b52bc33eedf69cdceafe3b2e96a9ffbbfec278d"><code>4b52bc3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1939">#1939</a> from fluxcd/backport-1938-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/d018f91e449cf89b85c386b6488743233db76e04"><code>d018f91</code></a> Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2</li> <li><a href="https://github.com/fluxcd/source-controller/commit/71b58cfd3a2cf16045183a4a31a1fa618007b958"><code>71b58cf</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1935">#1935</a> from fluxcd/backport-1934-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/c4eb1cf33ca80249794a0ce22e06e059dc776ac0"><code>c4eb1cf</code></a> Upgrade Helm to 3.19.1</li> <li>See full diff in <a href="https://github.com/fluxcd/source-controller/compare/v1.7.3...v1.7.4">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.34.1 to 0.34.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/e28454b761fa43bde930ba0364941bb1592d19f6"><code>e28454b</code></a> Update dependencies to v0.34.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.34.1...v0.34.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.34.1 to 0.34.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/9fd4b8c7ab375e0b5e8ee6ef98449594755120bd"><code>9fd4b8c</code></a> Update dependencies to v0.34.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.34.1...v0.34.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.34.1 to 0.34.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.34.1...v0.34.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/cli-runtime` from 0.34.1 to 0.34.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/cli-runtime/commit/1d5030c6e4fb9616ff85369287a278aed06253da"><code>1d5030c</code></a> Update dependencies to v0.34.2 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/cli-runtime/compare/v0.34.1...v0.34.2">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.34.1 to 0.34.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/54601aa99ffde1d9a79128043b852f41fad21415"><code>54601aa</code></a> Update dependencies to v0.34.2 tag</li> <li><a href="https://github.com/kubernetes/client-go/commit/1bb1ad283de66456c2557dea53d05dcf44b39f50"><code>1bb1ad2</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/134589">#134589</a><code>liggitt/automated-cherry-pick-of-#134588</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/2505205c4254aea777c401676ee4b895e3690403"><code>2505205</code></a> Remove invalid SAN certificate construction</li> <li><a href="https://github.com/kubernetes/client-go/commit/7ffba0fd2056d59416b59a30c9b623d4242d75dd"><code>7ffba0f</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/client-go/issues/134004">#134004</a><code>DerekFrank/automated-cherry-pick-of-#133573</code></li> <li><a href="https://github.com/kubernetes/client-go/commit/145cb8f04bdb5e416dccdea30884aaa7ac1c6892"><code>145cb8f</code></a> gofmt and review feedback</li> <li><a href="https://github.com/kubernetes/client-go/commit/ddcdc12cd6150d21434d545f91b215fe2bc06693"><code>ddcdc12</code></a> fix: Update unit test to catch actual nil Labels case and fix functionality t...</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.34.1...v0.34.2">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/controller-runtime` from 0.22.2 to 0.22.4 <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.22.4</h2> <h2>What's Changed</h2> <ul> <li>✨ cache: Allow fine-granular SyncPeriod configuration 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/3378">kubernetes-sigs/controller-runtime#3378</a></li> <li>🐛 Update List in namespaced client to list objects that are cluster scoped 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/3352">kubernetes-sigs/controller-runtime#3352</a> <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3357">kubernetes-sigs/controller-runtime#3357</a></li> <li>🐛 priority queue: properly sync the waiter manipulation by <a href="https://github.com/alvaroaleman"><code>@​alvaroaleman</code></a> in <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3371">kubernetes-sigs/controller-runtime#3371</a></li> <li>🐛 envtest: respect pre-configured binary paths in ControlPlane 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/3377">kubernetes-sigs/controller-runtime#3377</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.3...v0.22.4">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.3...v0.22.4</a></p> <h2>v0.22.3</h2> <h2>What's Changed</h2> <ul> <li>[release-0.22] 🐛 Allow SSA after normal resource creation 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/3348">kubernetes-sigs/controller-runtime#3348</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.2...v0.22.3">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.2...v0.22.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/7a1b16d039d204e7e4c5c8df57124d4e060a55f0"><code>7a1b16d</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3378">#3378</a> from k8s-infra-cherrypick-robot/cherry-pick-3376-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/539c94fdb173ee13b80e558c5d4978b72fc33979"><code>539c94f</code></a> cache: Allow fine-granular configuration of SyncPeriod</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/8be8410cf6b3cc0aba544b96ecf995fa20e605e1"><code>8be8410</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3377">#3377</a> from k8s-infra-cherrypick-robot/cherry-pick-3372-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/3f86a105c53d399d355c35ebc37eacb23f95d007"><code>3f86a10</code></a> envtest: respect pre-configured binary paths in ControlPlane</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/64152a074f0128c4ed21e4a9d1987dad3d54dcac"><code>64152a0</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3371">#3371</a> from alvaroaleman/cp-fix</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/b3eff6de5a384ff83cdc8052d1c7fd9d33a40520"><code>b3eff6d</code></a> priority queue: properly sync the <code>waiter</code> manipulation</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/88269f391452902fc45958f88a3f8a1777de6f9c"><code>88269f3</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3357">#3357</a> from k8s-infra-cherrypick-robot/cherry-pick-3353-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/c7df7c9e5037a8d5b7d2b16c741c9bbe6b886a57"><code>c7df7c9</code></a> add namespace for test with namespace_client</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/04b5a2930c88830ec17d67bb16a8e7919c57a837"><code>04b5a29</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3352">#3352</a> from k8s-infra-cherrypick-robot/cherry-pick-3351-to-...</li> <li><a href="https://github.com/kubernetes-sigs/controller-runtime/commit/f5a978108b8c67a09193b1a09d1a471260ecb16d"><code>f5a9781</code></a> update List in namespaced client</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.22.2...v0.22.4">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <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 a5a3f6f commit e6f7add

2 files changed

Lines changed: 54 additions & 54 deletions

File tree

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ require (
1111
code.gitea.io/sdk/gitea v0.22.1
1212
github.com/fluxcd/cli-utils v0.36.0-flux.15
1313
github.com/fluxcd/flux2/v2 v2.7.3
14-
github.com/fluxcd/helm-controller/api v1.4.3
15-
github.com/fluxcd/image-automation-controller/api v1.0.3
16-
github.com/fluxcd/image-reflector-controller/api v1.0.3
17-
github.com/fluxcd/kustomize-controller/api v1.7.2
18-
github.com/fluxcd/notification-controller/api v1.7.4
19-
github.com/fluxcd/pkg/apis/meta v1.22.0
20-
github.com/fluxcd/pkg/runtime v0.88.0
21-
github.com/fluxcd/pkg/ssa v0.60.0
14+
github.com/fluxcd/helm-controller/api v1.4.4
15+
github.com/fluxcd/image-automation-controller/api v1.0.4
16+
github.com/fluxcd/image-reflector-controller/api v1.0.4
17+
github.com/fluxcd/kustomize-controller/api v1.7.3
18+
github.com/fluxcd/notification-controller/api v1.7.5
19+
github.com/fluxcd/pkg/apis/meta v1.23.0
20+
github.com/fluxcd/pkg/runtime v0.91.0
21+
github.com/fluxcd/pkg/ssa v0.61.0
2222
github.com/fluxcd/pkg/version v0.11.0
23-
github.com/fluxcd/source-controller/api v1.7.3
23+
github.com/fluxcd/source-controller/api v1.7.4
2424
github.com/open-component-model/git-controller v0.12.1
2525
github.com/open-component-model/ocm-controller v0.27.2
2626
github.com/open-component-model/replication-controller v0.13.1
2727
github.com/stretchr/testify v1.11.1
28-
k8s.io/api v0.34.1
29-
k8s.io/apiextensions-apiserver v0.34.1
30-
k8s.io/apimachinery v0.34.1
31-
k8s.io/cli-runtime v0.34.1
32-
k8s.io/client-go v0.34.1
28+
k8s.io/api v0.34.2
29+
k8s.io/apiextensions-apiserver v0.34.2
30+
k8s.io/apimachinery v0.34.2
31+
k8s.io/cli-runtime v0.34.2
32+
k8s.io/client-go v0.34.2
3333
ocm.software/ocm v0.32.0
34-
sigs.k8s.io/controller-runtime v0.22.2
34+
sigs.k8s.io/controller-runtime v0.22.4
3535
sigs.k8s.io/e2e-framework v0.6.0
3636
sigs.k8s.io/kustomize/api v0.21.0
3737
sigs.k8s.io/yaml v1.6.0
@@ -163,7 +163,7 @@ require (
163163
github.com/fatih/color v1.18.0 // indirect
164164
github.com/felixge/httpsnoop v1.0.4 // indirect
165165
github.com/fluxcd/pkg/apis/acl v0.9.0 // indirect
166-
github.com/fluxcd/pkg/apis/kustomize v1.13.0 // indirect
166+
github.com/fluxcd/pkg/apis/kustomize v1.14.0 // indirect
167167
github.com/fluxcd/pkg/kustomize v1.23.0 // indirect
168168
github.com/fluxcd/pkg/tar v0.15.0 // indirect
169169
github.com/fsnotify/fsnotify v1.9.0 // indirect
@@ -398,11 +398,11 @@ require (
398398
gopkg.in/yaml.v2 v2.4.0 // indirect
399399
gopkg.in/yaml.v3 v3.0.1 // indirect
400400
helm.sh/helm/v3 v3.19.0 // indirect
401-
k8s.io/component-base v0.34.1 // indirect
401+
k8s.io/component-base v0.34.2 // indirect
402402
k8s.io/klog/v2 v2.130.1 // indirect
403403
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
404404
k8s.io/kubectl v0.34.1 // indirect
405-
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d // indirect
405+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
406406
oras.land/oras-go/v2 v2.6.0 // indirect
407407
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
408408
sigs.k8s.io/kustomize/kyaml v0.21.0 // indirect

go.sum

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,34 +1019,34 @@ github.com/fluxcd/cli-utils v0.36.0-flux.15 h1:Et5QLnIpRjj+oZtM9gEybkAaoNsjysHq0
10191019
github.com/fluxcd/cli-utils v0.36.0-flux.15/go.mod h1:AqRUmWIfNE7cdL6NWSGF0bAlypGs+9x5UQ2qOtlEzv4=
10201020
github.com/fluxcd/flux2/v2 v2.7.3 h1:0CnUCLwTUwxu44UxYL6BjvkMb9Br9X26eLTpKm7MhEA=
10211021
github.com/fluxcd/flux2/v2 v2.7.3/go.mod h1:mJsZHPjzU5k0P6TBU0hzs43x2f7fQg7R8NQlXrQdkkE=
1022-
github.com/fluxcd/helm-controller/api v1.4.3 h1:CdZwjL1liXmYCWyk2jscmFEB59tICIlnWB9PfDDW5q4=
1023-
github.com/fluxcd/helm-controller/api v1.4.3/go.mod h1:0XrBhKEaqvxyDj/FziG1Q8Fmx2UATdaqLgYqmZh6wW4=
1024-
github.com/fluxcd/image-automation-controller/api v1.0.3 h1:YfdkrRTIjLmmP58Xow/9bbs1tPU7WBo6Xon1PHbDCgM=
1025-
github.com/fluxcd/image-automation-controller/api v1.0.3/go.mod h1:dY6YiBQFU00SE7erlk5ckHxjzfIbsvgTD50k409QgDo=
1026-
github.com/fluxcd/image-reflector-controller/api v1.0.3 h1:OFI+kJ0fZKAT0MmkGA3c2N7bnU98De3d/T1F1XKCY+k=
1027-
github.com/fluxcd/image-reflector-controller/api v1.0.3/go.mod h1:PkzL5wY8s5UZxfr5kpnWf/nI/QZKpSAxr1ewFHNEfgA=
1028-
github.com/fluxcd/kustomize-controller/api v1.7.2 h1:E+UwgztwYCwgOgpMuIZZfntCEYIer+hl2NH5O+tL8hs=
1029-
github.com/fluxcd/kustomize-controller/api v1.7.2/go.mod h1:77OSly9kxQli7Nmcln0OqZDjVpRMc6eLKED0CiJHYz8=
1030-
github.com/fluxcd/notification-controller/api v1.7.4 h1:nYcr/6n6TCB6Ga3q7u5U+Y5SWgVv+UHYRXXz27ne1fQ=
1031-
github.com/fluxcd/notification-controller/api v1.7.4/go.mod h1:Q1TwKHYFaAsYAcnmkzJ4ocZ6QS3CXcPOx9/aVXNUpNw=
1022+
github.com/fluxcd/helm-controller/api v1.4.4 h1:3IFAvJxOBaF2xXItUynqlbgw/2YzTjkL/iBiubxqcHk=
1023+
github.com/fluxcd/helm-controller/api v1.4.4/go.mod h1:rCgx3qhjjtoIH+1EbzFC2vN71/pp0PgMDrZnGCZX5XY=
1024+
github.com/fluxcd/image-automation-controller/api v1.0.4 h1:Fgdy97hXkyh/JFjxLIyq4ZDHsKsa49aumtrvIyjVd08=
1025+
github.com/fluxcd/image-automation-controller/api v1.0.4/go.mod h1:LLBf4XQJAgnpIMlZUwfpVIkCdUtBOi31B6fDbPwBCq4=
1026+
github.com/fluxcd/image-reflector-controller/api v1.0.4 h1:/JGpTZf4eMcKG2FpWfP5H7SneSrD5P8EvwGnHiH/WLY=
1027+
github.com/fluxcd/image-reflector-controller/api v1.0.4/go.mod h1:5GS4ojHaz+W6hK80WakGIOYk8sn93AyV5X+YOne1XMw=
1028+
github.com/fluxcd/kustomize-controller/api v1.7.3 h1:g+C9Il+H33DQi/ZiQ8KpTvL9KXebXnS4oM/0uJ/C8Gw=
1029+
github.com/fluxcd/kustomize-controller/api v1.7.3/go.mod h1:Yj80JyfQpBUgLhsUZ/c86qcvPGO2+P1VCKsb8fL+L/k=
1030+
github.com/fluxcd/notification-controller/api v1.7.5 h1:6CO5bKyjodiK9exQFOdBcz0XLeo17rrrWQBTJL9NNa8=
1031+
github.com/fluxcd/notification-controller/api v1.7.5/go.mod h1:IciwSg8Q0pVtdbsyDyEXx/MxBKWeagxAazpm64C8oCE=
10321032
github.com/fluxcd/pkg/apis/acl v0.9.0 h1:wBpgsKT+jcyZEcM//OmZr9RiF8klL3ebrDp2u2ThsnA=
10331033
github.com/fluxcd/pkg/apis/acl v0.9.0/go.mod h1:TttNS+gocsGLwnvmgVi3/Yscwqrjc17+vhgYfqkfrV4=
1034-
github.com/fluxcd/pkg/apis/kustomize v1.13.0 h1:GGf0UBVRIku+gebY944icVeEIhyg1P/KE3IrhOyJJnE=
1035-
github.com/fluxcd/pkg/apis/kustomize v1.13.0/go.mod h1:TLKVqbtnzkhDuhWnAsN35977HvRfIjs+lgMuNro/LEc=
1036-
github.com/fluxcd/pkg/apis/meta v1.22.0 h1:EHWQH5ZWml7i8eZ/AMjm1jxid3j/PQ31p+hIwCt6crM=
1037-
github.com/fluxcd/pkg/apis/meta v1.22.0/go.mod h1:Kc1+bWe5p0doROzuV9XiTfV/oL3ddsemYXt8ZYWdVVg=
1034+
github.com/fluxcd/pkg/apis/kustomize v1.14.0 h1:PmWqMpRX0v7/aCAUNWfohe4o1qa9G3Cg/vVr5PCedI4=
1035+
github.com/fluxcd/pkg/apis/kustomize v1.14.0/go.mod h1:CGRpU9Od4ht5+MHL6QlMfWaW87U9UTfGVM5CM4PZ28I=
1036+
github.com/fluxcd/pkg/apis/meta v1.23.0 h1:fLis5YcHnOsyKYptzBtituBm5EWNx13I0bXQsy0FG4s=
1037+
github.com/fluxcd/pkg/apis/meta v1.23.0/go.mod h1:UWsIbBPCxYvoVklr2mV2uLFBf/n17dNAmKFjRfApdDo=
10381038
github.com/fluxcd/pkg/kustomize v1.23.0 h1:4tNh30OsIj96YRfVP7qP0Fv3QTwdBo/udfZIcccL6NI=
10391039
github.com/fluxcd/pkg/kustomize v1.23.0/go.mod h1:ZojUvmI4RiHk3BH3L3mBQ4ZDbNkiWfX9LvOMBjKq5Tc=
1040-
github.com/fluxcd/pkg/runtime v0.88.0 h1:EFPJ0jnRino6yUEwiNtQTpUNyCf96N2MJb+S7LVG648=
1041-
github.com/fluxcd/pkg/runtime v0.88.0/go.mod h1:qkmPX009tgiWufQ2Vj0QhyNgEU+0Cnz7Xy/naihLM10=
1042-
github.com/fluxcd/pkg/ssa v0.60.0 h1:ikA78TWSLDmIc8I/goGAU/buYF6jto/gswE5hnOfWGk=
1043-
github.com/fluxcd/pkg/ssa v0.60.0/go.mod h1:3k9t4B4UjOF0536RQssQ4r9BXLSCq6FSTnUNKseFVHQ=
1040+
github.com/fluxcd/pkg/runtime v0.91.0 h1:Z92sOLsJXa+0RIi/vNl87zF5qnsBUdOb60d2a0b4Ulo=
1041+
github.com/fluxcd/pkg/runtime v0.91.0/go.mod h1:D/gUsaSpyw6Od2QEL7MELi5m+oUmwokuxUVZ+vKQxdo=
1042+
github.com/fluxcd/pkg/ssa v0.61.0 h1:GeueQfZVrjPLEzmEkq6gpFTBr1MDcqUihCQDf6AaIo8=
1043+
github.com/fluxcd/pkg/ssa v0.61.0/go.mod h1:PNRlgihYbmlQU5gzsB14nrsNMbtACNanBnKhLCWmeX8=
10441044
github.com/fluxcd/pkg/tar v0.15.0 h1:xoMLngTahZ0/j3CgM/9sLw1F0PkDwiZCRbu6hYxx0Gw=
10451045
github.com/fluxcd/pkg/tar v0.15.0/go.mod h1:54zTMvJG+aWdoLcuhD2plTVODgxl5/w+mnoDVCcU34Y=
10461046
github.com/fluxcd/pkg/version v0.11.0 h1:gcAXw/HZ4XX9v+2xhO+NWf/hAArYKgSmzqT9Yrx4VjY=
10471047
github.com/fluxcd/pkg/version v0.11.0/go.mod h1:XsgsKJVmVFWnG3DE19YBM0EeWVuG4BPAHpAmOe6GFmo=
1048-
github.com/fluxcd/source-controller/api v1.7.3 h1:JCDbaJqAbQtjCt3Ijsm/6nZf+SZiby3/R6lVZ1gDllE=
1049-
github.com/fluxcd/source-controller/api v1.7.3/go.mod h1:2JtCeUVpl0aqKImS19jUz9EEnMdzgqNWHkllrIhV004=
1048+
github.com/fluxcd/source-controller/api v1.7.4 h1:+EOVnRA9LmLxOx7J273l7IOEU39m+Slt/nQGBy69ygs=
1049+
github.com/fluxcd/source-controller/api v1.7.4/go.mod h1:ruf49LEgZRBfcP+eshl2n9SX1MfHayCcViAIGnZcaDY=
10501050
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
10511051
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
10521052
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI=
@@ -2600,26 +2600,26 @@ honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt
26002600
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
26012601
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
26022602
honnef.co/go/tools v0.1.3/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las=
2603-
k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM=
2604-
k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk=
2605-
k8s.io/apiextensions-apiserver v0.34.1 h1:NNPBva8FNAPt1iSVwIE0FsdrVriRXMsaWFMqJbII2CI=
2606-
k8s.io/apiextensions-apiserver v0.34.1/go.mod h1:hP9Rld3zF5Ay2Of3BeEpLAToP+l4s5UlxiHfqRaRcMc=
2607-
k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
2608-
k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
2609-
k8s.io/cli-runtime v0.34.1 h1:btlgAgTrYd4sk8vJTRG6zVtqBKt9ZMDeQZo2PIzbL7M=
2610-
k8s.io/cli-runtime v0.34.1/go.mod h1:aVA65c+f0MZiMUPbseU/M9l1Wo2byeaGwUuQEQVVveE=
2611-
k8s.io/client-go v0.34.1 h1:ZUPJKgXsnKwVwmKKdPfw4tB58+7/Ik3CrjOEhsiZ7mY=
2612-
k8s.io/client-go v0.34.1/go.mod h1:kA8v0FP+tk6sZA0yKLRG67LWjqufAoSHA2xVGKw9Of8=
2613-
k8s.io/component-base v0.34.1 h1:v7xFgG+ONhytZNFpIz5/kecwD+sUhVE6HU7qQUiRM4A=
2614-
k8s.io/component-base v0.34.1/go.mod h1:mknCpLlTSKHzAQJJnnHVKqjxR7gBeHRv0rPXA7gdtQ0=
2603+
k8s.io/api v0.34.2 h1:fsSUNZhV+bnL6Aqrp6O7lMTy6o5x2C4XLjnh//8SLYY=
2604+
k8s.io/api v0.34.2/go.mod h1:MMBPaWlED2a8w4RSeanD76f7opUoypY8TFYkSM+3XHw=
2605+
k8s.io/apiextensions-apiserver v0.34.2 h1:WStKftnGeoKP4AZRz/BaAAEJvYp4mlZGN0UCv+uvsqo=
2606+
k8s.io/apiextensions-apiserver v0.34.2/go.mod h1:398CJrsgXF1wytdaanynDpJ67zG4Xq7yj91GrmYN2SE=
2607+
k8s.io/apimachinery v0.34.2 h1:zQ12Uk3eMHPxrsbUJgNF8bTauTVR2WgqJsTmwTE/NW4=
2608+
k8s.io/apimachinery v0.34.2/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
2609+
k8s.io/cli-runtime v0.34.2 h1:cct1GEuWc3IyVT8MSCoIWzRGw9HJ/C5rgP32H60H6aE=
2610+
k8s.io/cli-runtime v0.34.2/go.mod h1:X13tsrYexYUCIq8MarCBy8lrm0k0weFPTpcaNo7lms4=
2611+
k8s.io/client-go v0.34.2 h1:Co6XiknN+uUZqiddlfAjT68184/37PS4QAzYvQvDR8M=
2612+
k8s.io/client-go v0.34.2/go.mod h1:2VYDl1XXJsdcAxw7BenFslRQX28Dxz91U9MWKjX97fE=
2613+
k8s.io/component-base v0.34.2 h1:HQRqK9x2sSAsd8+R4xxRirlTjowsg6fWCPwWYeSvogQ=
2614+
k8s.io/component-base v0.34.2/go.mod h1:9xw2FHJavUHBFpiGkZoKuYZ5pdtLKe97DEByaA+hHbM=
26152615
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
26162616
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
26172617
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b h1:MloQ9/bdJyIu9lb1PzujOPolHyvO06MXG5TUIj2mNAA=
26182618
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b/go.mod h1:UZ2yyWbFTpuhSbFhv24aGNOdoRdJZgsIObGBUaYVsts=
26192619
k8s.io/kubectl v0.34.1 h1:1qP1oqT5Xc93K+H8J7ecpBjaz511gan89KO9Vbsh/OI=
26202620
k8s.io/kubectl v0.34.1/go.mod h1:JRYlhJpGPyk3dEmJ+BuBiOB9/dAvnrALJEiY/C5qa6A=
2621-
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d h1:wAhiDyZ4Tdtt7e46e9M5ZSAJ/MnPGPs+Ki1gHw4w1R0=
2622-
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
2621+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 h1:SjGebBtkBqHFOli+05xYbK8YF1Dzkbzn+gDM4X9T4Ck=
2622+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
26232623
lukechampine.com/uint128 v1.1.1/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
26242624
lukechampine.com/uint128 v1.2.0/go.mod h1:c4eWIwlEGaxC/+H1VguhU4PHXNWDCDMUlWdIWl2j1gk=
26252625
modernc.org/cc/v3 v3.36.0/go.mod h1:NFUHyPn4ekoC/JHeZFfZurN6ixxawE1BnVonP/oahEI=
@@ -2662,8 +2662,8 @@ rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8
26622662
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
26632663
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
26642664
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
2665-
sigs.k8s.io/controller-runtime v0.22.2 h1:cK2l8BGWsSWkXz09tcS4rJh95iOLney5eawcK5A33r4=
2666-
sigs.k8s.io/controller-runtime v0.22.2/go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8=
2665+
sigs.k8s.io/controller-runtime v0.22.4 h1:GEjV7KV3TY8e+tJ2LCTxUTanW4z/FmNB7l327UfMq9A=
2666+
sigs.k8s.io/controller-runtime v0.22.4/go.mod h1:+QX1XUpTXN4mLoblf4tqr5CQcyHPAki2HLXqQMY6vh8=
26672667
sigs.k8s.io/e2e-framework v0.6.0 h1:p7hFzHnLKO7eNsWGI2AbC1Mo2IYxidg49BiT4njxkrM=
26682668
sigs.k8s.io/e2e-framework v0.6.0/go.mod h1:IREnCHnKgRCioLRmNi0hxSJ1kJ+aAdjEKK/gokcZu4k=
26692669
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=

0 commit comments

Comments
 (0)