Skip to content

Commit e41f180

Browse files
chore(deps): bump the go group across 1 directory with 21 updates (#191)
Bumps the go group with 4 updates in the / directory: code.gitea.io/sdk/gitea, [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2), [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) and [sigs.k8s.io/kustomize/api](https://github.com/kubernetes-sigs/kustomize). Updates `code.gitea.io/sdk/gitea` from 0.22.0 to 0.22.1 Updates `github.com/fluxcd/flux2/v2` from 2.6.4 to 2.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/flux2/releases">github.com/fluxcd/flux2/v2's releases</a>.</em></p> <blockquote> <h2>v2.7.3</h2> <h2>Highlights</h2> <p>Flux v2.7.3 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience.</p> <p>ℹ️ Please follow the <a href="https://github.com/fluxcd/flux2/discussions/5572">Upgrade Procedure for Flux v2.7+</a> for a smooth upgrade from Flux v2.6 to the latest version.</p> <p>Fixes:</p> <ul> <li>Restore SOCKS5 proxy support in all controllers</li> <li>Fix status reporting of HelmReleases with <code>RetryOnFailure</code> strategy</li> <li>Automated retries for ImagePolicies when no image tags are found in the database</li> <li>Fix alerting for Telegram's <code>message_thread_id</code></li> <li>Allow running kustomize-controller and helm-controller on the same loopback interface as source-watcher</li> </ul> <p>:warning: Note that signature verification for OCI artifacts in source-controller is not compatible with Cosign v3. Users are advised to use <a href="https://fluxcd.io/flux/flux-gh-action/#push-and-sign-kubernetes-manifests-to-container-registries">Cosign v2.6</a> for signing Flux OCI artifacts and Helm charts, until support for Cosign v3 is added in Flux v2.8.</p> <h2>Components changelog</h2> <ul> <li>source-controller <a href="https://github.com/fluxcd/source-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3</a></li> <li>kustomize-controller <a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.2/CHANGELOG.md">v1.7.2</a></li> <li>notification-controller <a href="https://github.com/fluxcd/notification-controller/blob/v1.7.4/CHANGELOG.md">v1.7.4</a></li> <li>helm-controller <a href="https://github.com/fluxcd/helm-controller/blob/v1.4.3/CHANGELOG.md">v1.4.3</a></li> <li>image-reflector-controller <a href="https://github.com/fluxcd/image-reflector-controller/blob/v1.0.3/CHANGELOG.md">v1.0.3</a></li> <li>image-automation-controller <a href="https://github.com/fluxcd/image-automation-controller/blob/v1.0.3/CHANGELOG.md">v1.0.3</a></li> </ul> <h2>CLI changelog</h2> <ul> <li>[release/v2.7.x] Pin cosign to v2.6.1 by <a href="https://github.com/fluxcdbot"><code>@​fluxcdbot</code></a> in <a href="https://redirect.github.com/fluxcd/flux2/pull/5595">fluxcd/flux2#5595</a></li> <li>[release/v2.7.x] Update toolkit components by <a href="https://github.com/fluxcdbot"><code>@​fluxcdbot</code></a> in <a href="https://redirect.github.com/fluxcd/flux2/pull/5605">fluxcd/flux2#5605</a></li> <li>[release/v2.7.x] fix: return accepted values for flags when calling Values.Type() by <a href="https://github.com/fluxcdbot"><code>@​fluxcdbot</code></a> in <a href="https://redirect.github.com/fluxcd/flux2/pull/5606">fluxcd/flux2#5606</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fluxcd/flux2/compare/v2.7.2...v2.7.3">https://github.com/fluxcd/flux2/compare/v2.7.2...v2.7.3</a></p> <h2>v2.7.2</h2> <h2>Highlights</h2> <p>Flux v2.7.2 is a patch release that comes with security fixes. Users are encouraged to upgrade for the best experience.</p> <p>ℹ️ Please follow the <a href="https://github.com/fluxcd/flux2/discussions/5572">Upgrade Procedure for Flux v2.7+</a> for a smooth upgrade from Flux v2.6 to the latest version.</p> <p>All Flux components are now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib that could lead to denial of service. The list of security fixes can be found in the <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">Go 1.25.2 release notes</a>.</p> <h2>Components changelog</h2> <ul> <li>source-controller <a href="https://github.com/fluxcd/source-controller/blob/v1.7.2/CHANGELOG.md">v1.7.2</a></li> <li>kustomize-controller <a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.1/CHANGELOG.md">v1.7.1</a></li> <li>notification-controller <a href="https://github.com/fluxcd/notification-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/flux2/commit/b6e76ca2534f76dcb8dd94fb057cdfa923c3b641"><code>b6e76ca</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5606">#5606</a> from fluxcd/backport-5602-to-release/v2.7.x</li> <li><a href="https://github.com/fluxcd/flux2/commit/e084250147016da777198245790c42a6d45446f0"><code>e084250</code></a> fix: return supported values for flags when calling Values.Type()</li> <li><a href="https://github.com/fluxcd/flux2/commit/c3bc3d59b308f0c44285b2629c51632d88fe5951"><code>c3bc3d5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5605">#5605</a> from fluxcd/backport-5603-to-release/v2.7.x</li> <li><a href="https://github.com/fluxcd/flux2/commit/1295ba285e98bd6ee1fa2932ec0f7e4052189b9b"><code>1295ba2</code></a> Fix bootstrap e2e test for image policy</li> <li><a href="https://github.com/fluxcd/flux2/commit/41ebc0e0f93f9bf1490c8cb1b5a6f6c41646c61a"><code>41ebc0e</code></a> Update toolkit components</li> <li><a href="https://github.com/fluxcd/flux2/commit/67d2fb09a47ee2b9b454dc85eda8971edff57969"><code>67d2fb0</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5595">#5595</a> from fluxcd/backport-5594-to-release/v2.7.x</li> <li><a href="https://github.com/fluxcd/flux2/commit/888e8a9affc6da3fb934efc9e3ff2f32fa06fd57"><code>888e8a9</code></a> Pin cosign to v2.6.1</li> <li><a href="https://github.com/fluxcd/flux2/commit/4a15fa6a023259353ef750acf1c98fe88407d4d0"><code>4a15fa6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5579">#5579</a> from fluxcd/backport-5578-to-release/v2.7.x</li> <li><a href="https://github.com/fluxcd/flux2/commit/6adffe74c486b777955de3124164c665aaa7ca03"><code>6adffe7</code></a> Update toolkit components</li> <li><a href="https://github.com/fluxcd/flux2/commit/e8213d75a6d70ccb2e6cd7c3f721b769d7ad8f75"><code>e8213d7</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/flux2/issues/5577">#5577</a> from fluxcd/backport-5576-to-release/v2.7.x</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/flux2/compare/v2.6.4...v2.7.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/helm-controller/api` from 1.3.0 to 1.4.3 <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.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.4.3/CHANGELOG.md">v1.4.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.4.3</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.4.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> <h2>v1.4.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.4.2/CHANGELOG.md">v1.4.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.4.2</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.4.2</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> <h2>v1.4.1</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/helm-controller/blob/v1.4.1/CHANGELOG.md">v1.4.1 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/helm-controller:v1.4.1</code></li> <li><code>ghcr.io/fluxcd/helm-controller:v1.4.1</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> <h2>v1.4.0</h2> <h2>Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.3</h2> <p><strong>Release date:</strong> 2025-10-28</p> <p>This patch release comes with various fixes and improvements.</p> <p>Fixes:</p> <ul> <li>Fix status reporting for RetryOnFailure strategy <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1338">#1338</a></li> </ul> <p>Improvements:</p> <ul> <li>Allow fetching charts from a local source-watcher <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1341">#1341</a></li> </ul> <h2>1.4.2</h2> <p><strong>Release date:</strong> 2025-10-08</p> <p>This patch release comes with various dependency updates.</p> <p>The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib: <a href="https://redirect.github.com/golang/go/issues/75677">CVE-2025-58183</a>, <a href="https://redirect.github.com/golang/go/issues/75675">CVE-2025-58188</a> and many others. The full list of security fixes can be found <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">here</a>.</p> <p>Improvements:</p> <ul> <li>Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1329">#1329</a></li> </ul> <h2>1.4.1</h2> <p><strong>Release date:</strong> 2025-10-06</p> <p>This patch release fixes the controller setting the <code>Ready</code> condition to <code>Unknown</code> redundantly during reconciliation.</p> <p>Fixes:</p> <ul> <li>Remove redundant Ready condition setter <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1323">#1323</a></li> <li>Fix docs example for kubeconfig workload identity <a href="https://redirect.github.com/fluxcd/helm-controller/pull/1315">#1315</a></li> </ul> <h2>1.4.0</h2> <p><strong>Release date:</strong> 2025-09-25</p> <p>This minor release comes with various bug fixes and improvements.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/helm-controller/commit/2ca186e26ce7df3a7af0d43f00250425003802a0"><code>2ca186e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1343">#1343</a> from fluxcd/release-v1.4.3</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/88252225f9881e86383c1a987d86373f262e6f1e"><code>8825222</code></a> Release v1.4.3</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/6c0d3928d1550eaee44789ab64093826745c2ae1"><code>6c0d392</code></a> Add changelog entry for v1.4.3</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/a0ffd46ece0fdc3d0e18e7a136dcd8e797b1e25c"><code>a0ffd46</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1342">#1342</a> from fluxcd/backport-1341-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/9c0e60e6818950e379ae7d422826c136e105c0f7"><code>9c0e60e</code></a> Allow fetching charts from a local source-watcher</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/168e681ab98860988dc05c1686a1a23527dfeffc"><code>168e681</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1339">#1339</a> from fluxcd/backport-1338-to-release/v1.4.x</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/fdce985f504a607c9d832bdc94fccde9ba82266f"><code>fdce985</code></a> Fix status reporting for <code>RetryOnFailure</code> strategy</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/310cd465b6fae0bea96a5b518db2d5574b549e42"><code>310cd46</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/helm-controller/issues/1331">#1331</a> from fluxcd/release-v1.4.2</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/bcd4b75f69241ec840aab9cd36dff4eaf24bccd5"><code>bcd4b75</code></a> Release v1.4.2</li> <li><a href="https://github.com/fluxcd/helm-controller/commit/955ccc2fc7325cfb1a670b00a6e04cb2fe53a1b5"><code>955ccc2</code></a> Add changelog entry for v1.4.2</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/helm-controller/compare/v1.3.0...v1.4.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-automation-controller/api` from 0.41.2 to 1.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/image-automation-controller/releases">github.com/fluxcd/image-automation-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.0.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-automation-controller/blob/v1.0.3/CHANGELOG.md">v1.0.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-automation-controller:v1.0.3</code></li> <li><code>ghcr.io/fluxcd/image-automation-controller:v1.0.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> <h2>v1.0.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-automation-controller/blob/v1.0.2/CHANGELOG.md">v1.0.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-automation-controller:v1.0.2</code></li> <li><code>ghcr.io/fluxcd/image-automation-controller:v1.0.2</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> <h2>v1.0.1</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-automation-controller/blob/v1.0.1/CHANGELOG.md">v1.0.1 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-automation-controller:v1.0.1</code></li> <li><code>ghcr.io/fluxcd/image-automation-controller:v1.0.1</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> <h2>v1.0.0</h2> <h2>Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.3</h2> <p><strong>Release date:</strong> 2025-10-28</p> <p>This patch release fixes support for SOCKS5 proxy in the controller APIs.</p> <p>Fixes:</p> <ul> <li>Restore SOCKS5 proxy support <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/984">#984</a></li> </ul> <h2>1.0.2</h2> <p><strong>Release date:</strong> 2025-10-08</p> <p>This patch release comes with various dependency updates.</p> <p>The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib: <a href="https://redirect.github.com/golang/go/issues/75677">CVE-2025-58183</a>, <a href="https://redirect.github.com/golang/go/issues/75675">CVE-2025-58188</a> and many others. The full list of security fixes can be found <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">here</a>.</p> <p>Improvements:</p> <ul> <li>Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/978">#978</a></li> </ul> <h2>1.0.1</h2> <p><strong>Release date:</strong> 2025-09-28</p> <p>This patch release fixes the Git checkout reference name not being taken into account when checking out the Git repository.</p> <p>Fixes:</p> <ul> <li>Fix checkout reference name not taken into account <a href="https://redirect.github.com/fluxcd/image-automation-controller/pull/973">#973</a></li> </ul> <h2>1.0.0</h2> <p><strong>Release date:</strong> 2025-09-16</p> <p>This is the first GA release of the image-automation-controller. It comes with various bug fixes and improvements.</p> <p>The <code>ImageUpdateAutomation</code> API has been promoted to <code>v1</code> (GA) status. The <code>v1</code> API is backwards compatible with <code>v1beta2</code>.</p> <p>⚠️ The <code>v1beta1</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>v1beta1</code>. After the upgrade, all manifests in Git which contain <code>ImagePolicy</code>, <code>ImageRepository</code> and <code>ImageUpdateAutomation</code> definitions must be updated to:</p> <pre lang="yaml"><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/d6d6faf234b0cd6bc0cb4252fb0918c5f6a037de"><code>d6d6faf</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/986">#986</a> from fluxcd/release-v1.0.3</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/7c252b3c3e4e6451a5108cba892b34b510a5f2db"><code>7c252b3</code></a> Release v1.0.3</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/350bc8e9c8d6cc00131b619d0db7b1d2829d70e5"><code>350bc8e</code></a> Add changelog entry for v1.0.3</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/9406311d70886c9114029670174da84d3d75133b"><code>9406311</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/985">#985</a> from fluxcd/backport-984-to-release/v1.0.x</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/548c49ed10de34af5b40f7821c6b1d1fd3832719"><code>548c49e</code></a> Restore SOCKS5 proxy support</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/dacc8ee6a160c71103eb843e439617ca634bf766"><code>dacc8ee</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/981">#981</a> from fluxcd/release-v1.0.2</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/e0585efdcb8a68392b42c2641d34dc1f61aefc21"><code>e0585ef</code></a> Release v1.0.2</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/0ef8d4ba78f8a2c81c91612f580156beae6ae631"><code>0ef8d4b</code></a> Add changelog entry for v1.0.2</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/78efff56128dd3caf67968cd0d30e8b87b766771"><code>78efff5</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-automation-controller/issues/980">#980</a> from fluxcd/backport-978</li> <li><a href="https://github.com/fluxcd/image-automation-controller/commit/4ae864314d779ba04a1c032aaaffcbff98bb1d94"><code>4ae8643</code></a> Update dependencies to Kubernetes v1.34.1 and Go 1.25.2</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/image-automation-controller/compare/v0.41.2...v1.0.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/image-reflector-controller/api` from 0.35.2 to 1.0.3 <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.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-reflector-controller/blob/v1.0.3/CHANGELOG.md">v1.0.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-reflector-controller:v1.0.3</code></li> <li><code>ghcr.io/fluxcd/image-reflector-controller:v1.0.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> <h2>v1.0.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-reflector-controller/blob/v1.0.2/CHANGELOG.md">v1.0.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-reflector-controller:v1.0.2</code></li> <li><code>ghcr.io/fluxcd/image-reflector-controller:v1.0.2</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> <h2>v1.0.1</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/image-reflector-controller/blob/v1.0.1/CHANGELOG.md">v1.0.1 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/image-reflector-controller:v1.0.1</code></li> <li><code>ghcr.io/fluxcd/image-reflector-controller:v1.0.1</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> <h2>v1.0.0</h2> <h2>Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.3</h2> <p><strong>Release date:</strong> 2025-10-28</p> <p>This patch release fixes support for SOCKS5 proxy in the controller APIs and implements automated retries for <code>ImagePolicy</code> when no image tags are found in the database.</p> <p>Fixes:</p> <ul> <li>Retry policy resolution when no tags found in database <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/845">#845</a></li> <li>Restore SOCKS5 proxy support <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/840">#840</a></li> </ul> <h2>1.0.2</h2> <p><strong>Release date:</strong> 2025-10-08</p> <p>This patch release comes with various dependency updates.</p> <p>The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib: <a href="https://redirect.github.com/golang/go/issues/75677">CVE-2025-58183</a>, <a href="https://redirect.github.com/golang/go/issues/75675">CVE-2025-58188</a> and many others. The full list of security fixes can be found <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">here</a>.</p> <p>Improvements:</p> <ul> <li>Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/836">#836</a></li> </ul> <h2>1.0.1</h2> <p><strong>Release date:</strong> 2025-09-20</p> <p>This patch release fixes the ImagePolicy controller not watching reconcile requests performed by adding the reconcile annotation to the object.</p> <p>Fixes:</p> <ul> <li>Fix controllers not watching reconcile requests from annotations <a href="https://redirect.github.com/fluxcd/image-reflector-controller/pull/824">#824</a></li> </ul> <h2>1.0.0</h2> <p><strong>Release date:</strong> 2025-09-15</p> <p>This is the first GA release of the image-reflector-controller. It comes with various bug fixes and improvements.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/838163053b6f7c2f11e44c4de01c3ff3a9bfd2b4"><code>8381630</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/847">#847</a> from fluxcd/release-v1.0.3</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/4e94aec446140004bed60122a8ea7e4c30ee36d7"><code>4e94aec</code></a> Release v1.0.3</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/6063526dcf3de7acad218d462e44c6b941781d62"><code>6063526</code></a> Add changelog entry for v1.0.3</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/168da77f70c32928b2333bc75cbd503b5fa28e11"><code>168da77</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/846">#846</a> from fluxcd/backport-845-to-release/v1.0.x</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/fbd65d9224e39f2ee1047b8daa4dcf2bf6493d39"><code>fbd65d9</code></a> Retry policy resolution when no tags found in database</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/00de36dcdf234d00771b59a164d41349473daf13"><code>00de36d</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/843">#843</a> from fluxcd/backport-840-to-release/v1.0.x</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/e05b22eaaa56d6e809f6661963ea198c5ce9ee95"><code>e05b22e</code></a> Restore SOCKS5 proxy support</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/07c8b98126ed4b6e94bfc3037acd9be6e7827005"><code>07c8b98</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/image-reflector-controller/issues/838">#838</a> from fluxcd/release-v1.0.2</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/7cda7d575743020dd4b4e054ebab50dcecea8cd4"><code>7cda7d5</code></a> Release v1.0.2</li> <li><a href="https://github.com/fluxcd/image-reflector-controller/commit/89adcecf4e33add44d2799dbdb084b9fbce87cb3"><code>89adcec</code></a> Add changelog entry for v1.0.2</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/image-reflector-controller/compare/v0.35.2...v1.0.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/kustomize-controller/api` from 1.6.1 to 1.7.2 <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.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.2/CHANGELOG.md">v1.7.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.7.2</code></li> <li><code>ghcr.io/fluxcd/kustomize-controller:v1.7.2</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> <h2>v1.7.1</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.1/CHANGELOG.md">v1.7.1 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.7.1</code></li> <li><code>ghcr.io/fluxcd/kustomize-controller:v1.7.1</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> <h2>v1.7.0</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/kustomize-controller/blob/v1.7.0/CHANGELOG.md">v1.7.0 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/kustomize-controller:v1.7.0</code></li> <li><code>ghcr.io/fluxcd/kustomize-controller:v1.7.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> <h2>v1.7.0-rc.1</h2> <p>This release candidate is meant for testing.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.2</h2> <p><strong>Release date:</strong> 2025-10-28</p> <p>This patch release allows running kustomize-controller on the same loopback interface as source-watcher.</p> <p>Improvements:</p> <ul> <li>Allow fetching artifacts from a local source-watcher <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1539">#1539</a></li> </ul> <h2>1.7.1</h2> <p><strong>Release date:</strong> 2025-10-08</p> <p>This patch release comes with various dependency updates.</p> <p>The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib: <a href="https://redirect.github.com/golang/go/issues/75677">CVE-2025-58183</a>, <a href="https://redirect.github.com/golang/go/issues/75675">CVE-2025-58188</a> and many others. The full list of security fixes can be found <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">here</a>.</p> <p>Improvements:</p> <ul> <li>Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 <a href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1530">#1530</a></li> </ul> <h2>1.7.0</h2> <p><strong>Release date:</strong> 2025-09-24</p> <p>This minor release comes with various bug fixes and improvements.</p> <p>⚠️ The <code>v1beta1</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>v1beta1</code>.</p> <p>The Kustomization API now supports reconciling content from external storage systems through the new <code>ExternalArtifact</code> CRD. This feature is controlled by the <code>ExternalArtifact</code> feature gate and enables reconciliation of artifacts stored outside of Git repositories.</p> <p>Kustomizations now track their reconciliation history in <code>.status.history</code>, providing visibility into past reconciliation attempts and their outcomes.</p> <p>Dependencies can now be evaluated using CEL expressions through the new <code>readyExpr</code> field in <code>dependsOn</code>. This feature is controlled by the <code>AdditiveCELDependencyCheck</code> feature gate and allows for more flexible dependency readiness checks.</p> <p>The controller now supports global SOPS Age key decryption, allowing centralized</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/6d1974dcf80fb16dd80e7d8e9a830be27a17173b"><code>6d1974d</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1541">#1541</a> from fluxcd/release-v1.7.2</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/a3a01975393390d8734ad0d2877a2187bab010a1"><code>a3a0197</code></a> Release v1.7.2</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/7eb7354887d515bb542fa4be71bc525baf0bd969"><code>7eb7354</code></a> Add changelog entry for v1.7.2</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/8a9bc9806e4eebfb810774ca63aa341cdc012727"><code>8a9bc98</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1540">#1540</a> from fluxcd/backport-1539-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/1df5cad7153525ac261a368aebd0462419ed7ab4"><code>1df5cad</code></a> Allow fetching artifacts from a local source-watcher</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/1d4447fa823a03e0a46bb22a322332504f352683"><code>1d4447f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1533">#1533</a> from fluxcd/release-v1.7.1</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/08349ba84ee4fb14bd29b07e392bbcd2b0c7527d"><code>08349ba</code></a> Release v1.7.1</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/a1fa37b2f92515a3ac70868d365b24eae1dc544b"><code>a1fa37b</code></a> Add changelog entry for v1.7.1</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/f21648cc09eb6b19cce20974151f20ca55794e37"><code>f21648c</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1531">#1531</a> from fluxcd/backport-1530-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/kustomize-controller/commit/13d9796a56cd793eef1dabe8c38a3a6f8f0c337a"><code>13d9796</code></a> Update dependencies to Kubernetes v1.34.1 and Go 1.25.2</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/kustomize-controller/compare/v1.6.1...v1.7.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/notification-controller/api` from 1.6.0 to 1.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/notification-controller/releases">github.com/fluxcd/notification-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.7.4</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/notification-controller/blob/v1.7.4/CHANGELOG.md">v1.7.4 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/notification-controller:v1.7.4</code></li> <li><code>ghcr.io/fluxcd/notification-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> <h2>v1.7.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/notification-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/notification-controller:v1.7.3</code></li> <li><code>ghcr.io/fluxcd/notification-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> <h2>v1.7.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/notification-controller/blob/v1.7.2/CHANGELOG.md">v1.7.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/notification-controller:v1.7.2</code></li> <li><code>ghcr.io/fluxcd/notification-controller:v1.7.2</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> <h2>v1.7.1</h2> <h2>Changelog</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.4</h2> <p><strong>Release date:</strong> 2025-10-28</p> <p>This patch release fixes support for SOCKS5 proxy in the controller APIs and support for <code>message_thread_id</code> in the <code>telegram</code> provider.</p> <p>Fixes:</p> <ul> <li>Fix support for telegram message_thread_id <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1199">#1199</a></li> <li>Restore SOCKS5 proxy support <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1196">#1196</a></li> </ul> <h2>1.7.3</h2> <p><strong>Release date:</strong> 2025-10-08</p> <p>This patch release comes with various dependency updates.</p> <p>The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib: <a href="https://redirect.github.com/golang/go/issues/75677">CVE-2025-58183</a>, <a href="https://redirect.github.com/golang/go/issues/75675">CVE-2025-58188</a> and many others. The full list of security fixes can be found <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">here</a>.</p> <p>Improvements:</p> <ul> <li>Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1191">#1191</a></li> </ul> <h2>1.7.2</h2> <p><strong>Release date:</strong> 2025-10-06</p> <p>This patch release fixes the default Flux API versions in the Receiver handler.</p> <p>Fixes:</p> <ul> <li>Update default API versions to GA <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1186">#1186</a></li> </ul> <h2>1.7.1</h2> <p><strong>Release date:</strong> 2025-09-24</p> <p>This patch release fixes the release workflow.</p> <p>Fixes:</p> <ul> <li>Fix release workflow <a href="https://redirect.github.com/fluxcd/notification-controller/pull/1179">#1179</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/5e9861d4f9dbb248059342a1e4f324336e69bebf"><code>5e9861d</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1203">#1203</a> from fluxcd/release-v1.7.4</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/a5bc30b68b68e0803b1ad2c9e095864ec6ab18d0"><code>a5bc30b</code></a> Release v1.7.4</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/24dccdfd3c679e48bc79f3ce3163d08f906ea178"><code>24dccdf</code></a> Add changelog entry for v1.7.4</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/ccedf4e612a3983c17364529de69c4f5a804aae6"><code>ccedf4e</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1200">#1200</a> from fluxcd/backport-1199-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/36bfdbdd8d21741ca4ba7767d1e3fd3425b087bc"><code>36bfdbd</code></a> add support for telegram message_thread_id</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/78b3f65ce405bc84442d69957602ed45b225f565"><code>78b3f65</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1197">#1197</a> from fluxcd/backport-1196-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/d45fb3b5f49b684bfe49724aa05d6cb53bee7616"><code>d45fb3b</code></a> Restore SOCKS5 proxy support</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/e17f23f3431dc0eb4df2abe1dcc412a90671a1a8"><code>e17f23f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/notification-controller/issues/1193">#1193</a> from fluxcd/release-v1.7.3</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/6fca71ab196ff7c2140964dfa1ea5552206d8e51"><code>6fca71a</code></a> Release v1.7.3</li> <li><a href="https://github.com/fluxcd/notification-controller/commit/f92a3e28effa1ad470f7d6c3ced77a373995d3fa"><code>f92a3e2</code></a> Add changelog entry for v1.7.3</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/notification-controller/compare/v1.6.0...v1.7.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/apis/meta` from 1.21.0 to 1.22.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/413a95f34fd69e98b3f3d79f7283dc9d85df8e7c"><code>413a95f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1039">#1039</a> from fluxcd/dependabot/github_actions/ci-05a7a237d9</li> <li><a href="https://github.com/fluxcd/pkg/commit/246714f942d382c13058f18eb454c17698136d20"><code>246714f</code></a> build(deps): bump the ci group with 3 updates</li> <li><a href="https://github.com/fluxcd/pkg/commit/ac938bffff48e2f9c0118880127e324813d049a3"><code>ac938bf</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1040">#1040</a> from fluxcd/k8s-1.34.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/ef1c3ec5cf2a2bd9b9f65b3197a05b4dc6149b52"><code>ef1c3ec</code></a> Prepare release</li> <li><a href="https://github.com/fluxcd/pkg/commit/56791840148fcdda4f3f4cf66d27cb6ec7d921e9"><code>5679184</code></a> Update dependencies</li> <li><a href="https://github.com/fluxcd/pkg/commit/d56c6f483c2a30a36fe7f1430aa288f080afd156"><code>d56c6f4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1038">#1038</a> from cappyzawa/validate-proxy-url</li> <li><a href="https://github.com/fluxcd/pkg/commit/3e994a9dfbb52941049447e72b748ca4e18377c7"><code>3e994a9</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/c1274b13574ad140f30e986eee4c2e92f202d8b6"><code>c1274b1</code></a> runtime/secrets: validate proxy URL scheme and length</li> <li><a href="https://github.com/fluxcd/pkg/commit/ca99961bd557ef94cfaa0c43a4085d94d7d8d3e5"><code>ca99961</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1037">#1037</a> from fluxcd/ssa-migrate-managed-fields</li> <li><a href="https://github.com/fluxcd/pkg/commit/18da9085dec3ca6f60cdd926e421f5d48811d9f5"><code>18da908</code></a> ssa: Add helper function to migrate the apiVersion on managed fields</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/apis/meta/v1.21.0...apis/meta/v1.22.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/runtime` from 0.86.0 to 0.88.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/413a95f34fd69e98b3f3d79f7283dc9d85df8e7c"><code>413a95f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1039">#1039</a> from fluxcd/dependabot/github_actions/ci-05a7a237d9</li> <li><a href="https://github.com/fluxcd/pkg/commit/246714f942d382c13058f18eb454c17698136d20"><code>246714f</code></a> build(deps): bump the ci group with 3 updates</li> <li><a href="https://github.com/fluxcd/pkg/commit/ac938bffff48e2f9c0118880127e324813d049a3"><code>ac938bf</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1040">#1040</a> from fluxcd/k8s-1.34.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/ef1c3ec5cf2a2bd9b9f65b3197a05b4dc6149b52"><code>ef1c3ec</code></a> Prepare release</li> <li><a href="https://github.com/fluxcd/pkg/commit/56791840148fcdda4f3f4cf66d27cb6ec7d921e9"><code>5679184</code></a> Update dependencies</li> <li><a href="https://github.com/fluxcd/pkg/commit/d56c6f483c2a30a36fe7f1430aa288f080afd156"><code>d56c6f4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1038">#1038</a> from cappyzawa/validate-proxy-url</li> <li><a href="https://github.com/fluxcd/pkg/commit/3e994a9dfbb52941049447e72b748ca4e18377c7"><code>3e994a9</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/c1274b13574ad140f30e986eee4c2e92f202d8b6"><code>c1274b1</code></a> runtime/secrets: validate proxy URL scheme and length</li> <li><a href="https://github.com/fluxcd/pkg/commit/ca99961bd557ef94cfaa0c43a4085d94d7d8d3e5"><code>ca99961</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1037">#1037</a> from fluxcd/ssa-migrate-managed-fields</li> <li><a href="https://github.com/fluxcd/pkg/commit/18da9085dec3ca6f60cdd926e421f5d48811d9f5"><code>18da908</code></a> ssa: Add helper function to migrate the apiVersion on managed fields</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/runtime/v0.86.0...runtime/v0.88.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/ssa` from 0.55.0 to 0.60.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/413a95f34fd69e98b3f3d79f7283dc9d85df8e7c"><code>413a95f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1039">#1039</a> from fluxcd/dependabot/github_actions/ci-05a7a237d9</li> <li><a href="https://github.com/fluxcd/pkg/commit/246714f942d382c13058f18eb454c17698136d20"><code>246714f</code></a> build(deps): bump the ci group with 3 updates</li> <li><a href="https://github.com/fluxcd/pkg/commit/ac938bffff48e2f9c0118880127e324813d049a3"><code>ac938bf</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1040">#1040</a> from fluxcd/k8s-1.34.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/ef1c3ec5cf2a2bd9b9f65b3197a05b4dc6149b52"><code>ef1c3ec</code></a> Prepare release</li> <li><a href="https://github.com/fluxcd/pkg/commit/56791840148fcdda4f3f4cf66d27cb6ec7d921e9"><code>5679184</code></a> Update dependencies</li> <li><a href="https://github.com/fluxcd/pkg/commit/d56c6f483c2a30a36fe7f1430aa288f080afd156"><code>d56c6f4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1038">#1038</a> from cappyzawa/validate-proxy-url</li> <li><a href="https://github.com/fluxcd/pkg/commit/3e994a9dfbb52941049447e72b748ca4e18377c7"><code>3e994a9</code></a> Prepare for release</li> <li><a href="https://github.com/fluxcd/pkg/commit/c1274b13574ad140f30e986eee4c2e92f202d8b6"><code>c1274b1</code></a> runtime/secrets: validate proxy URL scheme and length</li> <li><a href="https://github.com/fluxcd/pkg/commit/ca99961bd557ef94cfaa0c43a4085d94d7d8d3e5"><code>ca99961</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/1037">#1037</a> from fluxcd/ssa-migrate-managed-fields</li> <li><a href="https://github.com/fluxcd/pkg/commit/18da9085dec3ca6f60cdd926e421f5d48811d9f5"><code>18da908</code></a> ssa: Add helper function to migrate the apiVersion on managed fields</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/oci/v0.55.0...ssa/v0.60.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/pkg/version` from 0.10.0 to 0.11.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/pkg/commit/c964ce7b91949ff4b5e3959db4f1d7bb2e029a49"><code>c964ce7</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/858">#858</a> from fluxcd/custom-healthchecks-impl</li> <li><a href="https://github.com/fluxcd/pkg/commit/62d235c4b26b9e6cf9083e878528f786e850f220"><code>62d235c</code></a> Add CEL library with custom healthchecks to runtime</li> <li><a href="https://github.com/fluxcd/pkg/commit/243510fd126615b2f687fccfb6e95589f0003cf5"><code>243510f</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/863">#863</a> from fluxcd/dependabot/github_actions/ci-83dfb6cda2</li> <li><a href="https://github.com/fluxcd/pkg/commit/3cffbebd8135ed1758694829d49484f7f57fb909"><code>3cffbeb</code></a> build(deps): bump the ci group across 1 directory with 3 updates</li> <li><a href="https://github.com/fluxcd/pkg/commit/2f763a4fe9550e040e6fdf97636d1c72658cde16"><code>2f763a4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/857">#857</a> from fluxcd/custom-healthchecks</li> <li><a href="https://github.com/fluxcd/pkg/commit/a6353b2bd9242e03622bf2470d845487ca24aa8f"><code>a6353b2</code></a> Add healthcheck expressions to kustomize types</li> <li><a href="https://github.com/fluxcd/pkg/commit/af0f283e5176fa4157c155efab9c58014768d0d6"><code>af0f283</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/859">#859</a> from fluxcd/cel-meta</li> <li><a href="https://github.com/fluxcd/pkg/commit/117893065c616341ba41c013f352c22859ed191e"><code>1178930</code></a> Add InvalidCELExpressionReason to apis/meta</li> <li><a href="https://github.com/fluxcd/pkg/commit/f39dac44d13c708e998d509047b82675cea52c00"><code>f39dac4</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/pkg/issues/861">#861</a> from fluxcd/deps-kube-v0.32.1</li> <li><a href="https://github.com/fluxcd/pkg/commit/70e88cb7cd66552db3c1209b4d6b2c68fdaf1012"><code>70e88cb</code></a> Update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/pkg/compare/tar/v0.10.0...tar/v0.11.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/fluxcd/source-controller/api` from 1.7.0 to 1.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fluxcd/source-controller/releases">github.com/fluxcd/source-controller/api's releases</a>.</em></p> <blockquote> <h2>v1.7.3</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.7.3/CHANGELOG.md">v1.7.3 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.7.3</code></li> <li><code>ghcr.io/fluxcd/source-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> <h2>v1.7.2</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.7.2/CHANGELOG.md">v1.7.2 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.7.2</code></li> <li><code>ghcr.io/fluxcd/source-controller:v1.7.2</code></li> </ul> <p>Supported architectures: <code>linux/amd64</code>, <code>linux/arm64</code> and <code>linux/arm/v7</code>.</p> <p>The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the <a href="https://fluxcd.io/flux/security/">security documentation</a>.</p> <h2>v1.7.1</h2> <h2>Changelog</h2> <p><a href="https://github.com/fluxcd/source-controller/blob/v1.7.1/CHANGELOG.md">v1.7.1 changelog</a></p> <h2>Container images</h2> <ul> <li><code>docker.io/fluxcd/source-controller:v1.7.1</code></li> <li><code>ghcr.io/fluxcd/source-controller:v1.7.1</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.3</h2> <p><strong>Release date:</strong> 2025-10-28</p> <p>This patch release fixes support for SOCKS5 proxy in the controller APIs.</p> <p>Fixes:</p> <ul> <li>Restore SOCKS5 proxy support <a href="https://redirect.github.com/fluxcd/source-controller/pull/1916">#1916</a></li> </ul> <h2>1.7.2</h2> <p><strong>Release date:</strong> 2025-10-08</p> <p>This patch release comes with various dependency updates.</p> <p>The controller is now built with Go 1.25.2 which includes fixes for vulnerabilities in the Go stdlib: <a href="https://redirect.github.com/golang/go/issues/75677">CVE-2025-58183</a>, <a href="https://redirect.github.com/golang/go/issues/75675">CVE-2025-58188</a> and many others. The full list of security fixes can be found <a href="https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI/m/qZN5nc-mBgAJ">here</a>.</p> <p>Improvements:</p> <ul> <li>Update dependencies to Kubernetes v1.34.1 and Go 1.25.2 <a href="https://redirect.github.com/fluxcd/source-controller/pull/1908">#1908</a></li> </ul> <h2>1.7.1</h2> <p><strong>Release date:</strong> 2025-10-06</p> <p>This patch release comes with a fix for TLS certs handling in the HelmChart reconciler when auth credentials are not specified.</p> <p>Fixes:</p> <ul> <li>Fix HelmChart reconciler appending login options when they do not exist <a href="https://redirect.github.com/fluxcd/source-controller/pull/1904">#1904</a></li> </ul> <p>Improvements:</p> <ul> <li>ci: Fix release workflow <a href="https://redirect.github.com/fluxcd/source-controller/pull/1897">#1897</a></li> <li>Point to OCIRepository in HelmRepository docs <a href="https://redirect.github.com/fluxcd/source-controller/pull/1893">#1893</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fluxcd/source-controller/commit/fafa5a68c9b8cf1fe0346be9a3e40a8e055469f8"><code>fafa5a6</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1926">#1926</a> from fluxcd/release-v1.7.3</li> <li><a href="https://github.com/fluxcd/source-controller/commit/52a166edb2896b074e065873bfac0331c96cf9c6"><code>52a166e</code></a> Release v1.7.3</li> <li><a href="https://github.com/fluxcd/source-controller/commit/85d2b8c3556f256a735f38579d609ef307f91441"><code>85d2b8c</code></a> Add changelog entry for v1.7.3</li> <li><a href="https://github.com/fluxcd/source-controller/commit/82a1635f154b347159c97009ed815f525a822aa4"><code>82a1635</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1917">#1917</a> from fluxcd/backport-1916-to-release/v1.7.x</li> <li><a href="https://github.com/fluxcd/source-controller/commit/e50ca975bff33299adb7cfeccc5919c213eaef93"><code>e50ca97</code></a> Fix strict validation of proxy URLs</li> <li><a href="https://github.com/fluxcd/source-controller/commit/7a5b948bc3933cf61e9e84d77cb250f7c6d4f966"><code>7a5b948</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1911">#1911</a> from fluxcd/release-v1.7.2</li> <li><a href="https://github.com/fluxcd/source-controller/commit/88226aa4a9fab6134e263bfab116f437deeda685"><code>88226aa</code></a> Release v1.7.2</li> <li><a href="https://github.com/fluxcd/source-controller/commit/5aa403727707588ffe4b7581d92eec0a4f813397"><code>5aa4037</code></a> Add changelog entry for v1.7.2</li> <li><a href="https://github.com/fluxcd/source-controller/commit/f932599bddb9abf0cedfeb9e7a883df8050f41da"><code>f932599</code></a> Merge pull request <a href="https://redirect.github.com/fluxcd/source-controller/issues/1910">#1910</a> from fluxcd/backport-1908</li> <li><a href="https://github.com/fluxcd/source-controller/commit/bda69ad3dbdfabf611502bff08846fb19edb8ad9"><code>bda69ad</code></a> Update dependencies to Kubernetes v1.34.1</li> <li>Additional commits viewable in <a href="https://github.com/fluxcd/source-controller/compare/v1.7.0...v1.7.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/open-component-model/ocm-controller` from 0.26.8 to 0.27.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-component-model/ocm-controller/releases">github.com/open-component-model/ocm-controller's releases</a>.</em></p> <blockquote> <h2>v0.27.1</h2> <h1>Release v0.27.1</h1> <ul> <li>Fully qualified repo ( issue 764 ) (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/775">#775</a>)</li> </ul> <h2>v0.27.0</h2> <h1>Release v0.27.0</h1> <ul> <li>fix: always reload certificate for refresh on rotation (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/772">#772</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore: update ocm to 0.32.0 (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/770">#770</a>)</li> <li>chore: bump dependencies (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/761">#761</a>)</li> <li>chore: bump shared workflow version (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/768">#768</a>)</li> <li>chore: delete milestone workflow (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/766">#766</a>)</li> <li>chore: bump version of shared workflow (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/765">#765</a>)</li> </ul> <h2>v0.26.9</h2> <h1>Release v0.26.9</h1> <ul> <li>fix: manually set client-side ratelimiting to previous values (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/754">#754</a>)</li> <li>fix(deps): remove ocm dependent pins from go mod (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/739">#739</a>)</li> <li>fix: rename the helm podinfo deployer as it collides with ocm test (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/736">#736</a>)</li> <li>chore: add more log output to the e2e tests (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/724">#724</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in the go_modules group (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/735">#735</a>)</li> <li>chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/732">#732</a>)</li> <li>chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 in the go_modules group (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/722">#722</a>)</li> </ul> <h2>⬆️ Dependencies</h2> <ul> <li>chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 in the go_modules group (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/735">#735</a>)</li> <li>chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the go_modules group (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/732">#732</a>)</li> <li>chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 in the go_modules group (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/722">#722</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-component-model/ocm-controller/commit/5c684a028bacbfa5721e28f4a71c8e05c340853c"><code>5c684a0</code></a> chore(docs): release notes for 0.27.1 (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/777">#777</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/09af9091b0153f9a273e54a21ca4b11414930707"><code>09af909</code></a> Fully qualified repo ( issue 764 ) (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/775">#775</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/d4deb3fa8d14a06a490da25f2ee0837e9c543bcf"><code>d4deb3f</code></a> fix: signing has a different signature (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/774">#774</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/941756f510f8d1312cabb4764394140758427011"><code>941756f</code></a> chore(docs): release notes for 0.27.0 (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/773">#773</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/e364a5584dc0d3697330a3267393c1973aa67f54"><code>e364a55</code></a> fix: always reload certificate for refresh on rotation (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/772">#772</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/276fa4b7b7007b91e3badd26ee23ea7b00151192"><code>276fa4b</code></a> chore: update ocm to 0.32.0 (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/770">#770</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/4977d30f285a4068f9c815972ccab80f50290540"><code>4977d30</code></a> chore(deps): bump the ci group across 1 directory with 4 updates (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/764">#764</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/cdd26e1ff75fddd9185136433ca59f9458dab982"><code>cdd26e1</code></a> chore: bump shared workflow version (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/768">#768</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/c4c99b114b66825a63149fb3e857cd3e0d87b515"><code>c4c99b1</code></a> chore: delete milestone workflow (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/766">#766</a>)</li> <li><a href="https://github.com/open-component-model/ocm-controller/commit/4d6a4a177bbfda166187c894478319722aed9db1"><code>4d6a4a1</code></a> chore: bump version of shared workflow (<a href="https://redirect.github.com/open-component-model/ocm-controller/issues/765">#765</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-component-model/ocm-controller/compare/v0.26.8...v0.27.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/api` from 0.34.0 to 0.34.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/api/commit/77c9e29b068e14d4bcca2d6a4c85b2cc9da5a923"><code>77c9e29</code></a> Update dependencies to v0.34.1 tag</li> <li>See full diff in <a href="https://github.com/kubernetes/api/compare/v0.34.0...v0.34.1">compare view</a></li> </ul> </details> <br /> Updates `k8s.io/apiextensions-apiserver` from 0.34.0 to 0.34.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/bb911410281a5f899b7acb2f6ea20fd874888ee3"><code>bb91141</code></a> Update dependencies to v0.34.1 tag</li> <li><a href="https://github.com/kubernetes/apiextensions-apiserver/commit/4a9fea1ce04422b182b198849bc74ecd06b5e887"><code>4a9fea1</code></a> Merge pull reque…
1 parent 66f2d7f commit e41f180

File tree

2 files changed

+469
-475
lines changed

2 files changed

+469
-475
lines changed

0 commit comments

Comments
 (0)