From 6bff61dd7a6d08f6e26ceb974de9fafdba82a418 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 2 Aug 2025 23:47:31 +0000 Subject: [PATCH] Update module github.com/opencontainers/selinux to v1.12.0 (#801) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) | `v1.11.0` -> `v1.12.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fopencontainers%2fselinux/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fopencontainers%2fselinux/v1.11.0/v1.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
opencontainers/selinux (github.com/opencontainers/selinux) ### [`v1.12.0`](https://github.com/opencontainers/selinux/releases/tag/v1.12.0) [Compare Source](https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0) This release removes deprecated functions from the `label` package, and improves documentation and error reporting of `SetCreateKey`. #### What's Changed - VERSION: remove by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/217 - CI: add AlmaLinux 8, CentOS Stream 9, and Fedora by [@​AkihiroSuda](https://github.com/AkihiroSuda) in https://github.com/opencontainers/selinux/pull/221 - ci: install git-core by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/224 - CI: add openSUSE Tumbleweed by [@​AkihiroSuda](https://github.com/AkihiroSuda) in https://github.com/opencontainers/selinux/pull/223 - Bump Go version, deps, fix some linter issues... by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/218 - label: remove deprecated stuff by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/228 - Improve SetKeyCreate error reporting, fix test flakes by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/227 **Full Changelog**: https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0 ### [`v1.11.1`](https://github.com/opencontainers/selinux/releases/tag/v1.11.1) [Compare Source](https://github.com/opencontainers/selinux/compare/v1.11.0...v1.11.1) #### What's Changed - Bump to v1.11.0 by [@​rhatdan](https://github.com/rhatdan) in https://github.com/opencontainers/selinux/pull/197 - fix some error by [@​ningmingxiao](https://github.com/ningmingxiao) in https://github.com/opencontainers/selinux/pull/200 - ci: update Go 1.21 support by [@​michalbiesek](https://github.com/michalbiesek) in https://github.com/opencontainers/selinux/pull/202 - Extend `build-cross` target with `riscv64` arch by [@​michalbiesek](https://github.com/michalbiesek) in https://github.com/opencontainers/selinux/pull/201 - Remove nolint annotations for unix errno comparisons by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/203 - ci: bump some actions by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/205 - Misc nitpicks by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/206 - pwalk, pwalkdir: fix walk vs remove race by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/204 - Update GitHub Actions CI Go matrix for Go v1.22 by [@​austinvazquez](https://github.com/austinvazquez) in https://github.com/opencontainers/selinux/pull/209 - Update GitHub Actions packages to resolve deprecation warnings. by [@​austinvazquez](https://github.com/austinvazquez) in https://github.com/opencontainers/selinux/pull/208 - Add dependabot config by [@​kolyshkin](https://github.com/kolyshkin) in https://github.com/opencontainers/selinux/pull/210 - build(deps): bump tim-actions/get-pr-commits from 1.3.0 to 1.3.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/opencontainers/selinux/pull/211 - build(deps): bump golangci/golangci-lint-action from 4 to 6 by [@​dependabot](https://github.com/dependabot) in https://github.com/opencontainers/selinux/pull/213 - Show SELinux label on failure by [@​rhatdan](https://github.com/rhatdan) in https://github.com/opencontainers/selinux/pull/216 #### New Contributors - [@​ningmingxiao](https://github.com/ningmingxiao) made their first contribution in https://github.com/opencontainers/selinux/pull/200 - [@​michalbiesek](https://github.com/michalbiesek) made their first contribution in https://github.com/opencontainers/selinux/pull/202 - [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/opencontainers/selinux/pull/211 **Full Changelog**: https://github.com/opencontainers/selinux/compare/v1.11.0...v1.11.1
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/801 Reviewed-by: earl-warren Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index df53ca79..f720c2b2 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/moby/go-archive v0.1.0 github.com/moby/patternmatcher v0.6.0 github.com/opencontainers/image-spec v1.1.1 - github.com/opencontainers/selinux v1.11.0 + github.com/opencontainers/selinux v1.12.0 github.com/pkg/errors v0.9.1 github.com/rhysd/actionlint v1.7.7 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 0f33765e..fd6e8a34 100644 --- a/go.sum +++ b/go.sum @@ -149,8 +149,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8 github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040= github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M= -github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU= -github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec= +github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplUkdTrmPb8= +github.com/opencontainers/selinux v1.12.0/go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U= github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4= github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=