Commit 70cf766
authored
chore(deps): bump the go group across 1 directory with 8 updates (#162)
Bumps the go group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) |
`2.6.3` | `2.6.4` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) |
`1.13.0` | `1.15.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) |
`0.62.0` | `0.66.0` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.48.0`
| `0.51.0` |
| [github.com/fluxcd/pkg/version](https://github.com/fluxcd/pkg) |
`0.8.0` | `0.9.0` |
|
[github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller)
| `0.26.2` | `0.26.4` |
Updates `github.com/fluxcd/flux2/v2` from 2.6.3 to 2.6.4
<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.6.4</h2>
<h2>Highlights</h2>
<p>Flux v2.6.4 is a patch release that comes with various fixes. Users
are encouraged to upgrade for the best experience.</p>
<p>Fixes:</p>
<ul>
<li>Fix for SOPS decryption with US Government KMS keys failing with the
error:</li>
</ul>
<pre><code>STS: AssumeRoleWithWebIdentity, https response error\n
StatusCode: 0, RequestID: ,
request send failed, Post\n
\"https://sts.arn.amazonaws.com/\": dial tcp:
lookupts.arn.amazonaws.com on 10.100.0.10:53: no such host
</code></pre>
<h2>Components changelog</h2>
<ul>
<li>kustomize-controller <a
href="https://github.com/fluxcd/kustomize-controller/blob/v1.6.1/CHANGELOG.md">v1.6.1</a></li>
</ul>
<h2>CLI changed</h2>
<ul>
<li>[release/v2.6.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/5444">fluxcd/flux2#5444</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fluxcd/flux2/compare/v2.6.3...v2.6.4">https://github.com/fluxcd/flux2/compare/v2.6.3...v2.6.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/flux2/commit/6bf37f6a560fd84982d67f853162e4b3c2235edb"><code>6bf37f6</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/flux2/issues/5444">#5444</a>
from fluxcd/backport-5443-to-release/v2.6.x</li>
<li><a
href="https://github.com/fluxcd/flux2/commit/8b219112c6f2e7042aeb1f381753d9831ddb23ad"><code>8b21911</code></a>
Update toolkit components</li>
<li>See full diff in <a
href="https://github.com/fluxcd/flux2/compare/v2.6.3...v2.6.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/kustomize-controller/api` from 1.6.0 to 1.6.1
<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.6.1</h2>
<h2>Changelog</h2>
<p><a
href="https://github.com/fluxcd/kustomize-controller/blob/v1.6.1/CHANGELOG.md">v1.6.1
changelog</a></p>
<h2>Container images</h2>
<ul>
<li><code>docker.io/fluxcd/kustomize-controller:v1.6.1</code></li>
<li><code>ghcr.io/fluxcd/kustomize-controller:v1.6.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/kustomize-controller/blob/main/CHANGELOG.md">github.com/fluxcd/kustomize-controller/api's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.1</h2>
<p><strong>Release date:</strong> 2025-07-08</p>
<p>This patch release fixes a bug introduced in v1.6.0
that causes SOPS decryption with US Government KMS
keys to fail with the error:</p>
<pre><code>STS: AssumeRoleWithWebIdentity, https response error\n
StatusCode: 0, RequestID: ,
request send failed, Post\n
\"https://sts.arn.amazonaws.com/\": dial tcp:
lookupts.arn.amazonaws.com on 10.100.0.10:53: no such host
</code></pre>
<p>Fixes:</p>
<ul>
<li>Fix regression in STS endpoint for SOPS decryption with AWS KMS in
US Gov partition
<a
href="https://redirect.github.com/fluxcd/kustomize-controller/pull/1478">#1478</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/8ec4a6e91f5bb7c0e2faaee4eafde2e25e8c4778"><code>8ec4a6e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1482">#1482</a>
from fluxcd/release-v1.6.1</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/84115f6516e6046b8ccaaa5614d0794a50270f61"><code>84115f6</code></a>
Release v1.6.1</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/2333a7413c6748ed6a9c70abe2e46f7f4e798864"><code>2333a74</code></a>
Add changelog entry for v1.6.1</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/9a203c87755c6561144517eda07721af890f4729"><code>9a203c8</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/kustomize-controller/issues/1480">#1480</a>
from fluxcd/backport-1478-to-release/v1.6.x</li>
<li><a
href="https://github.com/fluxcd/kustomize-controller/commit/127d696d336b2b1dfdfe7177eb3d2033c1d8ba91"><code>127d696</code></a>
Fix regression in STS endpoint for SOPS decryption with AWS KMS in US
Gov par...</li>
<li>See full diff in <a
href="https://github.com/fluxcd/kustomize-controller/compare/v1.6.0...v1.6.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/apis/meta` from 1.13.0 to 1.15.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/9e79277372c4746ff091eba1f10aee82974ecdaa"><code>9e79277</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/968">#968</a> from
cappyzawa/feat/runtime-secrets-pointer-based-api</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9ee2d52b4b66f1fcdc76596ff91fbc1c8907b392"><code>9ee2d52</code></a>
runtime/secrets: migrate to Secret pointer-based APIs</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/e04986eb42b27c86c4de84f287d3b7f106dfd780"><code>e04986e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/967">#967</a> from
fluxcd/bump-pkg</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/59d65f622260d0599c2e10f6ef251815bc36e805"><code>59d65f6</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/607f4b2d84dd87eaeede369ee6a0b193d09f5f18"><code>607f4b2</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/966">#966</a> from
fluxcd/update-deps-1.33.2</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c895e9f68fcd11db1b172a5e34d43c074cebd0d5"><code>c895e9f</code></a>
Update dependencies to Kubernetes v1.33.2</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/6c8e4c189277f847de135d389691659472bba7e0"><code>6c8e4c1</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/962">#962</a> from
dgunzy/fix/ignore-paths-diff</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/1649a3c36d784d439bb7511aaef47c3c3384437e"><code>1649a3c</code></a>
Add ignorepaths to scan manifests to fix --ignore-paths flag</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/07494843c9ecba2dfe4b0fbf49fe30f923daa146"><code>0749484</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/965">#965</a> from
fluxcd/oci-insecure-transport</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/647e4790e3398ab816b7f6e5b992665b77510d6f"><code>647e479</code></a>
oci: Add <code>insecure</code> option to retry transport</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/apis/meta/v1.13.0...apis/meta/v1.15.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/runtime` from 0.62.0 to 0.66.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/856b04da5d6039642d10f46fe55c3a1664a6e1dc"><code>856b04d</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/970">#970</a> from
cappyzawa/add-client-based-secret-variants</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/14d994dcd5f84bfec2a49621533ebb88b3ac246c"><code>14d994d</code></a>
runtime/secrets: separate API reading from Secret conversion</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c929dfc8af4906efb300cb39611284da0119f902"><code>c929dfc</code></a>
runtime/secrets: add client-based API variants</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9e79277372c4746ff091eba1f10aee82974ecdaa"><code>9e79277</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/968">#968</a> from
cappyzawa/feat/runtime-secrets-pointer-based-api</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9ee2d52b4b66f1fcdc76596ff91fbc1c8907b392"><code>9ee2d52</code></a>
runtime/secrets: migrate to Secret pointer-based APIs</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/e04986eb42b27c86c4de84f287d3b7f106dfd780"><code>e04986e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/967">#967</a> from
fluxcd/bump-pkg</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/59d65f622260d0599c2e10f6ef251815bc36e805"><code>59d65f6</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/607f4b2d84dd87eaeede369ee6a0b193d09f5f18"><code>607f4b2</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/966">#966</a> from
fluxcd/update-deps-1.33.2</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c895e9f68fcd11db1b172a5e34d43c074cebd0d5"><code>c895e9f</code></a>
Update dependencies to Kubernetes v1.33.2</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/6c8e4c189277f847de135d389691659472bba7e0"><code>6c8e4c1</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/962">#962</a> from
dgunzy/fix/ignore-paths-diff</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/runtime/v0.62.0...runtime/v0.66.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/ssa` from 0.48.0 to 0.51.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/9e79277372c4746ff091eba1f10aee82974ecdaa"><code>9e79277</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/968">#968</a> from
cappyzawa/feat/runtime-secrets-pointer-based-api</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9ee2d52b4b66f1fcdc76596ff91fbc1c8907b392"><code>9ee2d52</code></a>
runtime/secrets: migrate to Secret pointer-based APIs</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/e04986eb42b27c86c4de84f287d3b7f106dfd780"><code>e04986e</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/967">#967</a> from
fluxcd/bump-pkg</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/59d65f622260d0599c2e10f6ef251815bc36e805"><code>59d65f6</code></a>
Prepare for release</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/607f4b2d84dd87eaeede369ee6a0b193d09f5f18"><code>607f4b2</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/966">#966</a> from
fluxcd/update-deps-1.33.2</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/c895e9f68fcd11db1b172a5e34d43c074cebd0d5"><code>c895e9f</code></a>
Update dependencies to Kubernetes v1.33.2</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/6c8e4c189277f847de135d389691659472bba7e0"><code>6c8e4c1</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/962">#962</a> from
dgunzy/fix/ignore-paths-diff</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/1649a3c36d784d439bb7511aaef47c3c3384437e"><code>1649a3c</code></a>
Add ignorepaths to scan manifests to fix --ignore-paths flag</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/07494843c9ecba2dfe4b0fbf49fe30f923daa146"><code>0749484</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/965">#965</a> from
fluxcd/oci-insecure-transport</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/647e4790e3398ab816b7f6e5b992665b77510d6f"><code>647e479</code></a>
oci: Add <code>insecure</code> option to retry transport</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/oci/v0.48.0...oci/v0.51.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/fluxcd/pkg/version` from 0.8.0 to 0.9.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fluxcd/pkg/commit/b83bd25dbf630244a59993f0a2eb9f134f1d8185"><code>b83bd25</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/817">#817</a> from
fluxcd/refactor-cache</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/a29e42fdb280485d329255d10741bdab4e3dd479"><code>a29e42f</code></a>
cache: Return ErrNotFound error from Get()</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/72d6f8c2228e53caaa00ac7d2a6cb026d62289fb"><code>72d6f8c</code></a>
oci: Remove cache from auth and int tests code</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/061b9acc5363c1e84ebe18a6fef1de851185c33c"><code>061b9ac</code></a>
cache: Allow setting cache metrics prefix</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/a9610514706535940e96ac3f4defa63a71a583a4"><code>a961051</code></a>
Simplify the cache</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/9e2947d30f071b8d9fbf19ec2917bec41c95cce8"><code>9e2947d</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/829">#829</a> from
fluxcd/helm-v3.16.3</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/802b6e391625c3f392ec895fd5a206a293743ced"><code>802b6e3</code></a>
Update dependencies</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/19c00ade3475a8672e65d7378bee67f4a91c3860"><code>19c00ad</code></a>
Merge pull request <a
href="https://redirect.github.com/fluxcd/pkg/issues/828">#828</a> from
fluxcd/kustomize-v5.5</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/f9cbcaf1db8440fc8f7fd8838cc7e6425c6653a7"><code>f9cbcaf</code></a>
Add doc to auth pkg</li>
<li><a
href="https://github.com/fluxcd/pkg/commit/33f38290f8153baa4cd1168ff8dc55dc14d4d6e4"><code>33f3829</code></a>
Update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/fluxcd/pkg/compare/tar/v0.8.0...tar/v0.9.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `github.com/open-component-model/ocm-controller` from 0.26.2 to
0.26.4
<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.26.4</h2>
<h1>Release v0.26.4</h1>
<ul>
<li>fix: adjust the resource controller to use the descriptor version
for defaulting instead of the component version (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/690">#690</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>chore(deps): bump the go group across 1 directory with 3 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/689">#689</a>)</li>
<li>chore(deps): bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 in the
go_modules group (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/688">#688</a>)</li>
</ul>
<h2>⬆️ Dependencies</h2>
<ul>
<li>chore(deps): bump the go group across 1 directory with 3 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/689">#689</a>)</li>
<li>chore(deps): bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 in the
go_modules group (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/688">#688</a>)</li>
</ul>
<h2>v0.26.3</h2>
<h1>Release v0.26.3</h1>
<ul>
<li>fix: use the current component version for the default resource
version (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/684">#684</a>)</li>
<li>fix: default the resource version to component version (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/679">#679</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<!-- raw HTML omitted -->
<ul>
<li>chore(deps): bump the go group with 6 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/682">#682</a>)</li>
<li>chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to
2.3.0 in the go_modules group (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/681">#681</a>)</li>
<li>chore(deps): bump the go group with 5 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/677">#677</a>)</li>
<li>chore(deps): bump the go group with 4 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/674">#674</a>)</li>
</ul>
<!-- raw HTML omitted -->
<h2>⬆️ Dependencies</h2>
<!-- raw HTML omitted -->
<ul>
<li>chore(deps): bump the go group with 6 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/682">#682</a>)</li>
<li>chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to
2.3.0 in the go_modules group (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/681">#681</a>)</li>
<li>chore(deps): bump the go group with 5 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/677">#677</a>)</li>
<li>chore(deps): bump the go group with 4 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/674">#674</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/5b122fac2d84504c111cd8313fe279567551e9d4"><code>5b122fa</code></a>
chore: release docs for v0.26.4 (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/691">#691</a>)</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/b5bbb6da433cb931811f1c55f0d04a97cc161e1d"><code>b5bbb6d</code></a>
chore(deps): bump the go group across 1 directory with 3 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/689">#689</a>)</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/415ee58c7bf6592de27c67899ede1577bfdd3c27"><code>415ee58</code></a>
fix: adjust the resource controller to use the descriptor version for
default...</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/d5f265754dabc098df9d294422fa23b0df042391"><code>d5f2657</code></a>
chore(deps): bump helm.sh/helm/v3 from 3.18.3 to 3.18.4 in the
go_modules gro...</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/db4777ff2be237342d450301c053eb5ee7eeabc7"><code>db4777f</code></a>
chore(deps): bump anchore/sbom-action from 0.20.1 to 0.20.2 in the ci
group (...</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/a6a3e0314a29c16b593254e3823225d6ba1d2327"><code>a6a3e03</code></a>
chore: release notes and version update for v0.26.3 (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/685">#685</a>)</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/4a58167117de32f0e3e9ebed5d10acb934914720"><code>4a58167</code></a>
fix: use the current component version for the default resource version
(<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/684">#684</a>)</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/3929cc164ee233684fa604c0500fa8681749b76e"><code>3929cc1</code></a>
chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 in the ci
group ...</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/d679059adbadfc69f2826c74f889d355e7c9c80b"><code>d679059</code></a>
chore(deps): bump the go group with 6 updates (<a
href="https://redirect.github.com/open-component-model/ocm-controller/issues/682">#682</a>)</li>
<li><a
href="https://github.com/open-component-model/ocm-controller/commit/ee3a135ee8f9fbc82b85d20b5c2f2b7a8a384a77"><code>ee3a135</code></a>
chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to
2.3.0 in ...</li>
<li>Additional commits viewable in <a
href="https://github.com/open-component-model/ocm-controller/compare/v0.26.2...v0.26.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `ocm.software/ocm` from 0.25.0 to 0.26.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/open-component-model/ocm/releases">ocm.software/ocm's
releases</a>.</em></p>
<blockquote>
<h2>v0.26.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>1 parent e712a86 commit 70cf766
2 files changed
+230
-230
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
136 | | - | |
| 137 | + | |
137 | 138 | | |
138 | | - | |
| 139 | + | |
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
| 154 | + | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
191 | | - | |
| 192 | + | |
192 | 193 | | |
193 | | - | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
204 | | - | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
208 | | - | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
271 | 272 | | |
272 | 273 | | |
273 | 274 | | |
274 | | - | |
275 | | - | |
| 275 | + | |
| 276 | + | |
276 | 277 | | |
277 | | - | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
287 | | - | |
288 | | - | |
| 288 | + | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | | - | |
292 | | - | |
293 | | - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| |||
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
330 | | - | |
331 | | - | |
| 331 | + | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
335 | | - | |
| 336 | + | |
336 | 337 | | |
337 | | - | |
338 | | - | |
| 338 | + | |
| 339 | + | |
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
343 | | - | |
| 344 | + | |
344 | 345 | | |
345 | | - | |
| 346 | + | |
346 | 347 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
| |||
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
370 | | - | |
| 371 | + | |
371 | 372 | | |
372 | | - | |
| 373 | + | |
373 | 374 | | |
374 | 375 | | |
375 | 376 | | |
| |||
0 commit comments