Skip to content

Commit

Permalink
add rancher-webhook-0.6 stream (#37485)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Dentrax <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Dentrax <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2024
1 parent b937ec9 commit 0fef27b
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions rancher-webhook-0.5.yaml → rancher-webhook-0.6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: rancher-webhook-0.5
version: 0.5.4
epoch: 2
name: rancher-webhook-0.6
version: 0.6.2
epoch: 0
description: Rancher webhook for Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -21,14 +21,13 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: dc9ea59fe49e3eaf704143b92597c25b2fcc84d6
expected-commit: 1ca06f83f731955d456b1bd7af6f1e0e6c02d5b1
repository: https://github.com/rancher/webhook
tag: v${{package.version}}

- uses: go/bump
with:
deps: k8s.io/[email protected] k8s.io/[email protected] golang.org/x/[email protected] golang.org/x/[email protected]
modroot: .
deps: golang.org/x/[email protected] golang.org/x/[email protected]

- uses: go/build
with:
Expand All @@ -40,4 +39,15 @@ update:
enabled: true
git:
strip-prefix: v
tag-filter-prefix: v0.5.
tag-filter-prefix: v0.6.

test:
pipeline:
- name: "start daemon"
uses: test/daemon-check-output
with:
start: "webhook"
timeout: 15
expected_output: |
starting
Waiting for server to become available

0 comments on commit 0fef27b

Please sign in to comment.