Skip to content

Update module github.com/opencontainers/selinux to v1.14.0#823

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-opencontainers-selinux-1.x
Open

Update module github.com/opencontainers/selinux to v1.14.0#823
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-opencontainers-selinux-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/opencontainers/selinux v1.13.1v1.14.0 age confidence

Release Notes

opencontainers/selinux (github.com/opencontainers/selinux)

v1.14.0

Compare Source

This release fixes a regression in ExecLabel, bumps the minimal Go version to 1.22, and deprecates several functions in favor of improved API.

Fixed
  • ExecLabel was using an incorrect path (regression in v1.13.0). (#​253)
Deprecated
  • CategoryRange is deprecated; use SetCategoryRange instead. (#​262)
  • KVMContainerLabels is deprecated; use KVMContainerLabel instead. (#​262)
  • InitContainerLabels is deprecated; use InitContainerLabel instead. (#​262)
  • ReserveLabel is deprecated; use ReserveLabelV2 instead. (#​262)
  • ROFileLabel is deprecated; if you use it, open a new issue. (#​262)
  • ContainerLabels is deprecated, if you use it, open a new issue. (#​262)
Added
Changed
  • Switch to Go 1.22 as the minimally supported version (#​256)
  • Update GetDefaultContextWithLevel to fall back to failsafe context (#​232)
  • Use math/rand/v2 rather than crypto/rand for MCS label generation (#​257)
Miscellaneous
  • MAINTAINERS: add Aleksa as a maintainer. (#​243)
  • Assorted CI bumps and related fixes. (#​255)
  • Remove intToMcs. (#​259)
  • Use Cut more. (#​254)
  • Simplify getSelinuxMountPoint. (#​258)
  • Simplify/remove some code. (#​261)
  • selinux: release map key when call mcsDelete. (#​263)
New Contributors

Full Changelog: opencontainers/selinux@v1.13.1...v1.14.0


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 5, 2026
@github-actions github-actions Bot added storage Related to "storage" package common Related to "common" package labels May 5, 2026
@renovate renovate Bot force-pushed the renovate/github.com-opencontainers-selinux-1.x branch from 96134ec to 5edb701 Compare May 6, 2026 11:44
@Luap99
Copy link
Copy Markdown
Member

Luap99 commented May 6, 2026

maybe wait for containers/podman#28653 to ensure this passes tests in podman before updating this here

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/github.com-opencontainers-selinux-1.x branch from 5edb701 to fbec0ef Compare May 6, 2026 12:58
@mtrmac
Copy link
Copy Markdown
Contributor

mtrmac commented May 6, 2026

maybe wait for containers/podman#28653 to ensure this passes tests in podman before updating this here

That looks unhappy now; then we should update the ReserveLabel calls here to ReserveLabelV2, and again test Podman.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to "common" package dependencies storage Related to "storage" package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants