Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps sigs.k8s.io/security-profiles-operator from 0.8.4 to 0.10.0.

Release notes

Sourced from sigs.k8s.io/security-profiles-operator's releases.

v0.10.0

Welcome to our glorious v0.10.0 release of the security-profiles-operator! The general usage and setup can be found [in our documentation][0]. 🥳 👯

To install the operator, run:

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

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

$ 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:v0.10.0

Beside the operator image, we now also ship spoc, the official Security Profiles Operator Command Line Interface! Binaries for amd64 and arm64 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:

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

To verify the Bill of Materials (BOM) using the bom tool, download the artifacts into a build directory and run:

> bom validate -e spoc.spdx -d build/
+-------------------+-------+-----------------------------+----------------+
|     FILENAME      | VALID |           MESSAGE           | INVALID HASHES |
+-------------------+-------+-----------------------------+----------------+
| spoc.amd64        | OK    | File validated successfully | -              |
| spoc.amd64.cert   | OK    | File validated successfully | -              |
| spoc.amd64.sha512 | OK    | File validated successfully | -              |
| spoc.amd64.sig    | OK    | File validated successfully | -              |
| spoc.arm64        | OK    | File validated successfully | -              |
| spoc.arm64.cert   | OK    | File validated successfully | -              |
| spoc.arm64.sha512 | OK    | File validated successfully | -              |
| spoc.arm64.sig    | OK    | File validated successfully | -              |
+-------------------+-------+-----------------------------+----------------+

The .spdx file is signed as well and we also provide .sha512 sum files for the binaries.

... (truncated)

Commits
  • 3f8de1e Bump v0.10.0
  • 55d4cce Fix build
  • 7324729 build(deps): bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.5.3
  • 2dc665d Re-allow using http/1.1 for the metrics endpoint
  • 632feeb Fix profilerecording failed to create selinuxprofile issue
  • 5734672 fix ca test
  • d335712 fix hardcoded ns
  • 0694106 build(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0
  • 1fcfb19 Switch to clang 19
  • 1fb6096 Drop btfhub support
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 28, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2025
@dependabot dependabot bot added the go Pull requests that update Go code label Aug 28, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/sigs.k8s.io/security-profiles-operator-0.10.0 branch 2 times, most recently from 70a4f25 to 91a8195 Compare August 29, 2025 08:06
Bumps [sigs.k8s.io/security-profiles-operator](https://github.com/kubernetes-sigs/security-profiles-operator) from 0.8.4 to 0.10.0.
- [Release notes](https://github.com/kubernetes-sigs/security-profiles-operator/releases)
- [Changelog](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/release.md)
- [Commits](kubernetes-sigs/security-profiles-operator@v0.8.4...v0.10.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/security-profiles-operator
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/sigs.k8s.io/security-profiles-operator-0.10.0 branch from 91a8195 to 7a8ac00 Compare September 12, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant