dependabot[bot] opened a new pull request, #813: URL: https://github.com/apache/dubbo-kubernetes/pull/813
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.11.1 to 1.13.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opencontainers/selinux/releases">github.com/opencontainers/selinux's releases</a>.</em></p> <blockquote> <h2>v1.13.0</h2> <h2>What's Changed</h2> <ul> <li>Switch to golangci-lint v2 by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/230">opencontainers/selinux#230</a></li> <li>build(deps): bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/opencontainers/selinux/pull/233">opencontainers/selinux#233</a></li> <li>build(deps): bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/opencontainers/selinux/pull/234">opencontainers/selinux#234</a></li> <li>keyring: fix typo in EACCES check by <a href="https://github.com/cyphar"><code>@cyphar</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/235">opencontainers/selinux#235</a></li> <li>Add Go 1.25, drop go 1.23, bump golangci-lint by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/236">opencontainers/selinux#236</a></li> <li>selinux: migrate to pathrs-lite procfs API by <a href="https://github.com/cyphar"><code>@cyphar</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/237">opencontainers/selinux#237</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/opencontainers/selinux/compare/v1.12.0...v1.13.0">https://github.com/opencontainers/selinux/compare/v1.12.0...v1.13.0</a></p> <h2>v1.12.0</h2> <p>This release removes deprecated functions from the <code>label</code> package, and improves documentation and error reporting of <code>SetCreateKey</code>.</p> <h2>What's Changed</h2> <ul> <li>VERSION: remove by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/217">opencontainers/selinux#217</a></li> <li>CI: add AlmaLinux 8, CentOS Stream 9, and Fedora by <a href="https://github.com/AkihiroSuda"><code>@AkihiroSuda</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/221">opencontainers/selinux#221</a></li> <li>ci: install git-core by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/224">opencontainers/selinux#224</a></li> <li>CI: add openSUSE Tumbleweed by <a href="https://github.com/AkihiroSuda"><code>@AkihiroSuda</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/223">opencontainers/selinux#223</a></li> <li>Bump Go version, deps, fix some linter issues... by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/218">opencontainers/selinux#218</a></li> <li>label: remove deprecated stuff by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/228">opencontainers/selinux#228</a></li> <li>Improve SetKeyCreate error reporting, fix test flakes by <a href="https://github.com/kolyshkin"><code>@kolyshkin</code></a> in <a href="https://redirect.github.com/opencontainers/selinux/pull/227">opencontainers/selinux#227</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0">https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/opencontainers/selinux/commit/4be9937fb76c0c49a30469135a4077fcc33712b8"><code>4be9937</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/selinux/issues/237">#237</a> from cyphar/selinux-safe-procfs</li> <li><a href="https://github.com/opencontainers/selinux/commit/c8cfa6fd2d285a96022203163c2075eda85bff54"><code>c8cfa6f</code></a> selinux: migrate to pathrs-lite procfs API</li> <li><a href="https://github.com/opencontainers/selinux/commit/f2424d8145e2ac45a0ec457e39758cd58e573285"><code>f2424d8</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/selinux/issues/236">#236</a> from kolyshkin/modernize-ci</li> <li><a href="https://github.com/opencontainers/selinux/commit/648ce7f0f85f4a310d1cd7317986fc1d6c8ff41c"><code>648ce7f</code></a> ci: add go 1.25</li> <li><a href="https://github.com/opencontainers/selinux/commit/916cab932c940e0fc55f0c8404d503665160dd9c"><code>916cab9</code></a> ci: bump golangci-lint to v2.5</li> <li><a href="https://github.com/opencontainers/selinux/commit/b42e5c8eff8eab7ee590cc61d78fd3e2d38e3309"><code>b42e5c8</code></a> all: format sources with latest gofumpt</li> <li><a href="https://github.com/opencontainers/selinux/commit/74393ea060f4db5bae4002d42d28b0907c8b26b6"><code>74393ea</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/selinux/issues/235">#235</a> from cyphar/fix-keyring-err-check</li> <li><a href="https://github.com/opencontainers/selinux/commit/6ec194b9a845fa4a14cd6bd1c0458ddc44d21407"><code>6ec194b</code></a> keyring: fix typo in EACCES check</li> <li><a href="https://github.com/opencontainers/selinux/commit/879a755db558501df06f4ea59461ebc2d0c4a991"><code>879a755</code></a> Merge pull request <a href="https://redirect.github.com/opencontainers/selinux/issues/234">#234</a> from opencontainers/dependabot/github_actions/actions...</li> <li><a href="https://github.com/opencontainers/selinux/commit/3c1bd9a95bfcc23ae12ed024d1bc9db9537b2d4f"><code>3c1bd9a</code></a> build(deps): bump actions/setup-go from 5 to 6</li> <li>Additional commits viewable in <a href="https://github.com/opencontainers/selinux/compare/v1.11.1...v1.13.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/dubbo-kubernetes/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
