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] Un-RC webhook to v0.5.3 #4604

Merged
merged 4 commits into from
Oct 18, 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.3-rc.1
appVersion: 0.5.3
description: ValidatingAdmissionWebhook for Rancher types
name: rancher-webhook
version: 104.0.3+up0.5.3-rc.1
version: 104.0.3+up0.5.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: rancher/rancher-webhook
tag: v0.5.3-rc.1
tag: v0.5.3
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 @@ -25849,14 +25849,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.3-rc.1
created: "2024-10-07T10:51:05.667837-04:00"
appVersion: 0.5.3
created: "2024-10-18T17:42:05.867126248-04:00"
description: ValidatingAdmissionWebhook for Rancher types
digest: ebdfcedcb4be72e637e1ae6fe03f60a9c301ac996a052eca4c30758f65a630e6
digest: dbe489f0ee758b348945e20a24de73b0e3beb124a8578165714747232ed79ff7
name: rancher-webhook
urls:
- assets/rancher-webhook/rancher-webhook-104.0.3+up0.5.3-rc.1.tgz
version: 104.0.3+up0.5.3-rc.1
- assets/rancher-webhook/rancher-webhook-104.0.3+up0.5.3.tgz
version: 104.0.3+up0.5.3
- 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.3-rc.1/rancher-webhook-0.5.3-rc.1.tgz
url: https://github.com/rancher/webhook/releases/download/v0.5.3/rancher-webhook-0.5.3.tgz
version: 104.0.3
doNotRelease: false
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rancher-monitoring:
rancher-monitoring-crd:
- 104.1.2+up57.0.3
rancher-webhook:
- 104.0.3+up0.5.3-rc.1
- 104.0.3+up0.5.3
neuvector:
- 103.0.6+up2.8.0
neuvector-crd:
Expand Down