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.8] Un-RC webhook to v0.4.12 #4605

Merged
merged 3 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.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2
appVersion: 0.4.12-rc.1
appVersion: 0.4.12
description: ValidatingAdmissionWebhook for Rancher types
name: rancher-webhook
version: 103.0.11+up0.4.12-rc.1
version: 103.0.11+up0.4.12
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: rancher/rancher-webhook
tag: v0.4.12-rc.1
tag: v0.4.12
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 @@ -23277,14 +23277,14 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.8.0-0 < 2.9.0-0'
catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2
appVersion: 0.4.12-rc.1
created: "2024-10-07T10:48:24.922951-04:00"
appVersion: 0.4.12
created: "2024-10-18T17:50:13.121610642-04:00"
description: ValidatingAdmissionWebhook for Rancher types
digest: 057a61d5ab011b6323e62f31faf5415d75a267b1555f58928d3bc1883b2e2f14
digest: 2455a8895247efe14eb3447d86d56202227dd749d402d4eea5ce875bceae3b43
name: rancher-webhook
urls:
- assets/rancher-webhook/rancher-webhook-103.0.11+up0.4.12-rc.1.tgz
version: 103.0.11+up0.4.12-rc.1
- assets/rancher-webhook/rancher-webhook-103.0.11+up0.4.12.tgz
version: 103.0.11+up0.4.12
- 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.4.12-rc.1/rancher-webhook-0.4.12-rc.1.tgz
url: https://github.com/rancher/webhook/releases/download/v0.4.12/rancher-webhook-0.4.12.tgz
version: 103.0.11
doNotRelease: false
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rancher-monitoring-crd:
- 103.1.2+up45.31.1
- 103.2.0+up57.0.3
rancher-webhook:
- 103.0.11+up0.4.12-rc.1
- 103.0.11+up0.4.12
prometheus-federator:
- 103.1.0+up0.4.2
rancher-cis-benchmark:
Expand Down
Loading