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 a7791da commit 0ac0804
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/spo-binding-workloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can use the `ProfileBinding` resource to bind a security profile to the `Sec

.Procedure

. To bind a pod that uses a `quay.io/security-profiles-operator/test-nginx-unprivileged:1.21` image to the example `{kind}` profile, create a `ProfileBinding` object in the same namespace with the pod and the `{kind}` objects:
. To bind a pod that uses a default image to the example `{kind}` profile, create a `ProfileBinding` object in the same namespace with the pod and the `{kind}` objects:
+
[source,yaml,subs="attributes+"]
----
Expand All @@ -35,10 +35,11 @@ spec:
profileRef:
kind: {kind} <1>
name: profile <2>
image: quay.io/security-profiles-operator/test-nginx-unprivileged:1.21
image: * <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 `ProfileBinding` by using the `*` as the image name.

. 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 the `image:` wildcard `*`. For more information, see xref:../../security/security_profiles_operator/spo-selinux.html#spo-binding-workloads_spo-selinux[Binding workloads to profiles with ProfileBindings (SELinux)] and xref:../../security/security_profiles_operator/spo-seccomp.html#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 0ac0804

Please sign in to comment.