github kubernetes-sigs/security-profiles-operator v1.0.1

4 hours ago

Welcome to the v1.0.1 release of the security-profiles-operator!

This is a patch release which adds new features like podSelector support for ProfileBinding, custom SELinux templates, SELinux allowlist options, and per-syscall coverage on merged seccomp profiles. It also includes several bug fixes and dependency updates. The general usage and setup can be found in our documentation.

To install the operator, run:

$ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/security-profiles-operator/v1.0.1/deploy/operator.yaml

You can also verify the container image signature by using cosign:

$ cosign verify \
    --certificate-identity krel-trust@k8s-releng-prod.iam.gserviceaccount.com \
    --certificate-oidc-issuer https://accounts.google.com \
    registry.k8s.io/security-profiles-operator/security-profiles-operator:v1.0.1

Besides the operator image, we now also ship spoc, the official Security Profiles Operator Command Line Interface! Binaries for amd64, arm64, ppc64le and s390x are attached to this release.

To verify the signature of spoc, download all release artifacts and run for amd64 (works in the same way for arm64, ppc64le and s390x):

$ cosign verify-blob \
    --certificate-identity sgrunert@redhat.com \
    --certificate-oidc-issuer https://github.com/login/oauth \
    --bundle spoc.amd64.bundle \
    spoc.amd64

We also provide .sha512 sum files for the binaries.

Feel free to provide us any kind of feedback in the official Kubernetes Slack #security-profiles-operator channel.

Changes by Kind

Feature

  • Add podSelector to ProfileBinding for targeted pod matching. (#3287, @mirza-src)
  • Add allowlist in SELinux options to override default denylist. (#3288, @mirza-src)
  • Add SELinux options in helm chart. (#3321, @mirza-src)
  • Add support for custom SELinux templates, including helm chart support, event logging, and DNS subdomain pattern validation. (#3357, @mirza-src)
  • Expose per-syscall coverage on merged seccomp profiles. (#3355, @idriss-eliguene)
  • Include profile kind in node status naming and validate SELinux profile names. (#3376, @saschagrunert)
  • Use security-profiles-merger for seccomp and AppArmor union. (#3271, @saschagrunert)

Bug

Dependencies

Added

  • filippo.io/mldsa: 43d0283
  • github.com/ProtonMail/go-crypto: v1.4.1
  • github.com/ThalesGroup/crypto11: v1.6.0
  • github.com/cloudflare/circl: v1.6.3
  • github.com/go-openapi/runtime/server-middleware: v0.30.0
  • github.com/saschagrunert/security-profiles-merger: v0.3.6
  • github.com/tink-crypto/tink-go-awskms/v3: v3.0.0
  • github.com/vbauerster/cupwriter: v0.0.4

Changed

Removed

  • github.com/go-http-utils/headers: fed159e
  • github.com/montanaflynn/stats: v0.7.0

Don't miss a new security-profiles-operator release

NewReleases is sending notifications on new releases.