diff --git a/container-object-storage-interface.yaml b/container-object-storage-interface.yaml index d47be5c706c..4ef853b715e 100644 --- a/container-object-storage-interface.yaml +++ b/container-object-storage-interface.yaml @@ -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 @@ -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/net@v0.38.0 - golang.org/x/oauth2@v0.27.0 - modroot: ./${{range.key}} - uses: go/build with: - packages: ./cmd + packages: ./${{range.key}}/cmd output: ${{range.key}} - modroot: ./${{range.key}} test: environment: contents: