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

Release rancher-webhook v0.3.6 #2958

Merged
merged 3 commits into from
Sep 8, 2023
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,11 +8,11 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2
appVersion: 0.3.6-rc5
appVersion: 0.3.6
dependencies:
- condition: capi.enabled
name: capi
repository: ""
description: ValidatingAdmissionWebhook for Rancher types
name: rancher-webhook
version: 2.0.6+up0.3.6-rc5
version: 2.0.6+up0.3.6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: rancher/rancher-webhook
tag: v0.3.6-rc5
tag: v0.3.6
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 @@ -14876,18 +14876,18 @@ entries:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: rancher-webhook
apiVersion: v2
appVersion: 0.3.6-rc5
created: "2023-09-01T16:04:06.746271-04:00"
appVersion: 0.3.6
created: "2023-09-07T15:19:20.238296906-05:00"
dependencies:
- condition: capi.enabled
name: capi
repository: ""
description: ValidatingAdmissionWebhook for Rancher types
digest: 9d5ec7fd0a6cef234ea5deed7a47685b30a24b390a34102a6318bc0c4c9a4a60
digest: 473a395b9956a71b8ba41786ca3daab8f13911854e87f3d9571524ac5e7729eb
name: rancher-webhook
urls:
- assets/rancher-webhook/rancher-webhook-2.0.6+up0.3.6-rc5.tgz
version: 2.0.6+up0.3.6-rc5
- assets/rancher-webhook/rancher-webhook-2.0.6+up0.3.6.tgz
version: 2.0.6+up0.3.6
- 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,2 +1,2 @@
url: https://github.com/rancher/webhook/releases/download/v0.3.6-rc5/rancher-webhook-0.3.6-rc5.tgz
url: https://github.com/rancher/webhook/releases/download/v0.3.6/rancher-webhook-0.3.6.tgz
version: 2.0.6
2 changes: 1 addition & 1 deletion release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rancher-project-monitoring:
rancher-provisioning-capi:
- 100.0.0+up0.0.1
rancher-webhook:
- 2.0.6+up0.3.6-rc5
- 2.0.6+up0.3.6
ui-plugin-operator:
- 102.0.2+up0.2.1
ui-plugin-operator-crd:
Expand Down
Loading