diff --git a/rancher-webhook-0.5.yaml b/rancher-webhook-0.6.yaml similarity index 57% rename from rancher-webhook-0.5.yaml rename to rancher-webhook-0.6.yaml index 1dddd563a31..beb70cbfd7d 100644 --- a/rancher-webhook-0.5.yaml +++ b/rancher-webhook-0.6.yaml @@ -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 @@ -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/kubernetes@v1.30.3 k8s.io/apiserver@v0.30.3 golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 - modroot: . + deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0 - uses: go/build with: @@ -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