Skip to content
Merged
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
15 changes: 4 additions & 11 deletions container-object-storage-interface.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: container-object-storage-interface
version: "0.2.1"
epoch: 3 # CVE-2025-61725
version: "0.2.2"
epoch: 0 # CVE-2025-61725
description: Container Object Storage Interface (COSI) responsible for defining COSI spec and APIs, interfacing with COSI drivers, and managing the lifecycle of COSI objects
copyright:
- license: Apache-2.0
Expand All @@ -21,24 +21,17 @@ pipeline:
with:
repository: https://github.com/kubernetes-sigs/container-object-storage-interface
tag: v${{package.version}}
expected-commit: f1f392110e45b4f407aa214380eda16b118db31d
expected-commit: f75d47509dae3e4ed0fd18ce0a60474b78e8d29b

subpackages:
- range: binaries
name: "${{package.name}}-${{range.key}}"
description: COSI's ${{range.key}} binary
pipeline:
- uses: go/bump
with:
deps: |-
golang.org/x/[email protected]
golang.org/x/[email protected]
modroot: ./${{range.key}}
- uses: go/build
with:
packages: ./cmd
packages: ./${{range.key}}/cmd
output: ${{range.key}}
modroot: ./${{range.key}}
test:
environment:
contents:
Expand Down
Loading