Skip to content

Commit

Permalink
chore: prepare next minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
aellwein committed Jan 13, 2023
1 parent c9ed7a8 commit 38819d5
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OS ?= $(shell go env GOOS)
ARCH ?= $(shell go env GOARCH)

IMAGE_NAME := "elvino76/cert-manager-webhook-netcup"
IMAGE_TAG := "1.0.10"
IMAGE_TAG := "1.0.11"

OUT := $(shell pwd)/_out

Expand Down
Binary file added charts/cert-manager-webhook-netcup-1.0.11.tgz
Binary file not shown.
43 changes: 35 additions & 8 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
apiVersion: v1
entries:
cert-manager-webhook-netcup:
- annotations:
artifacthub.io/changes: |
- Use updated base Docker image (alpine 3.17.1) mitigate [CVE-2022-3996](https://github.com/advisories/GHSA-vr8j-hgmm-jh9r)
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
- name: Alex Ellwein
email: [email protected]
apiVersion: v1
appVersion: 1.0.11
created: "2023-01-13T17:48:26.437784+01:00"
description: A Helm chart for cert manager webhook solver for ACME DNS01 challenge
via Netcup
digest: aa66de90af78012c0521d3ec48265746ee97f26640248e4b68328331c4ce6f2d
home: https://github.com/aellwein/cert-manager-webhook-netcup
icon: https://raw.githubusercontent.com/cert-manager/cert-manager/master/logo/logo.png
keywords:
- cert-manager
- webhook
- letsencrypt
- netcup
- ACME
- DNS01
name: cert-manager-webhook-netcup
urls:
- cert-manager-webhook-netcup-1.0.11.tgz
version: 1.0.11
- annotations:
artifacthub.io/changes: |
- Use updated deps to mitigate [CVE-2022-41717](https://nvd.nist.gov/vuln/detail/CVE-2022-41717)
Expand All @@ -12,7 +39,7 @@ entries:
email: [email protected]
apiVersion: v1
appVersion: 1.0.10
created: "2022-12-29T18:18:38.610904+01:00"
created: "2023-01-13T17:48:26.437452+01:00"
description: A Helm chart for cert manager webhook solver for ACME DNS01 challenge
via Netcup
digest: f6ec08186bf14c204eef0971e9c84545b5a8bb3d455d7cdcca488ddc71830695
Expand Down Expand Up @@ -41,7 +68,7 @@ entries:
email: [email protected]
apiVersion: v1
appVersion: 1.0.9
created: "2022-12-29T18:18:38.612962+01:00"
created: "2023-01-13T17:48:26.439711+01:00"
description: A Helm chart for cert manager webhook solver for ACME DNS01 challenge
via Netcup
digest: d3b6eab27e21af3ae6fb5473e4b0e5db8d75c95bf5ee9b7f1b2e25e98b488bd3
Expand All @@ -60,7 +87,7 @@ entries:
version: 1.0.9
- apiVersion: v1
appVersion: 1.0.8
created: "2022-12-29T18:18:38.612641+01:00"
created: "2023-01-13T17:48:26.439367+01:00"
description: Allow cert-manager to solve DNS challenges using Netcup DNS API
digest: 4b1c49ef9ab1c57428cff35824dd7cb13f187af74fa7dcd560dd788aa0dce892
name: cert-manager-webhook-netcup
Expand All @@ -69,7 +96,7 @@ entries:
version: 1.0.8
- apiVersion: v1
appVersion: 1.0.7
created: "2022-12-29T18:18:38.612413+01:00"
created: "2023-01-13T17:48:26.43912+01:00"
description: Allow cert-manager to solve DNS challenges using Netcup DNS API
digest: 0d262079f7326e41020df239298f5106bebaf9d797a9ce61550caa6457237a69
name: cert-manager-webhook-netcup
Expand All @@ -78,7 +105,7 @@ entries:
version: 1.0.7
- apiVersion: v1
appVersion: 1.0.6
created: "2022-12-29T18:18:38.612175+01:00"
created: "2023-01-13T17:48:26.438867+01:00"
description: Allow cert-manager to solve DNS challenges using Netcup DNS API
digest: f1eb0f11758d480a6fa187a54cdca8669b1ccdb75f022b53d84253723827b7c7
name: cert-manager-webhook-netcup
Expand All @@ -87,7 +114,7 @@ entries:
version: 1.0.6
- apiVersion: v1
appVersion: 1.0.5
created: "2022-12-29T18:18:38.611912+01:00"
created: "2023-01-13T17:48:26.438612+01:00"
description: Allow cert-manager to solve DNS challenges using Netcup DNS API
digest: 24df7547c2509b06972440c318a22e7e62c0c00c55a796b2c71b70c2e6a1f9bf
name: cert-manager-webhook-netcup
Expand All @@ -96,11 +123,11 @@ entries:
version: 1.0.5
- apiVersion: v1
appVersion: 1.0.3
created: "2022-12-29T18:18:38.611454+01:00"
created: "2023-01-13T17:48:26.438215+01:00"
description: Allow cert-manager to solve DNS challenges using Netcup DNS API
digest: 03f7f124bb6d76a606a9ed598466b1f4aa422c4406bde52cfff1202a209cd9fd
name: cert-manager-webhook-netcup
urls:
- cert-manager-webhook-netcup-1.0.3.tgz
version: 1.0.3
generated: "2022-12-29T18:18:38.610529+01:00"
generated: "2023-01-13T17:48:26.436782+01:00"
7 changes: 3 additions & 4 deletions deploy/cert-manager-webhook-netcup/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.0.10"
version: 1.0.10
appVersion: "1.0.11"
version: 1.0.11
description: A Helm chart for cert manager webhook solver for ACME DNS01 challenge via Netcup
name: cert-manager-webhook-netcup
home: https://github.com/aellwein/cert-manager-webhook-netcup
Expand All @@ -19,5 +19,4 @@ annotations:
email: [email protected]
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- Use updated deps to mitigate [CVE-2022-41717](https://nvd.nist.gov/vuln/detail/CVE-2022-41717)
- Use Go 1.19 and alpine 3.17 Docker image
- Use updated base Docker image (alpine 3.17.1) mitigate [CVE-2022-3996](https://github.com/advisories/GHSA-vr8j-hgmm-jh9r)
2 changes: 1 addition & 1 deletion deploy/cert-manager-webhook-netcup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ certManager:

image:
repository: elvino76/cert-manager-webhook-netcup
tag: 1.0.10
tag: 1.0.11
# sha hash can be used to specify image version, instead of tag
hash: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 38819d5

Please sign in to comment.