Skip to content

Commit

Permalink
Merge pull request #11420 from wolfi-dev/wolfictl-d858dae1-e9d9-4c52-…
Browse files Browse the repository at this point in the history
…b24b-e52afcc97291

volume-modifier-for-k8s/0.2.0 package update
  • Loading branch information
luhring authored Jan 19, 2024
2 parents 0079c23 + e9c1eff commit 2aeeeb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions volume-modifier-for-k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: volume-modifier-for-k8s
version: 0.1.3
epoch: 1
version: 0.2.0
epoch: 0
description: volume-modifier-for-k8s is a sidecar deployed alongside CSI drivers to enable volume modification through annotations on the PVC.
copyright:
- license: Apache-2.0
Expand All @@ -17,12 +17,11 @@ pipeline:
with:
repository: https://github.com/awslabs/volume-modifier-for-k8s
tag: v${{package.version}}
expected-commit: 6fee6717fff3b706330608e94f9908aa6c0b89d3
expected-commit: 0a7adf05fc48053f322c38bf36fdbe276d835131

# TODO: Add support for plugins
- uses: go/build
with:
go-package: go-1.20 # pin to a specific version of Go as not working with go-1.21 yet
packages: ./cmd
output: volume-modifier-for-k8s
ldflags: "-X main.version=${{package.version}}"
Expand Down

0 comments on commit 2aeeeb6

Please sign in to comment.