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

fix: update helm chart cert-manager to v1.7.1 #213

Merged
merged 1 commit into from
Feb 4, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
cert-manager patch v1.7.0 -> v1.7.1

Release Notes

jetstack/cert-manager

v1.7.1

Compare Source

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

Version 1.7.1 fixes a bug which was discovered in 1.7.0 relating to the new additionalOutputFormat feature.

Changelog since v1.7.0
Bug or Regression
  • Fix: The alpha feature Certificate's additionalOutputFormats is now correctly validated at admission time, and no longer only validated if the privateKey field of the Certificate is set. The Webhook component now contains a separate feature set.
    AdditionalCertificateOutputFormats feature gate (disabled by default) has been added to the webhook. This gate is required to be enabled on both the controller and webhook components in order to make use of the Certificate's additionalOutputFormat feature. (#​4816, @​JoshVanL)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from h3mmy as a code owner February 4, 2022 18:10
@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Feb 4, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Feb 4, 2022

Path: cluster/core/cert-manager/helm-release.yaml
Version: v1.7.0 -> v1.7.1

@@ -323,7 +323,7 @@
 - secretName
 properties:
 additionalOutputFormats:
- description: AdditionalOutputFormats defines extra output formats of the private key and signed certificate chain to be written to this Certificate's target Secret. This is an Alpha Feature and is only enabled with the `--feature-gates=AdditionalCertificateOutputFormats=true` option.
+ description: AdditionalOutputFormats defines extra output formats of the private key and signed certificate chain to be written to this Certificate's target Secret. This is an Alpha Feature and is only enabled with the `--feature-gates=AdditionalCertificateOutputFormats=true` option on both the controller and webhook components.
 type: array
 items:
 description: CertificateAdditionalOutputFormat defines an additional output format of a Certificate resource. These contain supplementary data formats of the signed certificate chain and paired private key.
@@ -5014,7 +5014,7 @@
 runAsNonRoot: true
 containers:
 - name: cert-manager
- image: "quay.io/jetstack/cert-manager-cainjector:v1.7.0"
+ image: "quay.io/jetstack/cert-manager-cainjector:v1.7.1"
 imagePullPolicy: IfNotPresent
 args:
 - --v=2
@@ -5062,7 +5062,7 @@
 runAsNonRoot: true
 containers:
 - name: cert-manager
- image: "quay.io/jetstack/cert-manager-controller:v1.7.0"
+ image: "quay.io/jetstack/cert-manager-controller:v1.7.1"
 imagePullPolicy: IfNotPresent
 args:
 - --v=2
@@ -5116,7 +5116,7 @@
 runAsNonRoot: true
 containers:
 - name: cert-manager
- image: "quay.io/jetstack/cert-manager-webhook:v1.7.0"
+ image: "quay.io/jetstack/cert-manager-webhook:v1.7.1"
 imagePullPolicy: IfNotPresent
 args:
 - --v=2
@@ -5343,7 +5343,7 @@
 runAsNonRoot: true
 containers:
 - name: cert-manager
- image: "quay.io/jetstack/cert-manager-ctl:v1.7.0"
+ image: "quay.io/jetstack/cert-manager-ctl:v1.7.1"
 imagePullPolicy: IfNotPresent
 args:
 - check

@renovate renovate bot merged commit 9638f56 into main Feb 4, 2022
@renovate renovate bot deleted the renovate/cert-manager-1.7.x branch February 4, 2022 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants