Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit bb6c4be

Browse files
Bump the go group across 1 directory with 3 updates (#34)
Bumps the go group with 3 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [ocm.software/ocm](https://github.com/open-component-model/ocm). Updates `github.com/onsi/ginkgo/v2` from 2.22.2 to 2.23.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.23.3</h2> <h2>2.23.3</h2> <h3>Fixes</h3> <ul> <li>allow <code>-</code> as a standalone argument [cfcc1a5]</li> <li>Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]</li> <li>ignore exit code for symbol test on linux [88e2282]</li> </ul> <h2>v2.23.2</h2> <h2>2.23.2</h2> <p>🎉🎉🎉</p> <p>At long last, some long-standing performance gaps between <code>ginkgo</code> and <code>go test</code> have been resolved!</p> <p>Ginkgo operates by running <code>go test -c</code> to generate test binaries, and then running those binaries. It turns out that the compilation step of <code>go test -c</code> is slower than <code>go test</code>'s compilation step because <code>go test</code> strips out debug symbols (<code>ldflags=-w</code>) whereas <code>go test -c</code> does not.</p> <p>Ginkgo now passes the appropriate <code>ldflags</code> to <code>go test -c</code> when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when <code>ginkgo build</code> is called explicitly.</p> <p>This, coupled, with the <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">instructions for disabling XProtect on MacOS</a> yields a much better performance experience with Ginkgo.</p> <h2>v2.23.1</h2> <h2>2.23.1</h2> <h2>🚨 For users on MacOS 🚨</h2> <p>A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">here</a> to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.</p> <h3>Fixes</h3> <p>Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:</p> <ul> <li>make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]</li> <li>emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]</li> </ul> <p>This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.</p> <h2>v2.23.0</h2> <h2>2.23.0</h2> <p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to make it compatible with the <code>testing.TB</code> interface in Go 1.24. <code>GinkgoT().Context()</code>, in particular, is a useful shorthand for generating a new context that will clean itself up in a <code>DeferCleanup()</code>. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.</p> <h3>Features</h3> <ul> <li>bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]</li> </ul> <h3>Fixes</h3> <ul> <li>fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]</li> <li>Fix binary paths when precompiling multiple suites. [4df06c6]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.23.3</h2> <h3>Fixes</h3> <ul> <li>allow <code>-</code> as a standalone argument [cfcc1a5]</li> <li>Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [feaf292]</li> <li>ignore exit code for symbol test on linux [88e2282]</li> </ul> <h2>2.23.2</h2> <p>🎉🎉🎉</p> <p>At long last, some long-standing performance gaps between <code>ginkgo</code> and <code>go test</code> have been resolved!</p> <p>Ginkgo operates by running <code>go test -c</code> to generate test binaries, and then running those binaries. It turns out that the compilation step of <code>go test -c</code> is slower than <code>go test</code>'s compilation step because <code>go test</code> strips out debug symbols (<code>ldflags=-w</code>) whereas <code>go test -c</code> does not.</p> <p>Ginkgo now passes the appropriate <code>ldflags</code> to <code>go test -c</code> when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when <code>ginkgo build</code> is called explicitly.</p> <p>This, coupled, with the <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">instructions for disabling XProtect on MacOS</a> yields a much better performance experience with Ginkgo.</p> <h2>2.23.1</h2> <h2>🚨 For users on MacOS 🚨</h2> <p>A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions <a href="https://onsi.github.io/ginkgo/#if-you-are-running-on-macos">here</a> to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.</p> <h3>Fixes</h3> <p>Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:</p> <ul> <li>make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]</li> <li>emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]</li> </ul> <p>This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.</p> <h2>2.23.0</h2> <p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to make it compatible with the <code>testing.TB</code> interface in Go 1.24. <code>GinkgoT().Context()</code>, in particular, is a useful shorthand for generating a new context that will clean itself up in a <code>DeferCleanup()</code>. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.</p> <h3>Features</h3> <ul> <li>bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]</li> </ul> <h3>Fixes</h3> <ul> <li>fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]</li> <li>Fix binary paths when precompiling multiple suites. [4df06c6]</li> </ul> <h3>Maintenance</h3> <ul> <li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]</li> <li>docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>) [9b261ff]</li> <li>Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>) [00f19c8]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/04a9a74a903f8346aec01c54818c617ad02197ab"><code>04a9a74</code></a> v2.23.3</li> <li><a href="https://github.com/onsi/ginkgo/commit/cfcc1a54014b8e077d9ee285038b73ff9763562c"><code>cfcc1a5</code></a> allow <code>-</code> as a standalone argument</li> <li><a href="https://github.com/onsi/ginkgo/commit/feaf292383aefea4a95ff7038a99764130127505"><code>feaf292</code></a> Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context()</li> <li><a href="https://github.com/onsi/ginkgo/commit/88e22820c3bf7593627a538e001d6a587e31c8b1"><code>88e2282</code></a> ignore exit code for symbol test on linux</li> <li><a href="https://github.com/onsi/ginkgo/commit/979c969fff919e8363a2ce7925465e028ebcab2f"><code>979c969</code></a> v2.23.2</li> <li><a href="https://github.com/onsi/ginkgo/commit/976a5c0dfc4a6770b899bfbe62174a07c32c8ad8"><code>976a5c0</code></a> strip out symbols when running ginkgo</li> <li><a href="https://github.com/onsi/ginkgo/commit/99e2fe223df0227f53ca0bc2afe1189fb3a5d654"><code>99e2fe2</code></a> v2.23.1</li> <li><a href="https://github.com/onsi/ginkgo/commit/a0e52ff9178d4290a29accfb36b4108b02997946"><code>a0e52ff</code></a> make it clearer that you need to pass a filename to the various profile flags...</li> <li><a href="https://github.com/onsi/ginkgo/commit/b799d8d4c255f60f4678e2087c33582609366156"><code>b799d8d</code></a> emit an error and exit if the ginkgo invocation includes flags after position...</li> <li><a href="https://github.com/onsi/ginkgo/commit/a565d1f8ba417c363b8b429bd6c97da2219a7a7a"><code>a565d1f</code></a> Fix typo in documentation: DescribeHandleSubtree -&gt; DescribeTableSubtree</li> <li>Additional commits viewable in <a href="https://github.com/onsi/ginkgo/compare/v2.22.2...v2.23.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/releases">github.com/onsi/gomega's releases</a>.</em></p> <blockquote> <h2>v1.36.3</h2> <h2>1.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md">github.com/onsi/gomega's changelog</a>.</em></p> <blockquote> <h2>1.36.3</h2> <h3>Maintenance</h3> <ul> <li>bump all the things [adb8b49]</li> <li>chore: replace <code>interface{}</code> with <code>any</code> [7613216]</li> <li>Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>) [9fe5259]</li> <li>remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>) [a0e85b9]</li> <li>Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>) [604a8b1]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>) [36fbc84]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>) [ced70d7]</li> <li>Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>) [c8b4a07]</li> <li>Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>) [06431b9]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/800">#800</a>) [b55a92d]</li> <li>Fix typos (<a href="https://redirect.github.com/onsi/gomega/issues/813">#813</a>) [a1d518b]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/gomega/commit/225114336a6717596c44d6b175e826b2f3d4c147"><code>2251143</code></a> v1.36.3</li> <li><a href="https://github.com/onsi/gomega/commit/adb8b4976faa398931a6fb1c5fe17eda7dbe72c7"><code>adb8b49</code></a> bump all the things</li> <li><a href="https://github.com/onsi/gomega/commit/76132163ee4176163a07cef6fedafb19a8a347a8"><code>7613216</code></a> chore: replace <code>interface{}</code> with <code>any</code></li> <li><a href="https://github.com/onsi/gomega/commit/9fe5259f96673cbc44a2984e9a003a5fd2cb7d3a"><code>9fe5259</code></a> Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (<a href="https://redirect.github.com/onsi/gomega/issues/822">#822</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/a0e85b953834893bcfac18266026076947b38d99"><code>a0e85b9</code></a> remove spurious &quot;toolchain&quot; from go.mod (<a href="https://redirect.github.com/onsi/gomega/issues/819">#819</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/604a8b1b7b1e9a9876efc90546428594d84289d9"><code>604a8b1</code></a> Bump golang.org/x/net from 0.33.0 to 0.35.0 (<a href="https://redirect.github.com/onsi/gomega/issues/823">#823</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/36fbc8471a1a2391d40b9b8e561e014b3771255c"><code>36fbc84</code></a> Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/772">#772</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/ced70d75ba48c03934c265b05e31441d728d285b"><code>ced70d7</code></a> Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/778">#778</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/c8b4a0765a95c35530e91c773e62db6596e309b6"><code>c8b4a07</code></a> Bump rexml from 3.2.6 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/gomega/issues/788">#788</a>)</li> <li><a href="https://github.com/onsi/gomega/commit/06431b928f0d0dfc1b92f4ecfef5c15dfd2d1ce7"><code>06431b9</code></a> Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (<a href="https://redirect.github.com/onsi/gomega/issues/812">#812</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/gomega/compare/v1.36.2...v1.36.3">compare view</a></li> </ul> </details> <br /> Updates `ocm.software/ocm` from 0.20.1 to 0.22.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.22.0-rc.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>‼️ Breaking Changes</h3> <ul> <li>chore!: add bdba trigger to release and exclude subchartsdemo as well as helminstaller / helmdemo from release by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1343">open-component-model/ocm#1343</a></li> </ul> <h3>🐛 Bug Fixes</h3> <ul> <li>fix: always initialize the system certificate store for the oras client by <a href="https://github.com/Skarlso"><code>@​Skarlso</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1359">open-component-model/ocm#1359</a></li> </ul> <h3>⬆️ Dependencies</h3> <!-- raw HTML omitted --> <ul> <li>chore(deps): bump the go group with 10 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1316">open-component-model/ocm#1316</a></li> <li>chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in the go_modules group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1322">open-component-model/ocm#1322</a></li> <li>chore(deps): bump the go group across 1 directory with 16 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1338">open-component-model/ocm#1338</a></li> <li>chore(deps): bump github.com/mandelsoft/spiff from 1.7.0-beta-6 to 1.7.0-beta-7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1333">open-component-model/ocm#1333</a></li> <li>chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go_modules group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1328">open-component-model/ocm#1328</a></li> <li>chore(deps): bump the go group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1342">open-component-model/ocm#1342</a></li> <li>chore(deps): bump the go group with 12 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1354">open-component-model/ocm#1354</a></li> <li>chore(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 in the go_modules group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1357">open-component-model/ocm#1357</a></li> </ul> <!-- raw HTML omitted --> <h3>🧰 Maintenance</h3> <ul> <li>chore: bump VERSION to 0.22.0-dev by <a href="https://github.com/ocmbot"><code>@​ocmbot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1313">open-component-model/ocm#1313</a></li> <li>chore: switch blackduck sca to pull_request_target by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1329">open-component-model/ocm#1329</a></li> <li>chore: remove gosec from codeql and correct gosec linter annotations by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1320">open-component-model/ocm#1320</a></li> <li>remove PR comment by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1336">open-component-model/ocm#1336</a></li> </ul> <h3>Other Changes</h3> <ul> <li>correct workflow by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1325">open-component-model/ocm#1325</a></li> <li>correct worklfow by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1326">open-component-model/ocm#1326</a></li> <li>Update codeql.yml by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1330">open-component-model/ocm#1330</a></li> <li>add upload by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1337">open-component-model/ocm#1337</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/open-component-model/ocm/compare/v0.21...v0.22.0">https://github.com/open-component-model/ocm/compare/v0.21...v0.22.0</a></p> <h2>v0.21.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>fix: Add deprecation warning for CA by <a href="https://github.com/hilmarf"><code>@​hilmarf</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1244">open-component-model/ocm#1244</a></li> <li>fix: use app token because of PR / branch protection by <a href="https://github.com/morri-son"><code>@​morri-son</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1283">open-component-model/ocm#1283</a></li> <li>fix: cap max length of git repository urls by <a href="https://github.com/jakobmoellerdev"><code>@​jakobmoellerdev</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1298">open-component-model/ocm#1298</a></li> </ul> <h3>⬆️ Dependencies</h3> <ul> <li>chore(deps): bump the go group with 10 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1268">open-component-model/ocm#1268</a></li> <li>chore(deps): bump the go group with 11 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1276">open-component-model/ocm#1276</a></li> <li>chore(deps): bump the go group with 10 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1290">open-component-model/ocm#1290</a></li> <li>chore(deps): bump the go group with 12 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/open-component-model/ocm/pull/1305">open-component-model/ocm#1305</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-component-model/ocm/commit/a836ba1162398ba420a5bc60c55a44e2be4d1001"><code>a836ba1</code></a> fix: always initialize the system certificate store for the oras client (<a href="https://redirect.github.com/open-component-model/ocm/issues/1359">#1359</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/373e57cb9e564e84a05f0ce013155ba6a0b8c4a3"><code>373e57c</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1358">#1358</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/14278774267d55d126bd52d28c08f8bb7008951d"><code>1427877</code></a> chore(deps): bump github.com/containerd/containerd from 1.7.26 to 1.7.27 in t...</li> <li><a href="https://github.com/open-component-model/ocm/commit/f4dd12ec8202c9373a7102b2be9ae3fbab449eaa"><code>f4dd12e</code></a> chore: bump flake.lock to nixpkgs-unstable and clean up flake.nix (<a href="https://redirect.github.com/open-component-model/ocm/issues/1356">#1356</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/2ffe7d0b65ab6018c8a36e3cd326e97ee0d7133e"><code>2ffe7d0</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1355">#1355</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/5b331082e8d79fd08d7373bcc86aca8c7785adf7"><code>5b33108</code></a> chore(deps): bump the go group with 12 updates (<a href="https://redirect.github.com/open-component-model/ocm/issues/1354">#1354</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/7a91bc30824d40ae7da01e3e8244e99df0da9879"><code>7a91bc3</code></a> chore!: add bdba trigger to release and exclude subchartsdemo as well as helm...</li> <li><a href="https://github.com/open-component-model/ocm/commit/41d820f41b806925849cd99994b01a707eba552a"><code>41d820f</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1345">#1345</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/ca652d3c4f5541a03666092220357421fc444847"><code>ca652d3</code></a> chore(deps): bump the go group with 2 updates (<a href="https://redirect.github.com/open-component-model/ocm/issues/1342">#1342</a>)</li> <li><a href="https://github.com/open-component-model/ocm/commit/deeac1c4a07e6fee7424cc57942e7c8689aae376"><code>deeac1c</code></a> chore: update 'flake.nix' (<a href="https://redirect.github.com/open-component-model/ocm/issues/1341">#1341</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-component-model/ocm/compare/v0.20.1...v0.22">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01f2a4e commit bb6c4be

2 files changed

Lines changed: 432 additions & 419 deletions

File tree

0 commit comments

Comments
 (0)