chore(deps): update helm release cert-manager to v1.12.3 #87

Merged
stefan merged 1 commits from renovate/kubezero-cert-manager-parentdir-dependencies into master 2023-08-21 09:49:21 +00:00
Member

This PR contains the following updates:

Package Update Change
cert-manager minor 1.11.1 -> v1.12.3

Release Notes

cert-manager/cert-manager (cert-manager)

v1.12.3

Compare Source

Changes by Kind

Bugfixes

v1.12.2

Compare Source

Known issues

Changes by Kind

Bugfixes
  • BUGFIX: cmctl check api --wait 0 exited without output; we now make sure we perform the API check at least once (#​6116, @​jetstack-bot)

v1.12.1

Compare Source

v1.12.1

This release contains a couple dependency bumps and changes to ACME external webhook library.

Known issues

Changes by Kind

Other (Cleanup or Flake)
  • Don't run API Priority and Fairness controller in webhook's extension apiserver (#​6085, @​irbekrm)
  • Adds a warning for folks to not use controller feature gates helm value to configure webhook feature gates (#​6100, @​irbekrm)
Uncategorized

v1.12.0

Compare Source

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

cert-manager v1.12 brings support for JSON logging, a lower memory footprint, support for ephemeral service account tokens with Vault, improved dependency management and support for the ingressClassName field.

The full release notes are available at https://cert-manager.io/docs/release-notes/release-notes-1.12.

Known issues

Community

Thanks again to all open-source contributors with commits in this release, including:

Thanks also to the following cert-manager maintainers for their contributions during this release:

Equally thanks to everyone who provided feedback, helped users and raised issues on Github and Slack, joined our meetings and talked to us at Kubecon!

Special thanks to @​erikgb for continuously great input and feedback and to @​lucacome for always ensuring that our kube deps are up to date!

Thanks also to the CNCF, which provides resources and support, and to the AWS open source team for being good community members and for their maintenance of the PrivateCA Issuer.

In addition, massive thanks to Jetstack (by Venafi) for contributing developer time and resources towards the continued maintenance of cert-manager projects.

Changes by Kind

Feature
  • POTENTIALLY BREAKING: the cert-manager binaries and some tests have been split into separate Go modules, allowing them to be easily patched independently. This should have no impact if you simply run cert-manager in your cluster. If you import cert-manager binaries, integration tests or end-to-end tests in Go, you may need to make code changes in response to this. See https://cert-manager.io/docs/contributing/importing/ for more details. (#​5880, @​SgtCoDFish)
  • Added support for JSON logging (using --logging-format=json) (#​5828, @​malovme)
  • Added the --concurrent-workers flag that lets you control the number of concurrent workers for each of our controllers. (#​5936, @​inteon)
  • Adds acme.solvers.http01.ingress.podTemplate.spec.imagePullSecrets field to issuer spec to allow to specify image pull secrets for the ACME HTTP01 solver pod. (#​5801, @​malovme)
  • Cainjector:
    • New flags were added to the cainjector binary. They can be used to modify what injectable kinds are enabled. If cainjector is only used as a cert-manager's internal component it is sufficient to only enable validatingwebhookconfigurations and mutatingwebhookconfigurations injectable resources; disabling the rest can improve memory consumption. By default all are enabled.
    • The --watch-certs flag was renamed to --enable-certificates-data-source. (#​5766, @​irbekrm)
  • Helm: Added PodDisruptionBudgets for cert-manager components to the Helm chart (disabled by default). (#​3931, @​e96wic)
  • Helm: Egress 6443/TCP is now allowed in the webhook. This is required for OpenShift and OKD clusters for which the Kubernetes API server listens on port 6443 instead of 443. (#​5788, @​ExNG)
  • Helm: you can now add volumes and volume mounts via Helm variables for the cainjector, webhook, and startupapicheck. (#​5668, @​waterfoul)
  • Helm: you can now enable the flags --dns01-recursive-nameservers, --enable-certificate-owner-ref, and --dns01-recursive-nameservers-only through Helm values. (#​5614, @​jkroepke)
  • The DigitalOcean issuer now sets a cert-manager user agent string. (#​5869, @​andrewsomething)
  • The HTTP-01 solver can now be configured to create Ingresses with an ingressClassName. The credit goes to @​dsonck92 for implementing the initial PR. (#​5849, @​maelvls)
  • The Vault issuer can now be used with ephemeral Kubernetes tokens. With the new serviceAccountRef field, cert-manager generates a short-lived token associated to the service account to authenticate to Vault. Along with this new feature, we have added validation logic in the webhook in order to check the vault.auth field when creating an Issuer or ClusterIssuer. Previously, it was possible to create an Issuer or ClusterIssuer with an invalid value for vault.auth. (#​5502, @​maelvls)
  • The cert-manager controller container of the controller Pod now has a /livez endpoint and a default liveness probe, which fails if leader election has been lost and for some reason the process has not exited. The liveness probe is disabled by default. (#​5962, @​wallrj)
  • Upgraded Gateway API to v0.6.0. (#​5768, @​yulng)
  • Webhook now logs requests to mutating/validating webhook (with --v=5 flag) (#​5975, @​tobotg)
Design
  • Certificate issuances are always failed (and retried with a backoff) for denied or invalid CertificateRequests.
    This is not necessarily a breaking change as due to a race condition this may already have been the case. (#​5887, @​irbekrm)
  • The cainjector controller can now use server-side apply to patch mutatingwebhookconfigurations, validatingwebhookconfigurations, apiservices, and customresourcedefinitions. This feature is currently in alpha and is not enabled by default. To enable server-side apply for the cainjector, add the flag --feature-gates=ServerSideApply=true to the deployment. (#​5991, @​inteon)
Documentation
Bug or Regression
  • Cmctl renew now prints an error message unless Certificate name(s) or --all are supplied (#​5896, @​maumontesilva)
  • Cmctl: In order work around a hardcoded Kubernetes version in Helm, we now use a fake kube-apiserver version when generating the helm template when running cmctl x install. (#​5720, @​irbekrm)
  • Fix development environment and go vendoring on Linux arm64. (#​5810, @​SgtCoDFish)
  • Fix ordering of remote git tags when preparing integration tests (#​5910, @​SgtCoDFish)
  • Helm: the flag --acme-http01-solver-image given to the variable acmesolver.extraArgs now has precedence over the variable acmesolver.image. (#​5693, @​SgtCoDFish)
  • Ingress and Gateway resources will not be synced if deleted via foreground cascading. (#​5878, @​avi-08)
  • The auto-retry mechanism added in VCert 4.23.0 and part of cert-manager 1.11.0 (#​5674) has been found to be faulty. Until this issue is fixed upstream, we now use a patched version of VCert. This patch will slowdown the issuance of certificates by 9% in case of heavy load on TPP. We aim to release at an ulterior date a patch release of cert-manager to fix this slowdown. (#​5805, @​inteon)
  • Upgrade to go 1.19.6 along with newer helm and containerd versions and updated base images (#​5813, @​SgtCoDFish)
  • When using the jks and pkcs12 fields on a Certificate resource with a CA issuer that doesn't set the ca.crt in the Secret resource, cert-manager no longer loop trying to copy ca.crt into truststore.jks or truststore.p12. (#​5972, @​vinzent)
  • When using the literalSubject field on a Certificate resource, the IPs, URIs, DNS names, and email addresses segments are now properly compared. (#​5747, @​inteon)
Other (Cleanup or Flake)
  • ACME account registration is now re-verified if account key is manually changed. (#​5949, @​TrilokGeer)
  • Add make go-workspace target for generating a go.work file for local development (#​5935, @​SgtCoDFish)
  • Added a Makefile target to build a standalone E2E test binary: make e2e-build (#​5804, @​wallrj)
  • Bump keystore-go to v4.4.1 to work around an upstream rewrite of history (#​5724, @​g-gaston)
  • Bump the distroless base images (#​5929, @​maelvls)
  • Bumps base images (#​5793, @​irbekrm)
  • Cainjector memory improvements: removes second cache of secrets, CRDs, validating/mutatingwebhookconfigurations and APIServices that should reduce memory consumption by about half.
    **BREAKING:*- users who are relying on cainjector to work when certificates.cert-manager.io CRD is not installed in the cluster, now need to pass --watch-certificates=false flag to cainjector else it will not start.
    Users who only use cainjector as cert-manager's internal component and have a large number of Certificate resources in cluster can pass --watch-certificates=false to avoid cainjector from caching Certificate resources and save some memory. (#​5746, @​irbekrm)
  • Cainjector now only reconciles annotated objects of injectable kind. (#​5764, @​irbekrm)
  • Container images are have an OCI source label (#​5722, @​james-callahan)
  • Enable cmctl to be imported by third parties (#​6050, @​jetstack-bot)
  • The acmesolver pods created by cert-manager now have automountServiceAccountToken turned off. (#​5754, @​wallrj)
  • The controller binary now uses much less memory on Kubernetes clusters with large or numerous Secret resources. The controller now ignores the contents of Secrets that aren't relevant to cert-manager. This functionality is currently placed behind SecretsFilteredCaching feature flag. The filtering mechanism might, in some cases, slightly slow down issuance or cause additional requests to kube-apiserver because unlabelled Secret resources that cert-manager controller needs will now be retrieved from kube-apiserver instead of being cached locally. To prevent this from happening, users can label all issuer Secret resources with the controller.cert-manager.io/fao: true label. (#​5824, @​irbekrm)
  • The controller memory usage has been further decreased by ignoring annotations, labels and managed fields when caching Secret resources. (#​5966, @​irbekrm)
  • The controller now makes fewer calls to the ACME server.
    POTENTIALLY BREAKING: this PR slightly changes how the name of the Challenge resources are calculated. To avoid duplicate issuances due to the Challenge resource being recreated, ensure that there is no in-progress ACME certificate issuance when you upgrade to this version of cert-manager. (#​5901, @​irbekrm)
  • The memory usage of the controller has been reduced by only caching the metadata of Pods and Services. (#​5976, @​irbekrm)
  • The number of calls made to the ACME server during the controller startup has been reduced by storing the private key hash in the Issuer's status. (#​6006, @​vidarno)
  • Updates Kubernetes libraries to v0.26.2. (#​5820, @​lucacome)
  • Updates Kubernetes libraries to v0.26.3. (#​5907, @​lucacome)
  • Updates Kubernetes libraries to v0.27.1. (#​5961, @​lucacome)
  • Updates base images (#​5832, @​irbekrm)
  • Upgrade to Go 1.20 (#​5969, @​wallrj)
  • Upgrade to go 1.19.5 (#​5712, @​yanggangtony)
  • Validates that certificate.spec.secretName is a valid Secret name (#​5967, @​avi-08)
  • We are now testing with Kubernetes v1.27.1 by default. (#​5979, @​irbekrm)
  • certificate.spec.secretName Secrets will now be labelled with controller.cert-manager.io/fao label (#​5660, @​irbekrm)
Uncategorized
  • We have replaced our python boilerplate checker with an installed Go version, removing the need to have Python installed when developing or building cert-manager. (#​6000, @​SgtCoDFish)

v1.11.4

Compare Source

Changes by Kind

Other (Cleanup or Flake)

Dependencies

Changed

v1.11.3

Compare Source

v1.11.3 mostly contains ACME library changes. API Priority and Fairness feature is now disabled in the external webhook's extension apiserver.

Changes by Kind

Other (Cleanup or Flake)
  • API Priority and Fairness controller is now disabled in extension apiserver for DNS webhook implementation. (#​6092, @​irbekrm)
  • Adds a warning for folks to not use controller feature gates helm value to configure webhook feature gates (#​6101, @​irbekrm)

v1.11.2

Compare Source

Changelog since v1.11.1

Changes by Kind

Bug or Regression
Other (Cleanup or Flake)
  • Bump the distroless base images (#​5930, @​maelvls)

  • Bumps Docker libraries to fix vulnerability scan alert for CVE-2023-28840, CVE-2023-28841, CVE-2023-28842 (#​6037, @​irbekrm)
    Cert-manager was not actually affected by these CVEs which are all to do with Docker daemon's overlay network.

  • Bumps Kube libraries v0.26.0 -> v0.26.4 (#​6038, @​irbekrm)
    This might help with running cert-manager v1.11 on Kubernetes v1.27, see #​6038


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager](https://github.com/cert-manager/cert-manager) | minor | `1.11.1` -> `v1.12.3` | --- ### Release Notes <details> <summary>cert-manager/cert-manager (cert-manager)</summary> ### [`v1.12.3`](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.3) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3) #### Changes by Kind ##### Bugfixes - BUGFIX\[cainjector]: 1-character bug was causing invalid log messages and a memory leak ([#&#8203;6235](https://github.com/cert-manager/cert-manager/issues/6235), [@&#8203;jetstack-bot](https://github.com/jetstack-bot)) ### [`v1.12.2`](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.2) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.12.1...v1.12.2) #### Known issues - cainjector contains a memory leak due to re-assignment of a log variable (see https://github.com/cert-manager/cert-manager/issues/6217). The fix will be released in v1.12.3. See https://github.com/cert-manager/cert-manager/pull/6232 for context. #### Changes by Kind ##### Bugfixes - BUGFIX: `cmctl check api --wait 0` exited without output; we now make sure we perform the API check at least once ([#&#8203;6116](https://github.com/cert-manager/cert-manager/issues/6116), [@&#8203;jetstack-bot](https://github.com/jetstack-bot)) ### [`v1.12.1`](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.1) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.12.0...v1.12.1) ### v1.12.1 This release contains a couple dependency bumps and changes to ACME external webhook library. #### Known issues - [`cmctl` API check](https://cert-manager.io/docs/installation/verify/) is broken in v1.12.1. We suggest that you do not upgrade `cmctl` to this version. The fix will be released in v1.12.2. See [#&#8203;6116](https://github.com/cert-manager/cert-manager/issues/6116) for context. - cainjector contains a memory leak due to re-assignment of a log variable (see https://github.com/cert-manager/cert-manager/issues/6217). The fix will be released in v1.12.3. See https://github.com/cert-manager/cert-manager/pull/6232 for context. #### Changes by Kind ##### Other (Cleanup or Flake) - Don't run API Priority and Fairness controller in webhook's extension apiserver ([#&#8203;6085](https://github.com/cert-manager/cert-manager/pull/6085), [@&#8203;irbekrm](https://github.com/irbekrm)) - Adds a warning for folks to not use controller feature gates helm value to configure webhook feature gates ([#&#8203;6100](https://github.com/cert-manager/cert-manager/pull/6100), [@&#8203;irbekrm](https://github.com/irbekrm)) ##### Uncategorized - Updates Kubernetes libraries to `v0.27.2`. ([#&#8203;6077](https://github.com/cert-manager/cert-manager/pull/6077), [@&#8203;lucacome](https://github.com/lucacome)) - Updates controller-runtime to `v0.15.0` ([#&#8203;6098](https://github.com/cert-manager/cert-manager/pull/6098), [@&#8203;lucacome](https://github.com/lucacome)) ### [`v1.12.0`](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.0) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.11.4...v1.12.0) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. cert-manager v1.12 brings support for JSON logging, a lower memory footprint, support for ephemeral service account tokens with Vault, improved dependency management and support for the ingressClassName field. The full release notes are available at https://cert-manager.io/docs/release-notes/release-notes-1.12. #### Known issues - [`cmctl` API check](https://cert-manager.io/docs/installation/verify/) is broken in v1.12.1. We suggest that you do not upgrade `cmctl` to this version. The fix will be released in v1.12.2. See [#&#8203;6116](https://github.com/cert-manager/cert-manager/issues/6116) for context. - cainjector contains a memory leak due to re-assignment of a log variable (see https://github.com/cert-manager/cert-manager/issues/6217). The fix will be released in v1.12.3. See https://github.com/cert-manager/cert-manager/pull/6232 for context. ### Community Thanks again to all open-source contributors with commits in this release, including: - [@&#8203;malovme](https://github.com/malovme) - [@&#8203;e96wic](https://github.com/e96wic) - [@&#8203;ExNG](https://github.com/ExNG) - [@&#8203;waterfoul](https://github.com/waterfoul) - [@&#8203;jkroepke](https://github.com/jkroepke) - [@&#8203;andrewsomething](https://github.com/andrewsomething) - [@&#8203;yulng](https://github.com/yulng) - [@&#8203;tobotg](https://github.com/tobotg) - [@&#8203;maumontesilva](https://github.com/maumontesilva) - [@&#8203;avi-08](https://github.com/avi-08) - [@&#8203;vinzent](https://github.com/vinzent) - [@&#8203;TrilokGeer](https://github.com/TrilokGeer) - [@&#8203;g-gaston](https://github.com/g-gaston) - [@&#8203;james-callahan](https://github.com/james-callahan) - [@&#8203;lucacome](https://github.com/lucacome) - [@&#8203;yanggangtony](https://github.com/yanggangtony) - [@&#8203;vidarno](https://github.com/vidarno) - [@&#8203;ctrought](https://github.com/ctrought) - [@&#8203;Robfz](https://github.com/Robfz) - [@&#8203;dsonck92](https://github.com/dsonck92) - [@&#8203;rayandas](https://github.com/rayandas) - [@&#8203;olekfur](https://github.com/olekfur) - [@&#8203;ptrc-n](https://github.com/ptrc-n) - [@&#8203;bradjones1](https://github.com/bradjones1) - [@&#8203;gdvalle](https://github.com/gdvalle) Thanks also to the following cert-manager maintainers for their contributions during this release: - [@&#8203;inteon](https://github.com/inteon) - [@&#8203;wallrj](https://github.com/wallrj) - [@&#8203;maelvls](https://github.com/maelvls) - [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish) - [@&#8203;irbekrm](https://github.com/irbekrm) - [@&#8203;jakexks](https://github.com/jakexks) - [@&#8203;JoshVanL](https://github.com/JoshVanL) - [@&#8203;munnerz](https://github.com/munnerz) Equally thanks to everyone who provided feedback, helped users and raised issues on Github and Slack, joined our meetings and talked to us at Kubecon! Special thanks to [@&#8203;erikgb](https://github.com/erikgb) for continuously great input and feedback and to [@&#8203;lucacome](https://github.com/lucacome) for always ensuring that our kube deps are up to date! Thanks also to the [CNCF](https://www.cncf.io/), which provides resources and support, and to the AWS open source team for being good community members and for their maintenance of the [PrivateCA Issuer](https://github.com/cert-manager/aws-privateca-issuer). In addition, massive thanks to [Jetstack](https://www.jetstack.io/) (by [Venafi](https://www.venafi.com/)) for contributing developer time and resources towards the continued maintenance of cert-manager projects. #### Changes by Kind ##### Feature - **POTENTIALLY BREAKING**: the cert-manager binaries and some tests have been split into separate Go modules, allowing them to be easily patched independently. This should have no impact if you simply run cert-manager in your cluster. If you import cert-manager binaries, integration tests or end-to-end tests in Go, you may need to make code changes in response to this. See https://cert-manager.io/docs/contributing/importing/ for more details. ([#&#8203;5880](https://github.com/cert-manager/cert-manager/pull/5880), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) - Added support for JSON logging (using --logging-format=json) ([#&#8203;5828](https://github.com/cert-manager/cert-manager/pull/5828), [@&#8203;malovme](https://github.com/malovme)) - Added the `--concurrent-workers` flag that lets you control the number of concurrent workers for each of our controllers. ([#&#8203;5936](https://github.com/cert-manager/cert-manager/pull/5936), [@&#8203;inteon](https://github.com/inteon)) - Adds `acme.solvers.http01.ingress.podTemplate.spec.imagePullSecrets` field to issuer spec to allow to specify image pull secrets for the ACME HTTP01 solver pod. ([#&#8203;5801](https://github.com/cert-manager/cert-manager/pull/5801), [@&#8203;malovme](https://github.com/malovme)) - Cainjector: - New flags were added to the cainjector binary. They can be used to modify what injectable kinds are enabled. If cainjector is only used as a cert-manager's internal component it is sufficient to only enable validatingwebhookconfigurations and mutatingwebhookconfigurations injectable resources; disabling the rest can improve memory consumption. By default all are enabled. - The `--watch-certs` flag was renamed to `--enable-certificates-data-source`. ([#&#8203;5766](https://github.com/cert-manager/cert-manager/pull/5766), [@&#8203;irbekrm](https://github.com/irbekrm)) - Helm: Added PodDisruptionBudgets for cert-manager components to the Helm chart (disabled by default). ([#&#8203;3931](https://github.com/cert-manager/cert-manager/pull/3931), [@&#8203;e96wic](https://github.com/e96wic)) - Helm: Egress 6443/TCP is now allowed in the webhook. This is required for OpenShift and OKD clusters for which the Kubernetes API server listens on port 6443 instead of 443. ([#&#8203;5788](https://github.com/cert-manager/cert-manager/pull/5788), [@&#8203;ExNG](https://github.com/ExNG)) - Helm: you can now add volumes and volume mounts via Helm variables for the cainjector, webhook, and startupapicheck. ([#&#8203;5668](https://github.com/cert-manager/cert-manager/pull/5668), [@&#8203;waterfoul](https://github.com/waterfoul)) - Helm: you can now enable the flags `--dns01-recursive-nameservers`, `--enable-certificate-owner-ref`, and `--dns01-recursive-nameservers-only` through Helm values. ([#&#8203;5614](https://github.com/cert-manager/cert-manager/pull/5614), [@&#8203;jkroepke](https://github.com/jkroepke)) - The DigitalOcean issuer now sets a cert-manager user agent string. ([#&#8203;5869](https://github.com/cert-manager/cert-manager/pull/5869), [@&#8203;andrewsomething](https://github.com/andrewsomething)) - The HTTP-01 solver can now be configured to create Ingresses with an `ingressClassName`. The credit goes to [@&#8203;dsonck92](https://github.com/dsonck92) for implementing the initial PR. ([#&#8203;5849](https://github.com/cert-manager/cert-manager/pull/5849), [@&#8203;maelvls](https://github.com/maelvls)) - The Vault issuer can now be used with ephemeral Kubernetes tokens. With the new `serviceAccountRef` field, cert-manager generates a short-lived token associated to the service account to authenticate to Vault. Along with this new feature, we have added validation logic in the webhook in order to check the `vault.auth` field when creating an Issuer or ClusterIssuer. Previously, it was possible to create an Issuer or ClusterIssuer with an invalid value for `vault.auth`. ([#&#8203;5502](https://github.com/cert-manager/cert-manager/pull/5502), [@&#8203;maelvls](https://github.com/maelvls)) - The cert-manager controller container of the controller Pod now has a `/livez` endpoint and a default liveness probe, which fails if leader election has been lost and for some reason the process has not exited. The liveness probe is disabled by default. ([#&#8203;5962](https://github.com/cert-manager/cert-manager/pull/5962), [@&#8203;wallrj](https://github.com/wallrj)) - Upgraded Gateway API to v0.6.0. ([#&#8203;5768](https://github.com/cert-manager/cert-manager/pull/5768), [@&#8203;yulng](https://github.com/yulng)) - Webhook now logs requests to mutating/validating webhook (with `--v=5` flag) ([#&#8203;5975](https://github.com/cert-manager/cert-manager/pull/5975), [@&#8203;tobotg](https://github.com/tobotg)) ##### Design - Certificate issuances are always failed (and retried with a backoff) for denied or invalid CertificateRequests. This is not necessarily a breaking change as due to a race condition this may already have been the case. ([#&#8203;5887](https://github.com/cert-manager/cert-manager/pull/5887), [@&#8203;irbekrm](https://github.com/irbekrm)) - The cainjector controller can now use server-side apply to patch mutatingwebhookconfigurations, validatingwebhookconfigurations, apiservices, and customresourcedefinitions. This feature is currently in alpha and is not enabled by default. To enable server-side apply for the cainjector, add the flag --feature-gates=ServerSideApply=true to the deployment. ([#&#8203;5991](https://github.com/cert-manager/cert-manager/pull/5991), [@&#8203;inteon](https://github.com/inteon)) ##### Documentation - Helm: the dead links in `values.yaml` are now working ([#&#8203;5999](https://github.com/cert-manager/cert-manager/pull/5999), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) ##### Bug or Regression - Cmctl renew now prints an error message unless Certificate name(s) or --all are supplied ([#&#8203;5896](https://github.com/cert-manager/cert-manager/pull/5896), [@&#8203;maumontesilva](https://github.com/maumontesilva)) - Cmctl: In order work around a hardcoded Kubernetes version in Helm, we now use a fake kube-apiserver version when generating the helm template when running `cmctl x install`. ([#&#8203;5720](https://github.com/cert-manager/cert-manager/pull/5720), [@&#8203;irbekrm](https://github.com/irbekrm)) - Fix development environment and go vendoring on Linux arm64. ([#&#8203;5810](https://github.com/cert-manager/cert-manager/pull/5810), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) - Fix ordering of remote git tags when preparing integration tests ([#&#8203;5910](https://github.com/cert-manager/cert-manager/pull/5910), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) - Helm: the flag `--acme-http01-solver-image` given to the variable `acmesolver.extraArgs` now has precedence over the variable `acmesolver.image`. ([#&#8203;5693](https://github.com/cert-manager/cert-manager/pull/5693), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) - Ingress and Gateway resources will not be synced if deleted via [foreground cascading](https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion). ([#&#8203;5878](https://github.com/cert-manager/cert-manager/pull/5878), [@&#8203;avi-08](https://github.com/avi-08)) - The auto-retry mechanism added in VCert 4.23.0 and part of cert-manager 1.11.0 ([#&#8203;5674](https://github.com/cert-manager/cert-manager/issues/5674)) has been found to be faulty. Until this issue is fixed upstream, we now use a patched version of VCert. This patch will slowdown the issuance of certificates by 9% in case of heavy load on TPP. We aim to release at an ulterior date a patch release of cert-manager to fix this slowdown. ([#&#8203;5805](https://github.com/cert-manager/cert-manager/pull/5805), [@&#8203;inteon](https://github.com/inteon)) - Upgrade to go 1.19.6 along with newer helm and containerd versions and updated base images ([#&#8203;5813](https://github.com/cert-manager/cert-manager/pull/5813), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) - When using the `jks` and `pkcs12` fields on a Certificate resource with a CA issuer that doesn't set the `ca.crt` in the Secret resource, cert-manager no longer loop trying to copy `ca.crt` into `truststore.jks` or `truststore.p12`. ([#&#8203;5972](https://github.com/cert-manager/cert-manager/pull/5972), [@&#8203;vinzent](https://github.com/vinzent)) - When using the `literalSubject` field on a Certificate resource, the IPs, URIs, DNS names, and email addresses segments are now properly compared. ([#&#8203;5747](https://github.com/cert-manager/cert-manager/pull/5747), [@&#8203;inteon](https://github.com/inteon)) ##### Other (Cleanup or Flake) - ACME account registration is now re-verified if account key is manually changed. ([#&#8203;5949](https://github.com/cert-manager/cert-manager/pull/5949), [@&#8203;TrilokGeer](https://github.com/TrilokGeer)) - Add `make go-workspace` target for generating a go.work file for local development ([#&#8203;5935](https://github.com/cert-manager/cert-manager/pull/5935), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) - Added a Makefile target to build a standalone E2E test binary: make e2e-build ([#&#8203;5804](https://github.com/cert-manager/cert-manager/pull/5804), [@&#8203;wallrj](https://github.com/wallrj)) - Bump keystore-go to v4.4.1 to work around an upstream rewrite of history ([#&#8203;5724](https://github.com/cert-manager/cert-manager/pull/5724), [@&#8203;g-gaston](https://github.com/g-gaston)) - Bump the distroless base images ([#&#8203;5929](https://github.com/cert-manager/cert-manager/pull/5929), [@&#8203;maelvls](https://github.com/maelvls)) - Bumps base images ([#&#8203;5793](https://github.com/cert-manager/cert-manager/pull/5793), [@&#8203;irbekrm](https://github.com/irbekrm)) - Cainjector memory improvements: removes second cache of secrets, CRDs, validating/mutatingwebhookconfigurations and APIServices that should reduce memory consumption by about half. \*\*BREAKING:\*- users who are relying on cainjector to work when `certificates.cert-manager.io` CRD is not installed in the cluster, now need to pass `--watch-certificates=false` flag to cainjector else it will not start. Users who only use cainjector as cert-manager's internal component and have a large number of `Certificate` resources in cluster can pass `--watch-certificates=false` to avoid cainjector from caching `Certificate` resources and save some memory. ([#&#8203;5746](https://github.com/cert-manager/cert-manager/pull/5746), [@&#8203;irbekrm](https://github.com/irbekrm)) - Cainjector now only reconciles annotated objects of injectable kind. ([#&#8203;5764](https://github.com/cert-manager/cert-manager/pull/5764), [@&#8203;irbekrm](https://github.com/irbekrm)) - Container images are have an OCI source label ([#&#8203;5722](https://github.com/cert-manager/cert-manager/pull/5722), [@&#8203;james-callahan](https://github.com/james-callahan)) - Enable cmctl to be imported by third parties ([#&#8203;6050](https://github.com/cert-manager/cert-manager/pull/6050), [@&#8203;jetstack-bot](https://github.com/jetstack-bot)) - The acmesolver pods created by cert-manager now have `automountServiceAccountToken` turned off. ([#&#8203;5754](https://github.com/cert-manager/cert-manager/pull/5754), [@&#8203;wallrj](https://github.com/wallrj)) - The controller binary now uses much less memory on Kubernetes clusters with large or numerous Secret resources. The controller now ignores the contents of Secrets that aren't relevant to cert-manager. This functionality is currently placed behind `SecretsFilteredCaching` feature flag. The filtering mechanism might, in some cases, slightly slow down issuance or cause additional requests to kube-apiserver because unlabelled Secret resources that cert-manager controller needs will now be retrieved from kube-apiserver instead of being cached locally. To prevent this from happening, users can label all issuer Secret resources with the `controller.cert-manager.io/fao: true` label. ([#&#8203;5824](https://github.com/cert-manager/cert-manager/pull/5824), [@&#8203;irbekrm](https://github.com/irbekrm)) - The controller memory usage has been further decreased by ignoring annotations, labels and managed fields when caching Secret resources. ([#&#8203;5966](https://github.com/cert-manager/cert-manager/pull/5966), [@&#8203;irbekrm](https://github.com/irbekrm)) - The controller now makes fewer calls to the ACME server. **POTENTIALLY BREAKING**: this PR slightly changes how the name of the Challenge resources are calculated. To avoid duplicate issuances due to the Challenge resource being recreated, ensure that there is no in-progress ACME certificate issuance when you upgrade to this version of cert-manager. ([#&#8203;5901](https://github.com/cert-manager/cert-manager/pull/5901), [@&#8203;irbekrm](https://github.com/irbekrm)) - The memory usage of the controller has been reduced by only caching the metadata of Pods and Services. ([#&#8203;5976](https://github.com/cert-manager/cert-manager/pull/5976), [@&#8203;irbekrm](https://github.com/irbekrm)) - The number of calls made to the ACME server during the controller startup has been reduced by storing the private key hash in the Issuer's status. ([#&#8203;6006](https://github.com/cert-manager/cert-manager/pull/6006), [@&#8203;vidarno](https://github.com/vidarno)) - Updates Kubernetes libraries to `v0.26.2`. ([#&#8203;5820](https://github.com/cert-manager/cert-manager/pull/5820), [@&#8203;lucacome](https://github.com/lucacome)) - Updates Kubernetes libraries to `v0.26.3`. ([#&#8203;5907](https://github.com/cert-manager/cert-manager/pull/5907), [@&#8203;lucacome](https://github.com/lucacome)) - Updates Kubernetes libraries to `v0.27.1`. ([#&#8203;5961](https://github.com/cert-manager/cert-manager/pull/5961), [@&#8203;lucacome](https://github.com/lucacome)) - Updates base images ([#&#8203;5832](https://github.com/cert-manager/cert-manager/pull/5832), [@&#8203;irbekrm](https://github.com/irbekrm)) - Upgrade to Go 1.20 ([#&#8203;5969](https://github.com/cert-manager/cert-manager/pull/5969), [@&#8203;wallrj](https://github.com/wallrj)) - Upgrade to go 1.19.5 ([#&#8203;5712](https://github.com/cert-manager/cert-manager/pull/5712), [@&#8203;yanggangtony](https://github.com/yanggangtony)) - Validates that `certificate.spec.secretName` is a valid `Secret` name ([#&#8203;5967](https://github.com/cert-manager/cert-manager/pull/5967), [@&#8203;avi-08](https://github.com/avi-08)) - We are now testing with Kubernetes v1.27.1 by default. ([#&#8203;5979](https://github.com/cert-manager/cert-manager/pull/5979), [@&#8203;irbekrm](https://github.com/irbekrm)) - `certificate.spec.secretName` Secrets will now be labelled with `controller.cert-manager.io/fao` label ([#&#8203;5660](https://github.com/cert-manager/cert-manager/pull/5660), [@&#8203;irbekrm](https://github.com/irbekrm)) ##### Uncategorized - We have replaced our python boilerplate checker with an installed Go version, removing the need to have Python installed when developing or building cert-manager. ([#&#8203;6000](https://github.com/cert-manager/cert-manager/pull/6000), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) ### [`v1.11.4`](https://github.com/cert-manager/cert-manager/releases/tag/v1.11.4) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.11.3...v1.11.4) #### Changes by Kind ##### Other (Cleanup or Flake) - Resolved docker/docker trivy CVE alert ([#&#8203;6164](https://github.com/cert-manager/cert-manager/issues/6164), [@&#8203;inteon](https://github.com/inteon)) - Upgraded base images ([#&#8203;6128](https://github.com/cert-manager/cert-manager/issues/6128), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) #### Dependencies ##### Changed - github.com/docker/distribution: [v2.8.1+incompatible → v2.8.2+incompatible](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2) ### [`v1.11.3`](https://github.com/cert-manager/cert-manager/releases/tag/v1.11.3) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.11.2...v1.11.3) v1.11.3 mostly contains ACME library changes. API Priority and Fairness feature is now disabled in the external webhook's extension apiserver. #### Changes by Kind ##### Other (Cleanup or Flake) - API Priority and Fairness controller is now disabled in extension apiserver for DNS webhook implementation. ([#&#8203;6092](https://github.com/cert-manager/cert-manager/pull/6092), [@&#8203;irbekrm](https://github.com/irbekrm)) - Adds a warning for folks to not use controller feature gates helm value to configure webhook feature gates ([#&#8203;6101](https://github.com/cert-manager/cert-manager/pull/6101), [@&#8203;irbekrm](https://github.com/irbekrm)) ### [`v1.11.2`](https://github.com/cert-manager/cert-manager/releases/tag/v1.11.2) [Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.11.1...v1.11.2) ### Changelog since v1.11.1 #### Changes by Kind ##### Bug or Regression - Build with go 1.19.9 ([#&#8203;6014](https://github.com/cert-manager/cert-manager/pull/6014), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish)) ##### Other (Cleanup or Flake) - Bump the distroless base images ([#&#8203;5930](https://github.com/cert-manager/cert-manager/pull/5930), [@&#8203;maelvls](https://github.com/maelvls)) - Bumps Docker libraries to fix vulnerability scan alert for CVE-2023-28840, CVE-2023-28841, CVE-2023-28842 ([#&#8203;6037](https://github.com/cert-manager/cert-manager/pull/6037), [@&#8203;irbekrm](https://github.com/irbekrm)) Cert-manager was not actually affected by these CVEs which are all to do with Docker daemon's overlay network. - Bumps Kube libraries v0.26.0 -> v0.26.4 ([#&#8203;6038](https://github.com/cert-manager/cert-manager/pull/6038), [@&#8203;irbekrm](https://github.com/irbekrm)) This might help with running cert-manager v1.11 on Kubernetes v1.27, see [#&#8203;6038](https://github.com/cert-manager/cert-manager/pull/6038) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added the
renovate
label 2023-08-16 10:33:58 +00:00
renovate force-pushed renovate/kubezero-cert-manager-parentdir-dependencies from 0ea29995cf to 97c5e871be 2023-08-16 18:06:06 +00:00 Compare
stefan merged commit 88ee121198 into master 2023-08-21 09:49:21 +00:00
stefan deleted branch renovate/kubezero-cert-manager-parentdir-dependencies 2023-08-21 09:49:22 +00:00
Sign in to join this conversation.
No reviewers
No Label
renovate
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ZeroDownTime/kubezero#87
No description provided.