Merge pull request #1627 from cmurphy/bump-externalip

Bump external-ip-webhook
pull/1629/head
Colleen Murphy 2021-11-19 13:03:45 -08:00 committed by GitHub
commit f4d42fa258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 16 additions and 14 deletions

View File

@ -1,12 +1,13 @@
annotations: annotations:
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: External IP Webhook catalog.cattle.io/display-name: External IP Webhook
catalog.cattle.io/kube-version: < 1.22.0
catalog.cattle.io/namespace: cattle-externalip-system catalog.cattle.io/namespace: cattle-externalip-system
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/release-name: rancher-external-ip-webhook catalog.cattle.io/release-name: rancher-external-ip-webhook
catalog.cattle.io/ui-component: rancher-external-ip-webhook catalog.cattle.io/ui-component: rancher-external-ip-webhook
apiVersion: v1 apiVersion: v1
appVersion: v1.0.1-rc1 appVersion: v1.0.1-rc2
description: | description: |
Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554 Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554
home: https://github.com/rancher/externalip-webhook home: https://github.com/rancher/externalip-webhook
@ -22,4 +23,4 @@ maintainers:
name: rancher-external-ip-webhook name: rancher-external-ip-webhook
sources: sources:
- https://github.com/rancher/externalip-webhook - https://github.com/rancher/externalip-webhook
version: 100.0.1+up1.0.1-rc1 version: 100.0.1+up1.0.1-rc2

View File

@ -15,7 +15,7 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
pullSecrets: [] pullSecrets: []
repository: rancher/externalip-webhook repository: rancher/externalip-webhook
tag: v1.0.1-rc1 tag: v1.0.1-rc2
## Enabling metrics endpoint ## Enabling metrics endpoint
# Webhook emits `webhook_failed_request_count` metrics whenever it rejects service creation or update operation # Webhook emits `webhook_failed_request_count` metrics whenever it rejects service creation or update operation
metrics: metrics:

View File

@ -1985,16 +1985,17 @@ entries:
- annotations: - annotations:
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: External IP Webhook catalog.cattle.io/display-name: External IP Webhook
catalog.cattle.io/kube-version: < 1.22.0
catalog.cattle.io/namespace: cattle-externalip-system catalog.cattle.io/namespace: cattle-externalip-system
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
catalog.cattle.io/release-name: rancher-external-ip-webhook catalog.cattle.io/release-name: rancher-external-ip-webhook
catalog.cattle.io/ui-component: rancher-external-ip-webhook catalog.cattle.io/ui-component: rancher-external-ip-webhook
apiVersion: v1 apiVersion: v1
appVersion: v1.0.1-rc1 appVersion: v1.0.1-rc2
created: "2021-10-12T12:38:11.363614281-07:00" created: "2021-11-19T09:57:30.062534749-08:00"
description: | description: |
Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554 Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554
digest: a32717df029c4e6fc98a1f7fdab7424bc03a9bd3e585761f6a7a8587dcd74337 digest: 0afa3e9af81ae240c9e53e9adf45e188fdd68b42b7ccf31385ecbd49af0c2ced
home: https://github.com/rancher/externalip-webhook home: https://github.com/rancher/externalip-webhook
keywords: keywords:
- cve - cve
@ -2009,8 +2010,8 @@ entries:
sources: sources:
- https://github.com/rancher/externalip-webhook - https://github.com/rancher/externalip-webhook
urls: urls:
- assets/rancher-external-ip-webhook/rancher-external-ip-webhook-100.0.1+up1.0.1-rc1.tgz - assets/rancher-external-ip-webhook/rancher-external-ip-webhook-100.0.1+up1.0.1-rc2.tgz
version: 100.0.1+up1.0.1-rc1 version: 100.0.1+up1.0.1-rc2
- annotations: - annotations:
catalog.cattle.io/certified: rancher catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: External IP Webhook catalog.cattle.io/display-name: External IP Webhook

View File

@ -1,7 +1,7 @@
--- charts-original/Chart.yaml --- charts-original/Chart.yaml
+++ charts/Chart.yaml +++ charts/Chart.yaml
@@ -3,12 +3,12 @@ @@ -4,12 +4,12 @@
catalog.cattle.io/display-name: External IP Webhook catalog.cattle.io/kube-version: < 1.22.0
catalog.cattle.io/namespace: cattle-externalip-system catalog.cattle.io/namespace: cattle-externalip-system
catalog.cattle.io/os: linux catalog.cattle.io/os: linux
- catalog.cattle.io/release-name: rancher-externalip-webhook - catalog.cattle.io/release-name: rancher-externalip-webhook
@ -9,14 +9,14 @@
+ catalog.cattle.io/release-name: rancher-external-ip-webhook + catalog.cattle.io/release-name: rancher-external-ip-webhook
+ catalog.cattle.io/ui-component: rancher-external-ip-webhook + catalog.cattle.io/ui-component: rancher-external-ip-webhook
apiVersion: v1 apiVersion: v1
appVersion: v1.0.1-rc1 appVersion: v1.0.1-rc2
description: | description: |
- Deploy the externalip-webhook to mitigate k8s CVE-2020-8554 - Deploy the externalip-webhook to mitigate k8s CVE-2020-8554
+ Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554 + Deploy the external-ip-webhook to mitigate k8s CVE-2020-8554
home: https://github.com/rancher/externalip-webhook home: https://github.com/rancher/externalip-webhook
keywords: keywords:
- cve - cve
@@ -19,7 +19,7 @@ @@ -20,7 +20,7 @@
maintainers: maintainers:
- email: raul@rancher.com - email: raul@rancher.com
name: rawmind0 name: rawmind0
@ -24,4 +24,4 @@
+name: rancher-external-ip-webhook +name: rancher-external-ip-webhook
sources: sources:
- https://github.com/rancher/externalip-webhook - https://github.com/rancher/externalip-webhook
version: 1.0.1-rc1 version: 1.0.1-rc2

View File

@ -1,2 +1,2 @@
url: https://github.com/rancher/externalip-webhook/releases/download/v1.0.1-rc1/rancher-externalip-webhook-1.0.1-rc1.tgz url: https://github.com/rancher/externalip-webhook/releases/download/v1.0.1-rc2/rancher-externalip-webhook-1.0.1-rc2.tgz
version: 100.0.1 version: 100.0.1