Skip to content

Commit 265d036

Browse files
chore(deps): bump the go group across 1 directory with 16 updates (#218)
Bumps the go group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | code.gitea.io/sdk/gitea | `0.22.1` | `0.23.2` | | [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `1.4.5` | `1.5.0` | | [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `1.0.4` | `1.1.0` | | [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `1.0.4` | `1.1.0` | | [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.7.3` | `1.8.0` | | [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.7.5` | `1.8.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.97.0` | `0.102.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.65.0` | `0.69.0` | | [github.com/fluxcd/pkg/version](https://github.com/fluxcd/pkg) | `0.12.0` | `0.14.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.35.0` | `0.35.1` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.0` | `0.35.1` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.35.0` | `0.35.1` | Updates `code.gitea.io/sdk/gitea` from 0.22.1 to 0.23.2 Updates `github.com/fluxcd/helm-controller/api` from 1.4.5 to 1.5.0 <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.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.5.0/CHANGELOG.md">v1.5.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.5.0</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.5.0</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.0</h2> <p><strong>Release date:</strong> 2026-02-20</p> <p>This minor release comes with Helm v4 support, server-side apply for Helm releases, and various bug fixes and improvements.</p> <p>⚠️ The <code>v2beta2</code> APIs were removed. Before upgrading the CRDs, Flux users must run <a href="https://redirect.github.com/fluxcd/flux2/pull/5473"><code>flux migrate</code></a> to migrate the cluster storage off <code>v2beta2</code>.</p> <h3>HelmRelease</h3> <p>The controller now uses Helm v4, and, with this change, new default behaviors are being introduced (breaking changes) to keep Flux and Helm aligned:</p> <ul> <li>Apply method is now defaulting to server-side apply for new HelmReleases.</li> <li>Health checks now default to using kstatus for assessing readiness and failures of applied resources.</li> </ul> <p>Those defaults can be changed back to Helm v3's defaults by setting the feature gate <code>UseHelm3Defaults</code>. Alternatively, fine-tuning the apply and health check methods is also possible on a per-HelmRelease basis by using the following fields:</p> <ul> <li><code>.spec.install.serverSideApply</code> (boolean, default defined by <code>UseHelm3Defaults</code>)</li> <li><code>.spec.upgrade.serverSideApply</code> (<code>enabled</code>, <code>disabled</code> or <code>auto</code>, defaults to <code>auto</code>)</li> <li><code>.spec.rollback.serverSideApply</code> (<code>enabled</code>, <code>disabled</code> or <code>auto</code>, defaults to <code>auto</code>)</li> <li><code>.spec.waitStrategy.name</code> (<code>poller</code> or <code>legacy</code>, default defined by <code>UseHelm3Defaults</code>)</li> </ul> <p>Note that Helm persists the apply method in the release storage, hence why the <code>auto</code> value is an option for upgrade and rollback actions. When set to <code>auto</code>, the controller will reuse the apply method used in the last successful release revision as recorded in the Helm storage, defaulting to client-side apply. This means that existing HelmReleases will continue to use client-side apply until their <code>.spec</code> is updated with <code>.spec.{upgrade|rollback}.serverSideApply: enabled</code>.</p> <p>The <code>poller</code> health check strategy uses kstatus to check the status of applied resources, while the <code>legacy</code> strategy uses Helm v3's built-in health checking behavior.</p> <p>The controller now can be configured to cancel in-progress health checks when a new reconciliation request is received, reducing the mean time to recovery (MTTR) in case of failed deployments. This feature is enabled by the <code>CancelHealthCheckOnNewRevision</code> feature gate. Note that enabling this feature gate will not cancel apply operations, and will only cancel health checks for managed resources. Waiting for Helm hooks and tests will not be cancelled. Note also that this feature is only available with the <code>poller</code> health check strategy.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/helm-controller/commit/c6187842591276f45cbca7adf3e3a5aa5d233328"><code>c618784</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1413">#1413</a> from fluxcd/release-v1.5.0</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/fdd7beaf466aba7103de4096c557ceb0e252f9cc"><code>fdd7bea</code></a> Release v1.5.0</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/1362c5fd7cd0f821f329e1c4e1a11c3577698139"><code>1362c5f</code></a> Add changelog entry for v1.5.0</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/695af928c504c68932df5064f4d174d54998ae47"><code>695af92</code></a> Upgrade source-controller API to v1.8.0</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/3b6abe1cc2fe27302ab6815df29f8c2471cf6fc7"><code>3b6abe1</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1412">#1412</a> from fluxcd/fix-postrenderers-digest</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/93299f1df4dde63aecd8d50201ca28e50fd68c84"><code>93299f1</code></a> Fix postRenderers not causing new upgrade when applied during ongoing upgrade</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/a5e62ed58a767bddaa33fdf70b7ccb11ca45cfd9"><code>a5e62ed</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1411">#1411</a> from fluxcd/fix-1409</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/be8225597028120eca0711a13614b57f948d335a"><code>be82255</code></a> Fix controller not reconciling conditions for in-sync release</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/58abe0663e878c97bd4accd16d512e981dada897"><code>58abe06</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1410">#1410</a> from fluxcd/update-pkg-deps/main</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/18409a4d92c27dc051237d3d152566837ea00acd"><code>18409a4</code></a> Pass context to runtime.KubeConfig()</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/helm-controller/compare/v1.4.5...v1.5.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-automation-controller/api` from 1.0.4 to 1.1.0 <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.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-automation-controller/blob/v1.1.0/CHANGELOG.md">v1.1.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-automation-controller:v1.1.0</code></li> <li><code>ghcr.io/fluxcd/image-automation-controller:v1.1.0</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.0</h2> <p><strong>Release date:</strong> 2026-02-17</p> <p>This minor release comes with a bug fix and various improvements.</p> <p>The GitHub provider now supports looking up the GitHub App installation ID automatically, removing the need to configure it manually.</p> <p>In addition, the Kubernetes dependencies have been updated to v1.35.0 and the controller is now built with Go 1.26.</p> <p>Fixes:</p> <ul> <li>Fix failure to read dangling symlink <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/996">#996</a></li> </ul> <p>Improvements:</p> <ul> <li>Introduce support for looking up GH app installation ID <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1001">#1001</a></li> <li>Various dependency updates <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/999">#999</a> <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1003">#1003</a> <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1007">#1007</a> <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1008">#1008</a> <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1009">#1009</a> <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/1010">#1010</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/57b9f460bdd592cc0c9dff326d8ba88a9edb796d"><code>57b9f46</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1012">#1012</a> from fluxcd/release-v1.1.0</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/567e4125ec660550ed11e664d99562cf22fe87a4"><code>567e412</code></a> Release v1.1.0</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/d44a9c530fba18cf2785ac89318a60474cebbe17"><code>d44a9c5</code></a> Add changelog entry for v1.1.0</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/416640c3cd385db75ea9df3b898b17c6c8a181f0"><code>416640c</code></a> Upgrade Flux APIs for v2.8</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/ef2dfa59079feceb98a730875eed063c3583e7af"><code>ef2dfa5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1010">#1010</a> from fluxcd/update-pkg-deps/main</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/ef4dcc50f3e17c59712e957bc8353e2cf15a0679"><code>ef4dcc5</code></a> Update fluxcd/pkg dependencies</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/6ed05a35a98423988f93dda245c7b5f71f721023"><code>6ed05a3</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1009">#1009</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/fe2a2f844e1b1a0172b5ec03fd62b27f3008af0e"><code>fe2a2f8</code></a> Introduce workflow for bumping fluxcd/pkg deps</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/07f36d0bcf91e60bf71256edabff19392dbf171d"><code>07f36d0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/1008">#1008</a> from fluxcd/go-1.26</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/a574faa088e081e6537990b4cfb1080d75e85f1d"><code>a574faa</code></a> Build with Go 1.26</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/image-automation-controller/compare/v1.0.4...v1.1.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-reflector-controller/api` from 1.0.4 to 1.1.0 <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.1.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-reflector-controller/blob/v1.1.0/CHANGELOG.md">v1.1.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-reflector-controller:v1.1.0</code></li> <li><code>ghcr.io/fluxcd/image-reflector-controller:v1.1.0</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.1.0</h2> <p><strong>Release date:</strong> 2026-02-17</p> <p>This minor release comes with various dependency updates.</p> <p>The Kubernetes dependencies have been updated to v1.35.0 and the controller is now built with Go 1.26.</p> <p>Improvements:</p> <ul> <li>Various dependency updates <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/859">#859</a> <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/862">#862</a> <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/864">#864</a> <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/865">#865</a> <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/866">#866</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/588857a9f0de2676b904f7a334296f4295c8b603"><code>588857a</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/869">#869</a> from fluxcd/release-v1.1.0</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/4c70bb2262ae3fe480e33dac8505910699932ed1"><code>4c70bb2</code></a> Release v1.1.0</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/5b28821676afe4d9129f891089090b0d56e3e76d"><code>5b28821</code></a> Add changelog entry for v1.1.0</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/c8b354a182f5e3bb3c27f8c64f033502111367e8"><code>c8b354a</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/866">#866</a> from fluxcd/update-pkg-deps/main</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/9795766e29a502187e21ad610dbb5715d43290e6"><code>9795766</code></a> Update fluxcd/pkg dependencies</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/4f3f67fa99a8581909a398238aec70ae78e8ef81"><code>4f3f67f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/865">#865</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/b4fbbf5d5edba7428a2129f4b7dec834ac68972e"><code>b4fbbf5</code></a> Introduce workflow for bumping fluxcd/pkg deps</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/aa15c7f83eba09bb413248aceda314ca2e73af8c"><code>aa15c7f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/864">#864</a> from fluxcd/go-1.26</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/2db7da1faae0347e8193c1fd99d7419c97127fe3"><code>2db7da1</code></a> Build with Go 1.26</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/f7bbfce06be863ad1fb1993c0034a8dbfdbef56b"><code>f7bbfce</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/862">#862</a> from fluxcd/upgrade-deps</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/image-reflector-controller/compare/v1.0.4...v1.1.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/kustomize-controller/api` from 1.7.3 to 1.8.0 <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.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.8.0/CHANGELOG.md">v1.8.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.8.0</code></li> <li><code>ghcr.io/fluxcd/kustomize-controller:v1.8.0</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.0</h2> <p><strong>Release date:</strong> 2026-02-17</p> <p>This minor release comes with various bug fixes and improvements.</p> <p>⚠️ The <code>v1beta2</code> APIs were removed. Before upgrading the CRDs, Flux users must run <a href="https://redirect.github.com/fluxcd/flux2/pull/5473"><code>flux migrate</code></a> to migrate the cluster storage off <code>v1beta2</code>.</p> <h3>Kustomization</h3> <p>The controller now cancels in-progress health checks when a new reconciliation request is received, reducing the mean time to recovery (MTTR) in case of failed deployments. This is available through the <code>CancelHealthCheckOnNewRevision</code> feature gate, that previously worked only for new source revisions but now also works for any watch events that trigger a new reconciliation.</p> <p>A custom SSA stage has been introduced, allowing Role and RoleBinding objects to be applied in the same call even when the impersonated ServiceAccount does not have a ClusterRoleBinding for <code>cluster-admin</code>. This can be specified with the flag <code>--custom-apply-stage-kinds=rbac.authorization.k8s.io/Role</code>.</p> <p>Health checks now handle Jobs with TTL set to zero seconds that are deleted before or during health checking.</p> <p>A <code>DirectSourceFetch</code> feature gate has been added to bypass cache for source objects, enabling immediate consistency for source object reads.</p> <h3>General updates</h3> <p>In addition, the Kubernetes dependencies have been updated to v1.35.0, Kustomize has been updated to v5.8.1 and the controller is now built with Go 1.26.</p> <p>Fixes:</p> <ul> <li>Fix decryptor copy of auth.Option slices (avoid overrides) <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1570">#1570</a></li> </ul> <p>Improvements:</p> <ul> <li>Reduce the mean time to recovery (MTTR) in case of failed deployments <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1536">#1536</a></li> <li>Introduce custom SSA stage <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1571">#1571</a></li> <li>Handle Jobs with TTL in health checks <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1578">#1578</a></li> <li>Add <code>DirectSourceFetch</code> feature gate to bypass cache for source objects <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1586">#1586</a></li> <li>Remove deprecated APIs in group <code>kustomize.toolkit.fluxcd.io/v1beta2</code> <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1584">#1584</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/40b3758089386f35aef0330b917ec8d388dadefb"><code>40b3758</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1590">#1590</a> from fluxcd/release-v1.8.0</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/95af198e0d06d423206afe0ea0ad2d647d3a6b0f"><code>95af198</code></a> Release v1.8.0</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/51968a9e77062d445bdbd4ccd4eaa7d24d8b60e9"><code>51968a9</code></a> Add changelog entry for v1.8.0</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/28f721c5e54f8ed23793730502be719617ce34da"><code>28f721c</code></a> Upgrade source-controller API to v1.8.0</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/57504a2730a8953cb2119f6ba4dfeda301f65a8c"><code>57504a2</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1589">#1589</a> from fluxcd/update-pkg-deps/main</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/173bd8c52bf34e4afb7c61b9c7bbc8ab9fe28e45"><code>173bd8c</code></a> Update fluxcd/pkg dependencies</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/0f3acff3da5f0be93b3b2fb34ec3959ae5e518ec"><code>0f3acff</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1588">#1588</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/418da71ab73a577fb3d89ddced06bd33a819e014"><code>418da71</code></a> Introduce workflow for bumping fluxcd/pkg deps</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/4f41773363e0f06d025cadefff28f6ca04264722"><code>4f41773</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1586">#1586</a> from dipti-pai/direct-source-fetch</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/f146806cb56034ae0e6c1382b85e7171bd237a4d"><code>f146806</code></a> Add DirectSourceFetch feature gate to bypass cache for source objects</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/kustomize-controller/compare/v1.7.3...v1.8.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/notification-controller/api` from 1.7.5 to 1.8.0 <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.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/notification-controller/blob/v1.8.0/CHANGELOG.md">v1.8.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/notification-controller:v1.8.0</code></li> <li><code>ghcr.io/fluxcd/notification-controller:v1.8.0</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.0</h2> <p><strong>Release date:</strong> 2026-02-17</p> <p>This minor release comes with new notification providers for pull/merge request comments, expanded NATS authentication support, and various improvements.</p> <h3>Provider</h3> <p>New notification providers have been introduced for posting comments on pull/merge requests: <code>githubpullrequestcomment</code>, <code>gitlabmergerequestcomment</code>, and <code>giteapullrequestcomment</code>.</p> <p>The NATS provider has been enhanced to support multiple authentication methods including JWT, NKey, and Username/Password, in addition to the existing token-based authentication.</p> <p>The GitHub provider now supports looking up the GitHub App installation ID automatically, removing the need to configure it manually.</p> <p>Commit status reporting has been extended to support any Flux APIs that include commit metadata.</p> <h3>Alert</h3> <p>The <code>ArtifactGenerator</code> and <code>ExternalArtifact</code> kinds can now be used as Alert event sources.</p> <h3>General updates</h3> <p>In addition, the Kubernetes dependencies have been updated to v1.35.0 and the controller is now built with Go 1.26.</p> <p>Fixes:</p> <ul> <li>Fix notification-controller memory leak in the <code>gitea</code> provider <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1228">#1228</a></li> </ul> <p>Improvements:</p> <ul> <li>Introduce <code>githubpullrequestcomment</code> notification provider <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1230">#1230</a></li> <li>Introduce <code>gitlabmergerequestcomment</code> notification provider <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1231">#1231</a></li> <li>Introduce <code>giteapullrequestcomment</code> notification provider <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1234">#1234</a></li> <li>Improve zulip Alert Provider comment <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1232">#1232</a></li> <li>Support commit status for any Flux APIs <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1233">#1233</a></li> <li>Enhance NATS provider to support multiple authentication methods <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1222">#1222</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/notification-controller/commit/6c9097335fa657f238dfcc97c231a88428d00ac2"><code>6c90973</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1241">#1241</a> from fluxcd/release-v1.8.0</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/db8c3d797150d78bcf5226da6fb0fb6210edfbb7"><code>db8c3d7</code></a> Release v1.8.0</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/b015b5601fa8297f37414014f04be888cd0d3b09"><code>b015b56</code></a> Add changelog entry for v1.8.0</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/a7c182077b67eff629349755ae1e0af21abd9f84"><code>a7c1820</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1240">#1240</a> from fluxcd/update-pkg-deps/main</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/d09d221ac4c8cc6de3a5a3217ba9ce75810de717"><code>d09d221</code></a> Update fluxcd/pkg dependencies</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/2370c266830b1cce2613fc4856dd06d91045a402"><code>2370c26</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1239">#1239</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/aae69f2e135cd09bdafba44dbe8be4bdcc88aa4e"><code>aae69f2</code></a> Introduce workflow for bumping fluxcd/pkg deps</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/5fef6ce45f8b055de389cb81573982ed9bc922b5"><code>5fef6ce</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1237">#1237</a> from fluxcd/ag-alerts</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/a25edc058b0f0fff658118a442dc7205ba859858"><code>a25edc0</code></a> Add ArtifactGenerator and ExternalArtifact to Alert source</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/57a2e4cfa22585586fd19aa3b757e77eb2ed77e8"><code>57a2e4c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1236">#1236</a> from fluxcd/go-1.26</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/notification-controller/compare/v1.7.5...v1.8.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/runtime` from 0.97.0 to 0.102.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/197b0fda28bb0353752f5b651cdf325e1c1224f5"><code>197b0fd</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1120">#1120</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/7c22edb1a3b64d84667c89f35230ddafec2e700d"><code>7c22edb</code></a> Fix release preview workflow</li> <li><a href="https://github.com/fluxcd/pkg/commit/cf1b387d665ba908aa3374f980e1250c7df2753f"><code>cf1b387</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/21b9098402049aa01b510a4c14bbab70e359e395"><code>21b9098</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1118">#1118</a> from alvaroaleman/disable-clientside</li> <li><a href="https://github.com/fluxcd/pkg/commit/efbb0c98cc0843dc3523efd94a235ba334ec49d2"><code>efbb0c9</code></a> Kubeconfig: Disable clientside ratelimtier if flowcontrol is supported</li> <li><a href="https://github.com/fluxcd/pkg/commit/0ce88c6c9b226059a73f56da30d8cbce472a92fa"><code>0ce88c6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1110">#1110</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/66c8a30c4fcb94e6f52d3a3757cccbae67a8345c"><code>66c8a30</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/1737eabdb873a441934c714181721c1ad9eac142"><code>1737eab</code></a> cmd: fix not removing v prefix</li> <li><a href="https://github.com/fluxcd/pkg/commit/52bc1ed6d303bd05b79f2d1b30072803ca176c15"><code>52bc1ed</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1116">#1116</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/pkg/commit/5537abde5ffae8b1677be1cddfe40ba41a2f0853"><code>5537abd</code></a> cmd: introduce command for bumping modules in controller repos</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.97.0...runtime/v0.102.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/ssa` from 0.65.0 to 0.69.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/0ce88c6c9b226059a73f56da30d8cbce472a92fa"><code>0ce88c6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1110">#1110</a> from fluxcd/release-main</li> <li><a href="https://github.com/fluxcd/pkg/commit/66c8a30c4fcb94e6f52d3a3757cccbae67a8345c"><code>66c8a30</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/1737eabdb873a441934c714181721c1ad9eac142"><code>1737eab</code></a> cmd: fix not removing v prefix</li> <li><a href="https://github.com/fluxcd/pkg/commit/52bc1ed6d303bd05b79f2d1b30072803ca176c15"><code>52bc1ed</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1116">#1116</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/pkg/commit/5537abde5ffae8b1677be1cddfe40ba41a2f0853"><code>5537abd</code></a> cmd: introduce command for bumping modules in controller repos</li> <li><a href="https://github.com/fluxcd/pkg/commit/b1df0c1d45b03032d50475118cfe90c0fe41c112"><code>b1df0c1</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1112">#1112</a> from fluxcd/ssa-err-msg</li> <li><a href="https://github.com/fluxcd/pkg/commit/b69e69aefb7765821163ccd3971364ae498be567"><code>b69e69a</code></a> ssa: fix timeout error not mentioning object</li> <li><a href="https://github.com/fluxcd/pkg/commit/f6b519377191475c23e57570bf6b8f9159bb2082"><code>f6b5193</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1111">#1111</a> from fluxcd/FeatureGateDirectSourceFetch</li> <li><a href="https://github.com/fluxcd/pkg/commit/199624d07ec0013ea041d915447dfe76977235b1"><code>199624d</code></a> runtime: Add <code>FeatureGateDirectSourceFetch</code></li> <li><a href="https://github.com/fluxcd/pkg/commit/49af223a2ece9b4b87e3daee242dc356764e9d1e"><code>49af223</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1108">#1108</a> from fluxcd/fix-cmd</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/ssa/v0.65.0...ssa/v0.69.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/version` from 0.12.0 to 0.14.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/909b315f905604a2917ba674d823759aaa3a2537"><code>909b315</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/651">#651</a> from fluxcd/git-upgrade-deps</li> <li><a href="https://github.com/fluxcd/pkg/commit/3249e6ddfff2ab0bc8c5e7c34c59586e8cc0f107"><code>3249e6d</code></a> git: upgrade dependencies</li> <li><a href="https://github.com/fluxcd/pkg/commit/6eae7b41eb63c084ada6300e2929981124d3dd6e"><code>6eae7b4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/650">#650</a> from pjbgf/upstream-billy</li> <li><a href="https://github.com/fluxcd/pkg/commit/e8ee260bb10c4d99743cc8f03d6c7b0a002a0e89"><code>e8ee260</code></a> git/gogit: Replaces fs with upstream osfs.BoundOS</li> <li><a href="https://github.com/fluxcd/pkg/commit/01981ea25aedcb0dfbdda361243890cd22912905"><code>01981ea</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/649">#649</a> from fluxcd/dependabot/github_actions/ci-915f3d3f9a</li> <li><a href="https://github.com/fluxcd/pkg/commit/c6bb1faa578320e306a498cec1eb665cc17139e7"><code>c6bb1fa</code></a> build(deps): bump the ci group with 2 updates</li> <li><a href="https://github.com/fluxcd/pkg/commit/eedb1a0890de5bf5be0c8d70d682a7283213df61"><code>eedb1a0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/646">#646</a> from fluxcd/oci-cr-logger</li> <li><a href="https://github.com/fluxcd/pkg/commit/e6669d82c8635a247b1034ee7d74e17229eeb5a7"><code>e6669d8</code></a> oci/auth: Add test to check for non-test flags</li> <li><a href="https://github.com/fluxcd/pkg/commit/f01d88487562baea3213bafa064bb21e1abce224"><code>f01d884</code></a> oci: Use controller-runtime pkg/log explicitly</li> <li><a href="https://github.com/fluxcd/pkg/commit/488252ef922e4dcc0ba5bd4b21ea5d317b1251ff"><code>488252e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/643">#643</a> from fluxcd/dependabot/github_actions/ci-81eb07bab1</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/tar/v0.12.0...git/v0.14.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/source-controller/api` from 1.7.4 to 1.8.0 <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.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.8.0/CHANGELOG.md">v1.8.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.8.0</code></li> <li><code>ghcr.io/fluxcd/source-controller:v1.8.0</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.0</h2> <p><strong>Release date:</strong> 2026-02-17</p> <p>This minor release comes with Helm v4 support, cosign v3 verification, and various improvements.</p> <p>⚠️ The <code>v1beta2</code> APIs were removed. Before upgrading the CRDs, Flux users must run <a href="https://redirect.github.com/fluxcd/flux2/pull/5473"><code>flux migrate</code></a> to migrate the cluster storage off <code>v1beta2</code>.</p> <h3>HelmChart</h3> <p>The HelmChart controller now uses Helm v4. The <code>HelmRepository</code> type <code>oci</code> has been moved to maintenance mode, users should migrate to <code>OCIRepository</code>.</p> <p>CRD validation for <code>v1</code> has been aligned with <code>v1beta2</code> so that invalid specs are rejected at admission time.</p> <h3>OCIRepository</h3> <p>The OCIRepository controller now supports verifying artifacts signed with both cosign v2 and cosign v3.</p> <h3>GitRepository</h3> <p>The <code>github</code> provider now supports looking up the GitHub App installation ID automatically, removing the need to configure it manually.</p> <h3>General updates</h3> <p>In addition, the Kubernetes dependencies have been updated to v1.35.0 and the controller is now built with Go 1.26.</p> <p>Improvements:</p> <ul> <li>Upgrade Helm to v4 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1953">#1953</a> <a href="https://redirect.github.com/fluxcd/source-controller/pull/1958">#1958</a> <a href="https://redirect.github.com/fluxcd/source-controller/pull/1980">#1980</a></li> <li>Discover cosign v3 NewBundleFormat for verification <a href="https://redirect.github.com/fluxcd/source-controller/pull/1961">#1961</a></li> <li>Introduce support for looking up GH app installation ID <a href="https://redirect.github.com/fluxcd/source-controller/pull/1963">#1963</a></li> <li>Remove deprecated APIs in group <code>source.toolkit.fluxcd.io/v1beta2</code> <a href="https://redirect.github.com/fluxcd/source-controller/pull/1983">#1983</a></li> <li>Docs: Move <code>HelmRepository</code> type <code>oci</code> to maintenance mode <a href="https://redirect.github.com/fluxcd/source-controller/pull/1985">#1985</a></li> <li>sourcev1: align CRD validation with v1beta2 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1944">#1944</a></li> <li>Various dependency updates</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/source-controller/commit/7fbbcd66663befc3ea37bd7c74b164b52b259241"><code>7fbbcd6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1988">#1988</a> from fluxcd/release-v1.8.0</li> <li><a href="https://github.com/fluxcd/source-controller/commit/7664502165f4f85dd4c92826db0e02b6ecfe4be5"><code>7664502</code></a> Release v1.8.0</li> <li><a href="https://github.com/fluxcd/source-controller/commit/d81200478537ef7c39c04e082e802d90d8da8b3b"><code>d812004</code></a> Add changelog entry for v1.8.0</li> <li><a href="https://github.com/fluxcd/source-controller/commit/a73fcfca0bc457a98284652e0b01008657982170"><code>a73fcfc</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1987">#1987</a> from fluxcd/update-pkg-deps/main</li> <li><a href="https://github.com/fluxcd/source-controller/commit/c32dfc1971e2f06f0388c85fd801bb4c1ae94adb"><code>c32dfc1</code></a> Update fluxcd/pkg dependencies</li> <li><a href="https://github.com/fluxcd/source-controller/commit/2bbbffc1089a6f8b9d278f99391c0818a8f3f367"><code>2bbbffc</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1986">#1986</a> from fluxcd/cmd-bump</li> <li><a href="https://github.com/fluxcd/source-controller/commit/94ca3b59948cd473b06c6158dc167823c2ca5d58"><code>94ca3b5</code></a> Introduce workflow for bumping fluxcd/pkg deps</li> <li><a href="https://github.com/fluxcd/source-controller/commit/9f6d639423bbcb1ca72884163716753bf0142981"><code>9f6d639</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1985">#1985</a> from fluxcd/hr-oci-maintenance</li> <li><a href="https://github.com/fluxcd/source-controller/commit/79727ecf2d3be4eb8029f53aad22a5705b460e6e"><code>79727ec</code></a> Docs: Move HelmRepository type oci to maintenance mode</li> <li><a href="https://github.com/fluxcd/source-controller/commit/e3fb3e75f80ec68f80761a6361f845907245fdfe"><code>e3fb3e7</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1984">#1984</a> from fluxcd/go-1.26</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/source-controller/compare/v1.7.4...v1.8.0">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.35.0 to 0.35.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/4aa217d625944fe92a602d2ed6d3d28cc2748f0c"><code>4aa217d</code></a> Update dependencies to v0.35.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.35.0...v0.35.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.35.0 to 0.35.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/6b81add02ac2aba9ef90483d51c44cc1a06e3060"><code>6b81add</code></a> Update dependencies to v0.35.1 tag</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/09f0433aa40c89b822a123fd556653e282e603fc"><code>09f0433</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/136141">#136141</a> from <a href="https://redirect.github.com/shwetha-s-poojary/automated-cherry-pick-of-/issues/1">shwetha-s-poojary/automated-cherry-pick-of-#1</a>...</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/0089f334dd5f4d2fbbaa91344437f255d6377838"><code>0089f33</code></a> Fixes the flaky test (Issue <a href="https://redirect.github.com/kubernetes/apiextensions-apiserver/issues/132953">#132953</a>)</li> <li>See full diff in <a href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.35.0...v0.35.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/kubernetes/apimachinery/compare/v0.35.0...v0.35.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/cli-runtime` from 0.35.0 to 0.35.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/cli-runtime/commit/5de9a0025b50bcf53d56b118fdc371e6cd4a39c8"><code>5de9a00</code></a> Update dependencies to v0.35.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/cli-runtime/compare/v0.35.0...v0.35.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/client-go` from 0.35.0 to 0.35.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/client-go/commit/b464ad8ba822fa638bfa428de0eb073f1b05d3f6"><code>b464ad8</code></a> Update dependencies to v0.35.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/client-go/compare/v0.35.0...v0.35.1">compare view</a></li> </ul> </details> <br /> Updates `sigs.k8s.io/kustomize/api` from 0.21.0 to 0.21.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kubernetes-sigs/kustomize/releases">sigs.k8s.io/kustomize/api's releases</a>.</em></p> <blockquote> <h2>api/v0.21.1</h2> <p><a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/5990">#5990</a>: fix: allow empty patches files <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6016">#6016</a>: fix: support helm v4 beside v3 <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6038">#6038</a>: Fix a failing test <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6044">#6044</a>: Fix namespace propagation problem at v5.8.0 <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6057">#6057</a>: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6065">#6065</a>: Update kyaml to v0.21.1</p> <h2>cmd/config/v0.21.1</h2> <h2>Chore</h2> <p><a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6065">#6065</a>: Update kyaml to v0.21.1</p> <h2>kyaml/v0.21.1</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/401be204e1c0e91c8122f7cdab5564e38a66cae0"><code>401be20</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6066">#6066</a> from koba1t/pinToCmdConfig</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/8073ce87f0dd0f3a657d12c35d723b039320f9d0"><code>8073ce8</code></a> Update cmd/config to v0.21.1</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/be024c92baa246fc00a554515def2756d3786e6b"><code>be024c9</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6065">#6065</a> from koba1t/pinToKyaml</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/bb26a70573667f5be2c3447c22eb9130f8d234a4"><code>bb26a70</code></a> Update kyaml to v0.21.1</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/798d339d1049c82ba4a286f33f7165ecca1dfe6f"><code>798d339</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6044">#6044</a> from koba1t/fix/namespace_propagation_problem_at_v5.8.0</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/6c8c9cc0e882d5d0a7903543216a402d355185b9"><code>6c8c9cc</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6016">#6016</a> from hmilkovi/fix/helm-4.0</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/02d23d21f016054587b6379066c8766e6d39a1b9"><code>02d23d2</code></a> Merge pull request <a href="https://redirect.github.com/kubernetes-sigs/kustomize/issues/6057">#6057</a> from dims/remove-pkg-errors-dep</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/c6ccb4f208279ab1d43238ef1e43667118460841"><code>c6ccb4f</code></a> Merge branch 'kubernetes-sigs:master' into fix/helm-4.0</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/54848c10497f3bb275c00ff82370f3a90214d042"><code>54848c1</code></a> fix: support helm v4 beside v3 and remove -c flag for helm version as it does...</li> <li><a href="https://github.com/kubernetes-sigs/kustomize/commit/297f2b59bbd60ab6e1ad020f1a35a953ae5ffe5b"><code>297f2b5</code></a> Upgrade json-patch to v4.13.0 to remove pkg/errors dependency</li> <li>Additional commits viewable in <a href="https://github.com/kubernetes-sigs/kustomize/compare/api/v0.21.0...api/v0.21.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea57418 commit 265d036

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ replace github.com/texttheater/golang-levenshtein => github.com/texttheater/gola
1010
replace github.com/ThalesIgnite/crypto11 => github.com/ThalesGroup/crypto11 v1.6.0
1111

1212
require (
13-
code.gitea.io/sdk/gitea v0.22.1
13+
code.gitea.io/sdk/gitea v0.23.2
1414
github.com/fluxcd/cli-utils v0.37.1-flux.1
1515
github.com/fluxcd/flux2/v2 v2.7.5
16-
github.com/fluxcd/helm-controller/api v1.4.5
17-
github.com/fluxcd/image-automation-controller/api v1.0.4
18-
github.com/fluxcd/image-reflector-controller/api v1.0.4
19-
github.com/fluxcd/kustomize-controller/api v1.7.3
20-
github.com/fluxcd/notification-controller/api v1.7.5
16+
github.com/fluxcd/helm-controller/api v1.5.0
17+
github.com/fluxcd/image-automation-controller/api v1.1.0
18+
github.com/fluxcd/image-reflector-controller/api v1.1.0
19+
github.com/fluxcd/kustomize-controller/api v1.8.0
20+
github.com/fluxcd/notification-controller/api v1.8.0
2121
github.com/fluxcd/pkg/apis/meta v1.25.0
22-
github.com/fluxcd/pkg/runtime v0.97.0
23-
github.com/fluxcd/pkg/ssa v0.65.0
24-
github.com/fluxcd/pkg/version v0.12.0
25-
github.com/fluxcd/source-controller/api v1.7.4
22+
github.com/fluxcd/pkg/runtime v0.102.0
23+
github.com/fluxcd/pkg/ssa v0.69.0
24+
github.com/fluxcd/pkg/version v0.14.0
25+
github.com/fluxcd/source-controller/api v1.8.0
2626
github.com/open-component-model/git-controller v0.12.1
2727
github.com/open-component-model/ocm-controller v0.28.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.0
31-
k8s.io/apiextensions-apiserver v0.35.0
32-
k8s.io/apimachinery v0.35.0
33-
k8s.io/cli-runtime v0.35.0
34-
k8s.io/client-go v0.35.0
30+
k8s.io/api v0.35.1
31+
k8s.io/apiextensions-apiserver v0.35.1
32+
k8s.io/apimachinery v0.35.1
33+
k8s.io/cli-runtime v0.35.1
34+
k8s.io/client-go v0.35.1
3535
ocm.software/ocm v0.35.0
3636
sigs.k8s.io/controller-runtime v0.23.1
3737
sigs.k8s.io/e2e-framework v0.6.0
38-
sigs.k8s.io/kustomize/api v0.21.0
38+
sigs.k8s.io/kustomize/api v0.21.1
3939
sigs.k8s.io/yaml v1.6.0
4040
)
4141

@@ -378,14 +378,14 @@ require (
378378
gopkg.in/yaml.v2 v2.4.0 // indirect
379379
gopkg.in/yaml.v3 v3.0.1 // indirect
380380
helm.sh/helm/v3 v3.19.2 // indirect
381-
k8s.io/component-base v0.35.0 // indirect
381+
k8s.io/component-base v0.35.1 // indirect
382382
k8s.io/klog/v2 v2.130.1 // indirect
383383
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
384384
k8s.io/kubectl v0.35.0 // indirect
385385
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
386386
oras.land/oras-go/v2 v2.6.0 // indirect
387387
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
388-
sigs.k8s.io/kustomize/kyaml v0.21.0 // indirect
388+
sigs.k8s.io/kustomize/kyaml v0.21.1 // indirect
389389
sigs.k8s.io/randfill v1.0.0 // indirect
390390
sigs.k8s.io/release-utils v0.12.3 // indirect
391391
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect

go.sum

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ cloud.google.com/go/kms v1.23.2 h1:4IYDQL5hG4L+HzJBhzejUySoUOheh3Lk5YT4PCyyW6k=
1515
cloud.google.com/go/kms v1.23.2/go.mod h1:rZ5kK0I7Kn9W4erhYVoIRPtpizjunlrfU4fUkumUp8g=
1616
cloud.google.com/go/longrunning v0.7.0 h1:FV0+SYF1RIj59gyoWDRi45GiYUMM3K1qO51qoboQT1E=
1717
cloud.google.com/go/longrunning v0.7.0/go.mod h1:ySn2yXmjbK9Ba0zsQqunhDkYi0+9rlXIwnoAf+h+TPY=
18-
code.gitea.io/sdk/gitea v0.22.1 h1:7K05KjRORyTcTYULQ/AwvlVS6pawLcWyXZcTr7gHFyA=
19-
code.gitea.io/sdk/gitea v0.22.1/go.mod h1:yyF5+GhljqvA30sRDreoyHILruNiy4ASufugzYg0VHM=
18+
code.gitea.io/sdk/gitea v0.23.2 h1:iJB1FDmLegwfwjX8gotBDHdPSbk/ZR8V9VmEJaVsJYg=
19+
code.gitea.io/sdk/gitea v0.23.2/go.mod h1:yyF5+GhljqvA30sRDreoyHILruNiy4ASufugzYg0VHM=
2020
dario.cat/mergo v1.0.2 h1:85+piFYR1tMbRrLcDwR18y4UKJ3aH1Tbzi24VRW1TK8=
2121
dario.cat/mergo v1.0.2/go.mod h1:E/hbnu0NxMFBjpMIE34DRGLWqDy0g5FuKDhCb31ngxA=
2222
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
@@ -357,16 +357,16 @@ github.com/fluxcd/cli-utils v0.37.1-flux.1 h1:WnG2mHxCPZMj/soIq/S/1zvbrGCJN3GJGb
357357
github.com/fluxcd/cli-utils v0.37.1-flux.1/go.mod h1:aND5wX3LuTFtB7eUT7vsWr8mmxRVSPR2Wkvbn0SqPfw=
358358
github.com/fluxcd/flux2/v2 v2.7.5 h1:pO1izlrIuCa+domvk0guJ0gaWoBbrNeKZ829jiRS4lA=
359359
github.com/fluxcd/flux2/v2 v2.7.5/go.mod h1:jEGV0Ip2lMKYnfU8+KEJwF6wM1oryl7uXB9Y/KM6vNI=
360-
github.com/fluxcd/helm-controller/api v1.4.5 h1:hMEBtgXUbJjp+ah0jPI3OOQNVngoToOQvTgFgVpAjNg=
361-
github.com/fluxcd/helm-controller/api v1.4.5/go.mod h1:rCgx3qhjjtoIH+1EbzFC2vN71/pp0PgMDrZnGCZX5XY=
362-
github.com/fluxcd/image-automation-controller/api v1.0.4 h1:Fgdy97hXkyh/JFjxLIyq4ZDHsKsa49aumtrvIyjVd08=
363-
github.com/fluxcd/image-automation-controller/api v1.0.4/go.mod h1:LLBf4XQJAgnpIMlZUwfpVIkCdUtBOi31B6fDbPwBCq4=
364-
github.com/fluxcd/image-reflector-controller/api v1.0.4 h1:/JGpTZf4eMcKG2FpWfP5H7SneSrD5P8EvwGnHiH/WLY=
365-
github.com/fluxcd/image-reflector-controller/api v1.0.4/go.mod h1:5GS4ojHaz+W6hK80WakGIOYk8sn93AyV5X+YOne1XMw=
366-
github.com/fluxcd/kustomize-controller/api v1.7.3 h1:g+C9Il+H33DQi/ZiQ8KpTvL9KXebXnS4oM/0uJ/C8Gw=
367-
github.com/fluxcd/kustomize-controller/api v1.7.3/go.mod h1:Yj80JyfQpBUgLhsUZ/c86qcvPGO2+P1VCKsb8fL+L/k=
368-
github.com/fluxcd/notification-controller/api v1.7.5 h1:6CO5bKyjodiK9exQFOdBcz0XLeo17rrrWQBTJL9NNa8=
369-
github.com/fluxcd/notification-controller/api v1.7.5/go.mod h1:IciwSg8Q0pVtdbsyDyEXx/MxBKWeagxAazpm64C8oCE=
360+
github.com/fluxcd/helm-controller/api v1.5.0 h1:M82IuZxDiwTinwq9ASBQ4VjPP0dPJwW576GZZk3mqdY=
361+
github.com/fluxcd/helm-controller/api v1.5.0/go.mod h1:Yr0y7GKizbvQQGK5wBX6sGCZrTY86AN9n1PNEsji2XE=
362+
github.com/fluxcd/image-automation-controller/api v1.1.0 h1:CLPNHQskX0falo4s1suG1ztUe9IGaY9q5ntcz5Fxt9A=
363+
github.com/fluxcd/image-automation-controller/api v1.1.0/go.mod h1:dIpTDlWgUfjvdGZCNfe8Ht9sCiHwRbJDoIbwfLQ56wc=
364+
github.com/fluxcd/image-reflector-controller/api v1.1.0 h1:7TtE9DrCnlH1Wn3R3UKXJHNhX/FgS0ejdjFKHzl+XHs=
365+
github.com/fluxcd/image-reflector-controller/api v1.1.0/go.mod h1:hLGsqTv3RydJXaApmN+ZtIOHNxlUdmuOJl323x6dsPE=
366+
github.com/fluxcd/kustomize-controller/api v1.8.0 h1:NqDgjqUwotXaHhvd5z46xOhe1O/NPzycXExbuHRmt38=
367+
github.com/fluxcd/kustomize-controller/api v1.8.0/go.mod h1:+ZJB/dIGbnSzZ5J/kiJ8n0USmLNAjfeZU6Xfra0oMZA=
368+
github.com/fluxcd/notification-controller/api v1.8.0 h1:KF0+Fq8WVtmUUnj66ymPBo11/ZmSrVHES3toJojJ1CA=
369+
github.com/fluxcd/notification-controller/api v1.8.0/go.mod h1:tGlTJS+hSLbgQm1L78hl6N3iWbTerifh1V5Qm8we4Zo=
370370
github.com/fluxcd/pkg/apis/acl v0.9.0 h1:wBpgsKT+jcyZEcM//OmZr9RiF8klL3ebrDp2u2ThsnA=
371371
github.com/fluxcd/pkg/apis/acl v0.9.0/go.mod h1:TttNS+gocsGLwnvmgVi3/Yscwqrjc17+vhgYfqkfrV4=
372372
github.com/fluxcd/pkg/apis/kustomize v1.15.0 h1:p8wPIxdmn0vy0a664rsE9JKCfnliZz4HUsDcTy4ZOxA=
@@ -375,16 +375,16 @@ github.com/fluxcd/pkg/apis/meta v1.25.0 h1:fmZgMoe7yITGfhFqdOs7w2GOu3Y/2Vvz4+4p/
375375
github.com/fluxcd/pkg/apis/meta v1.25.0/go.mod h1:1D92RqAet0/n/cH5S0khBXweirHWkw9rCO0V4NCY6xc=
376376
github.com/fluxcd/pkg/kustomize v1.24.0 h1:ckFB7hh9FpJA1Oy3bYl88p9On/zsZZTbwlLBgP6eUkA=
377377
github.com/fluxcd/pkg/kustomize v1.24.0/go.mod h1:cydG0vKpDuUaoP5STpKfxY3zqgzaARv5HsWDOFyt5nA=
378-
github.com/fluxcd/pkg/runtime v0.97.0 h1:NZ9ZL2RE6J4yNDHI7ZNmL/OnCsDWurzVIvws73FYMz8=
379-
github.com/fluxcd/pkg/runtime v0.97.0/go.mod h1:FyjNMFNAERkCsF/muTWJYU9MZOsq/m4Sc4aQk/EgQ9E=
380-
github.com/fluxcd/pkg/ssa v0.65.0 h1:pvPYmBmfqS0sRNoi4/IUoocBbglYuD/OJLgOuxMJ9+o=
381-
github.com/fluxcd/pkg/ssa v0.65.0/go.mod h1:RjvVjJIoRo1ecsv91yMuiqzO6cpNag80M6MOB/vrJdc=
378+
github.com/fluxcd/pkg/runtime v0.102.0 h1:mFgs468p/mCOYQq0s4m4nWkB3AhfLNZ/hiTWQNpixqo=
379+
github.com/fluxcd/pkg/runtime v0.102.0/go.mod h1:SctSsHvFwUfiOVP1zirP6mo7I8wQtXeWVl2lNQWal88=
380+
github.com/fluxcd/pkg/ssa v0.69.0 h1:rwCGQ+wn2AbxSfxt8/hBcyce0qZDnyvX72iIutr1Fbc=
381+
github.com/fluxcd/pkg/ssa v0.69.0/go.mod h1:PFXVjChubQOiWDxalpwh6PzRsEswGqnKwZB4ScoxDx4=
382382
github.com/fluxcd/pkg/tar v0.16.0 h1:P7hR2FjLBuI9AIndRqrZaO7VYFbbBzbYMBsLe2hh7fI=
383383
github.com/fluxcd/pkg/tar v0.16.0/go.mod h1:Bz1DmQ5vTY3/HLWw9LM0kHRL1vtgF4eVs5QmeRAD8UM=
384-
github.com/fluxcd/pkg/version v0.12.0 h1:MGbdbNf2D5wazMqAkNPn+Lh5j+oY0gxQJFTGyet5Hfc=
385-
github.com/fluxcd/pkg/version v0.12.0/go.mod h1:YHdg/78kzf+kCqS+SqSOiUxum5AjxlixiqwpX6AUZB8=
386-
github.com/fluxcd/source-controller/api v1.7.4 h1:+EOVnRA9LmLxOx7J273l7IOEU39m+Slt/nQGBy69ygs=
387-
github.com/fluxcd/source-controller/api v1.7.4/go.mod h1:ruf49LEgZRBfcP+eshl2n9SX1MfHayCcViAIGnZcaDY=
384+
github.com/fluxcd/pkg/version v0.14.0 h1:T3llSc8sUnsuFrW5ng2ePSfXwGXUKv0YG9QXf0ErhWw=
385+
github.com/fluxcd/pkg/version v0.14.0/go.mod h1:YHdg/78kzf+kCqS+SqSOiUxum5AjxlixiqwpX6AUZB8=
386+
github.com/fluxcd/source-controller/api v1.8.0 h1:ndrYmcv6ZMcdQHFSUkOrFVDO7h16SfDBSw/DOqf/LPo=
387+
github.com/fluxcd/source-controller/api v1.8.0/go.mod h1:1O7+sMbqc1+3tPvjmtgFz+bASTl794Y9SxpebHDDSGA=
388388
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI=
389389
github.com/foxcpp/go-mockdns v1.1.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk=
390390
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
@@ -1263,18 +1263,18 @@ helm.sh/helm/v3 v3.19.2 h1:psQjaM8aIWrSVEly6PgYtLu/y6MRSmok4ERiGhZmtUY=
12631263
helm.sh/helm/v3 v3.19.2/go.mod h1:gX10tB5ErM+8fr7bglUUS/UfTOO8UUTYWIBH1IYNnpE=
12641264
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
12651265
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
1266-
k8s.io/api v0.35.0 h1:iBAU5LTyBI9vw3L5glmat1njFK34srdLmktWwLTprlY=
1267-
k8s.io/api v0.35.0/go.mod h1:AQ0SNTzm4ZAczM03QH42c7l3bih1TbAXYo0DkF8ktnA=
1268-
k8s.io/apiextensions-apiserver v0.35.0 h1:3xHk2rTOdWXXJM+RDQZJvdx0yEOgC0FgQ1PlJatA5T4=
1269-
k8s.io/apiextensions-apiserver v0.35.0/go.mod h1:E1Ahk9SADaLQ4qtzYFkwUqusXTcaV2uw3l14aqpL2LU=
1270-
k8s.io/apimachinery v0.35.0 h1:Z2L3IHvPVv/MJ7xRxHEtk6GoJElaAqDCCU0S6ncYok8=
1271-
k8s.io/apimachinery v0.35.0/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
1272-
k8s.io/cli-runtime v0.35.0 h1:PEJtYS/Zr4p20PfZSLCbY6YvaoLrfByd6THQzPworUE=
1273-
k8s.io/cli-runtime v0.35.0/go.mod h1:VBRvHzosVAoVdP3XwUQn1Oqkvaa8facnokNkD7jOTMY=
1274-
k8s.io/client-go v0.35.0 h1:IAW0ifFbfQQwQmga0UdoH0yvdqrbwMdq9vIFEhRpxBE=
1275-
k8s.io/client-go v0.35.0/go.mod h1:q2E5AAyqcbeLGPdoRB+Nxe3KYTfPce1Dnu1myQdqz9o=
1276-
k8s.io/component-base v0.35.0 h1:+yBrOhzri2S1BVqyVSvcM3PtPyx5GUxCK2tinZz1G94=
1277-
k8s.io/component-base v0.35.0/go.mod h1:85SCX4UCa6SCFt6p3IKAPej7jSnF3L8EbfSyMZayJR0=
1266+
k8s.io/api v0.35.1 h1:0PO/1FhlK/EQNVK5+txc4FuhQibV25VLSdLMmGpDE/Q=
1267+
k8s.io/api v0.35.1/go.mod h1:28uR9xlXWml9eT0uaGo6y71xK86JBELShLy4wR1XtxM=
1268+
k8s.io/apiextensions-apiserver v0.35.1 h1:p5vvALkknlOcAqARwjS20kJffgzHqwyQRM8vHLwgU7w=
1269+
k8s.io/apiextensions-apiserver v0.35.1/go.mod h1:2CN4fe1GZ3HMe4wBr25qXyJnJyZaquy4nNlNmb3R7AQ=
1270+
k8s.io/apimachinery v0.35.1 h1:yxO6gV555P1YV0SANtnTjXYfiivaTPvCTKX6w6qdDsU=
1271+
k8s.io/apimachinery v0.35.1/go.mod h1:jQCgFZFR1F4Ik7hvr2g84RTJSZegBc8yHgFWKn//hns=
1272+
k8s.io/cli-runtime v0.35.1 h1:uKcXFe8J7AMAM4Gm2JDK4mp198dBEq2nyeYtO+JfGJE=
1273+
k8s.io/cli-runtime v0.35.1/go.mod h1:55/hiXIq1C8qIJ3WBrWxEwDLdHQYhBNRdZOz9f7yvTw=
1274+
k8s.io/client-go v0.35.1 h1:+eSfZHwuo/I19PaSxqumjqZ9l5XiTEKbIaJ+j1wLcLM=
1275+
k8s.io/client-go v0.35.1/go.mod h1:1p1KxDt3a0ruRfc/pG4qT/3oHmUj1AhSHEcxNSGg+OA=
1276+
k8s.io/component-base v0.35.1 h1:XgvpRf4srp037QWfGBLFsYMUQJkE5yMa94UsJU7pmcE=
1277+
k8s.io/component-base v0.35.1/go.mod h1:HI/6jXlwkiOL5zL9bqA3en1Ygv60F03oEpnuU1G56Bs=
12781278
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
12791279
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
12801280
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 h1:Y3gxNAuB0OBLImH611+UDZcmKS3g6CthxToOb37KgwE=
@@ -1295,10 +1295,10 @@ sigs.k8s.io/e2e-framework v0.6.0 h1:p7hFzHnLKO7eNsWGI2AbC1Mo2IYxidg49BiT4njxkrM=
12951295
sigs.k8s.io/e2e-framework v0.6.0/go.mod h1:IREnCHnKgRCioLRmNi0hxSJ1kJ+aAdjEKK/gokcZu4k=
12961296
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg=
12971297
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
1298-
sigs.k8s.io/kustomize/api v0.21.0 h1:I7nry5p8iDJbuRdYS7ez8MUvw7XVNPcIP5GkzzuXIIQ=
1299-
sigs.k8s.io/kustomize/api v0.21.0/go.mod h1:XGVQuR5n2pXKWbzXHweZU683pALGw/AMVO4zU4iS8SE=
1300-
sigs.k8s.io/kustomize/kyaml v0.21.0 h1:7mQAf3dUwf0wBerWJd8rXhVcnkk5Tvn/q91cGkaP6HQ=
1301-
sigs.k8s.io/kustomize/kyaml v0.21.0/go.mod h1:hmxADesM3yUN2vbA5z1/YTBnzLJ1dajdqpQonwBL1FQ=
1298+
sigs.k8s.io/kustomize/api v0.21.1 h1:lzqbzvz2CSvsjIUZUBNFKtIMsEw7hVLJp0JeSIVmuJs=
1299+
sigs.k8s.io/kustomize/api v0.21.1/go.mod h1:f3wkKByTrgpgltLgySCntrYoq5d3q7aaxveSagwTlwI=
1300+
sigs.k8s.io/kustomize/kyaml v0.21.1 h1:IVlbmhC076nf6foyL6Taw4BkrLuEsXUXNpsE+ScX7fI=
1301+
sigs.k8s.io/kustomize/kyaml v0.21.1/go.mod h1:hmxADesM3yUN2vbA5z1/YTBnzLJ1dajdqpQonwBL1FQ=
13021302
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=
13031303
sigs.k8s.io/randfill v1.0.0/go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY=
13041304
sigs.k8s.io/release-utils v0.12.3 h1:iNVJY81QfmMCmXxMg8IvvkkeQNk6ZWlLj+iPKSlKyVQ=

0 commit comments

Comments
 (0)