Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enterprise-4.13] CMP-2666: Added SPO 0.8.4 release notes #79518

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions modules/spo-binding-workloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,16 @@ spec:
profileRef:
kind: {kind} <1>
name: profile <2>
image: quay.io/security-profiles-operator/test-nginx-unprivileged:1.21
image: quay.io/security-profiles-operator/test-nginx-unprivileged:1.21 <3>
----
<1> The `kind:` variable refers to the name of the profile.
<1> The `kind:` variable refers to the kind of the profile.
<2> The `name:` variable refers to the name of the profile.
<3> You can enable a default security profile by using a wildcard in the image attribute: `image: "*"`
+
[IMPORTANT]
====
Using the `image: "*"` wildcard attribute binds all new pods with a default security profile in a given namespace.
====

. Label the namespace with `enable-binding=true` by running the following command:
+
Expand Down
14 changes: 14 additions & 0 deletions security/security_profiles_operator/spo-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ These release notes track the development of the Security Profiles Operator in {

For an overview of the Security Profiles Operator, see xref:../../security/security_profiles_operator/spo-overview.adoc#[Security Profiles Operator Overview].

[id="spo-release-notes-0-8-4"]
== Security Profiles Operator 0.8.4

The following advisory is available for the Security Profiles Operator 0.8.4:

* link:https://access.redhat.com/errata/RHBA-2024:4781[RHBA-2024:4781 - OpenShift Security Profiles Operator bug fix update]

This update addresses CVEs in underlying dependencies.

[id="spo-0-8-4-new-features-and-enhancements"]
=== New features and enhancements

* You can now specify a default security profile in the `image` attribute of a `ProfileBinding` object by setting a wildcard. For more information, see xref:../../security/security_profiles_operator/spo-selinux.adoc#spo-binding-workloads_spo-selinux[Binding workloads to profiles with ProfileBindings (SELinux)] and xref:../../security/security_profiles_operator/spo-seccomp.adoc#spo-binding-workloads_spo-seccomp[Binding workloads to profiles with ProfileBindings (Seccomp)].

[id="spo-release-notes-0-8-2"]
== Security Profiles Operator 0.8.2

Expand Down