Skip to content

Commit

Permalink
upgrade it to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Nov 24, 2024
1 parent 2c43fa5 commit 9981ba6
Showing 1 changed file with 7 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,48 +1,32 @@
package:
name: grafana-rollout-operator-0.14
version: 0.14.0
epoch: 4
name: grafana-rollout-operator
version: 0.20.1
epoch: 0
description: Kubernetes Rollout Operator
copyright:
- license: Apache-2.0
dependencies:
provides:
- grafana-rollout-operator=${{package.full-version}}

environment:
contents:
packages:
- build-base
- go
environment:
CGO_ENABLED: 0

pipeline:
- uses: git-checkout
with:
repository: https://github.com/grafana/rollout-operator
tag: v${{package.version}}
expected-commit: 4dfc90339440982d07065cad294b32d9ba77e8ae
expected-commit: e74c10fade60ae17d522dbaf7d152f5c894d1849

- uses: go/bump
with:
deps: golang.org/x/[email protected] google.golang.org/[email protected]
# - uses: go/bump
# with:
# deps: golang.org/x/[email protected] google.golang.org/[email protected]

- uses: go/build
with:
modroot: .
packages: ./cmd/rollout-operator
output: rollout-operator
ldflags: '-extldflags "-static"'
go-package: go

- name: hardlinks
runs: |
mkdir -p ${{targets.contextdir}}/bin
ln -sf /usr/bin/rollout-operator ${{targets.contextdir}}/bin/rollout-operator
- uses: strip

test:
pipeline:
- runs: |
Expand All @@ -54,4 +38,3 @@ update:
identifier: grafana/rollout-operator
strip-prefix: v
use-tag: true
tag-filter: v0.14.

0 comments on commit 9981ba6

Please sign in to comment.