Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev-v2.9] Bump rancher-webhook to 0.5.0-rc8 #3834

Merged
merged 3 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2
appVersion: 0.5.0-rc7
appVersion: 0.5.0-rc8
description: ValidatingAdmissionWebhook for Rancher types
name: rancher-webhook
version: 104.0.0+up0.5.0-rc7
version: 104.0.0+up0.5.0-rc8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: rancher/rancher-webhook
tag: v0.5.0-rc7
tag: v0.5.0-rc8
imagePullPolicy: IfNotPresent

global:
Expand Down
10 changes: 5 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19891,14 +19891,14 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2
appVersion: 0.5.0-rc7
created: "2024-03-28T10:28:16.372115943-04:00"
appVersion: 0.5.0-rc8
created: "2024-04-29T13:17:19.620292214-04:00"
description: ValidatingAdmissionWebhook for Rancher types
digest: 4c1cd7620e584eb0cc53de14665f7eae3f996caaba1afed62a8d44e09c49eac1
digest: c3adb76f2c8c762536ba58d19dc380e4159042182d203022c09f7310c2f77ff6
name: rancher-webhook
urls:
- assets/rancher-webhook/rancher-webhook-104.0.0+up0.5.0-rc7.tgz
version: 104.0.0+up0.5.0-rc7
- assets/rancher-webhook/rancher-webhook-104.0.0+up0.5.0-rc8.tgz
version: 104.0.0+up0.5.0-rc8
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down
2 changes: 1 addition & 1 deletion packages/rancher-webhook/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://github.com/rancher/webhook/releases/download/v0.5.0-rc7/rancher-webhook-0.5.0-rc7.tgz
url: https://github.com/rancher/webhook/releases/download/v0.5.0-rc8/rancher-webhook-0.5.0-rc8.tgz
version: 104.0.0
doNotRelease: false
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ rancher-vsphere-csi:
- 102.2.0+up3.0.2-rancher1
- 103.1.0+up3.1.2-rancher1
rancher-webhook:
- 104.0.0+up0.5.0-rc7
- 104.0.0+up0.5.0-rc8
- 2.0.7+up0.3.7
- 103.0.2+up0.4.3
rancher-windows-gmsa:
Expand Down
Loading