Skip to content

Commit

Permalink
redis-operator/0.19.1-r0: cve remediation (#44402)
Browse files Browse the repository at this point in the history
redis-operator/0.19.1-r0: fix CVE-2025-22868

Advisory data:
https://github.com/wolfi-dev/advisories/blob/main/redis-operator.advisories.yaml

Source code for this service: https://go/cve-remedy-automation-source

Logs for this execution: https://go/cve-remedy-automation-logs

Docs for this service: _(not provided yet)_

Co-authored-by: octo-sts[bot] <[email protected]>
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Mar 4, 2025
1 parent 37eb46f commit 65732d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion redis-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: redis-operator
version: "0.19.1"
epoch: 0
epoch: 1
description: "A Kubernetes operator to manage Redis clusters"
copyright:
- license: Apache-2.0
Expand All @@ -13,6 +13,11 @@ pipeline:
tag: "v${{package.version}}"
expected-commit: "84745ab3155994b8220265930159b4c46e653852"

- uses: go/bump
with:
deps: |-
golang.org/x/[email protected]
- uses: go/build
with:
packages: "."
Expand Down

0 comments on commit 65732d5

Please sign in to comment.