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

[v2.9] Bump webhook to v0.5.0-rc9 #4133

Merged
merged 4 commits into from
Jun 27, 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
@@ -1,14 +1,14 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
catalog.cattle.io/kube-version: < 1.30.0-0
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
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-rc8
appVersion: 0.5.0-rc9
description: ValidatingAdmissionWebhook for Rancher types
name: rancher-webhook
version: 104.0.0+up0.5.0-rc8
version: 104.0.0+up0.5.0-rc9
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: rancher/rancher-webhook
tag: v0.5.0-rc8
tag: v0.5.0-rc9
imagePullPolicy: IfNotPresent

global:
Expand Down
12 changes: 6 additions & 6 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21946,21 +21946,21 @@ entries:
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.29.0-0'
catalog.cattle.io/kube-version: < 1.30.0-0
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
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-rc8
created: "2024-04-29T13:17:19.620292214-04:00"
appVersion: 0.5.0-rc9
created: "2024-06-26T18:40:13.104886-06:00"
description: ValidatingAdmissionWebhook for Rancher types
digest: c3adb76f2c8c762536ba58d19dc380e4159042182d203022c09f7310c2f77ff6
digest: 2d52c8bbcd13b2cf4482f0d828bff1943d94662bb099ea3f0352abee3017147c
name: rancher-webhook
urls:
- assets/rancher-webhook/rancher-webhook-104.0.0+up0.5.0-rc8.tgz
version: 104.0.0+up0.5.0-rc8
- assets/rancher-webhook/rancher-webhook-104.0.0+up0.5.0-rc9.tgz
version: 104.0.0+up0.5.0-rc9
- 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-rc8/rancher-webhook-0.5.0-rc8.tgz
url: https://github.com/rancher/webhook/releases/download/v0.5.0-rc9/rancher-webhook-0.5.0-rc9.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 @@ -227,7 +227,7 @@ rancher-vsphere-csi:
- 103.1.0+up3.1.2-rancher1
- 103.1.1+up3.1.2-rancher4
rancher-webhook:
- 104.0.0+up0.5.0-rc8
- 104.0.0+up0.5.0-rc9
- 2.0.7+up0.3.7
- 103.0.2+up0.4.3
- 2.0.9+up0.3.9
Expand Down