Releases: opencontainers/selinux
Releases · opencontainers/selinux
v1.11.1
What's Changed
- Bump to v1.11.0 by @rhatdan in #197
- fix some error by @ningmingxiao in #200
- ci: update Go 1.21 support by @michalbiesek in #202
- Extend
build-cross
target withriscv64
arch by @michalbiesek in #201 - Remove nolint annotations for unix errno comparisons by @kolyshkin in #203
- ci: bump some actions by @kolyshkin in #205
- Misc nitpicks by @kolyshkin in #206
- pwalk, pwalkdir: fix walk vs remove race by @kolyshkin in #204
- Update GitHub Actions CI Go matrix for Go v1.22 by @austinvazquez in #209
- Update GitHub Actions packages to resolve deprecation warnings. by @austinvazquez in #208
- Add dependabot config by @kolyshkin in #210
- build(deps): bump tim-actions/get-pr-commits from 1.3.0 to 1.3.1 by @dependabot in #211
- build(deps): bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #213
- Show SELinux label on failure by @rhatdan in #216
New Contributors
- @ningmingxiao made their first contribution in #200
- @michalbiesek made their first contribution in #202
- @dependabot made their first contribution in #211
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Bump to 1.10.2 by @rhatdan in #182
- gha: add go1.19, drop go1.16, update golangci-lint to v1.49 by @thaJeztah in #183
- go-selinux: remove redundant stub for DisableSecOpt() by @thaJeztah in #187
- remove vendor directory by @thaJeztah in #186
- go-selinux: remove fallbacks for go < 1.16 by @thaJeztah in #184
- pkg/pwalk: deprecate in favor of pkg/pwalkdir by @thaJeztah in #185
- go-selinux: some cleanup/refactor and improve test coverage by @thaJeztah in #190
- gha: also test and lint stubs by @thaJeztah in #189
- use filepath instead of path by @thaJeztah in #188
- golangci-lint: enable more linters and address linting issues by @thaJeztah in #191
- Adds MLSEnabled function. by @badochov in #192
- go-selinux: add coverage for LfileLabel, LsetFileLabel by @thaJeztah in #194
- Add Go 1.20 support; require Go 1.19; drop Go 1.17 and 1.18 by @austinvazquez in #195
- Add ability to set fscontext mounts points by @rhatdan in #196
New Contributors
- @badochov made their first contribution in #192
- @austinvazquez made their first contribution in #195
Full Changelog: v1.10.2...v1.11.0
v1.10.2
What's Changed
- Bump to v1.10.1 by @rhatdan in #174
- gha: update golangci-lint to v1.46, add Go 1.18, remove Go 1.15 by @thaJeztah in #179
- vendor: golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 by @thaJeztah in #178
- Allow relabeling of files/directories under /usr prefix by @rhatdan in #180
- selinux.Chcon should check legal rather then just label.Relabel by @rhatdan in #181
- If chcon fails, check if label is already correct by @rhatdan in #177
Full Changelog: v1.10.1...v1.10.2
v1.10.1
v1.10.0
What's Changed
- Add CODEOWNERS by @jdolitsky in #168
- Add LFileLabel and LSetFileLabel by @rhatdan in #169
New Contributors
- @jdolitsky made their first contribution in #168
Full Changelog: v1.9.1...v1.10.0
v1.9.1
What's Changed
- Relabel,Chcon: do process the root entry last by @kolyshkin in #165
Full Changelog: v1.9.0...v1.9.1
v1.9.0
v1.8.5
v1.8.4
v1.8.3
- Remove all uses of pkg/errors, switching to golang's native error wrapping
- Replace obsoleted os.IsPermission / os.IsNotExist with errors.Is
- Make sure to not return bare unix errors (errno) from public functions.
- ci: enable errorlint, fix or suppress its warnings
- ci: enable gofumpt linter