Skip to content

Commit

Permalink
CMP-2666: Added SPO 0.8.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriff-rh committed Jul 24, 2024
1 parent bad83c0 commit 4f98cce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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.
<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 pods with a default security profile in a given namespace.
====

. Label the namespace with `enable-binding=true` by running the following command:
+
Expand Down
12 changes: 12 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,18 @@ 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]

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

* You can now specify a default `ProfileBinding` 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

0 comments on commit 4f98cce

Please sign in to comment.