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

Update Helm release cert-manager to v1.13.5 #146

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

vshn-renovate
Copy link
Contributor

@vshn-renovate vshn-renovate commented Dec 11, 2023

This PR contains the following updates:

Package Update Change
cert-manager (source) patch v1.13.2 -> v1.13.5

Release Notes

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

v1.13.5

Compare Source

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

⚠️ Known Issues
  • ACME Issuer (Let's Encrypt): wrong certificate chain may be used if preferredChain is configured: see release docs for more info and mitigations
ℹ️ Documentation

Release notes
Upgrade notes
Installation instructions

🔧 Breaking changes

See Breaking changes in v1.13.0 release notes

📜 Changes since v1.13.4
Bug or Regression
  • Allow cert-manager.io/allow-direct-injection in annotations (#​6810, @​jetstack-bot)
  • BUGFIX: JKS and PKCS12 stores now contain the full set of CAs specified by an issuer (#​6814, @​inteon)
  • BUGFIX: fix race condition due to registering and using global runtime.Scheme variables (#​6832, @​inteon)
Other (Cleanup or Flake)

v1.13.4

Compare Source

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

⚠️ Known Issues
  • ACME Issuer (Let's Encrypt): wrong certificate chain may be used if preferredChain is configured: see release docs for more info and mitigations
ℹ️ Documentation

Release notes
Upgrade notes
Installation instructions

🔧 Breaking changes

See Breaking changes in v1.13.0 release notes

📜 Changes since v1.13.3
Bug or Regression
  • BUGFIX: LiteralSubjects with a #= value can result in memory issues due to faulty BER parser (github.com/go-asn1-ber/asn1-ber). (#​6772, @​jetstack-bot)
Other (Cleanup or Flake)

v1.13.3

Compare Source

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

⚠️ Read about the breaking changes in cert-manager 1.13 before you upgrade from a < v1.13 version!

This patch release contains fixes for the following security vulnerabilities in the cert-manager-controller:

  • GO-2023-2334: Decryption of malicious PBES2 JWE objects can consume unbounded system resources.

If you use ArtifactHub Security report or trivy, this patch will also silence the following warning about a vulnerability in code which is imported but not used by the cert-manager-controller:

  • CVE-2023-47108: DoS vulnerability in otelgrpc due to unbound cardinality metrics.

An ongoing security audit of cert-manager suggested some changes to the webhook code to mitigate DoS attacks, and these are included in this patch release.

Changes
Bug or Regression
  • The webhook server now returns HTTP error 413 (Content Too Large) for requests with body size >= 3MiB. This is to mitigate DoS attacks that attempt to crash the webhook process by sending large requests that exceed the available memory. (#​6507, @​inteon)
  • The webhook server now returns HTTP error 400 (Bad Request) if the request contains an empty body. (#​6507, @​inteon)
  • The webhook server now returns HTTP error 500 (Internal Server Error) rather than crashing, if the code panics while handling a request. (#​6507, @​inteon)
  • Mitigate potential "Slowloris" attacks by setting ReadHeaderTimeout in all http.Server instances. (#​6538, @​wallrj)
  • Upgrade Go modules: otel, docker, and jose to fix CVE alerts. See GHSA-8pgv-569h-w5rw, GHSA-jq35-85cj-fj4p, and GHSA-2c7c-3mj9-8fqh. (#​6514, @​inteon)
Dependencies
Added

Nothing has changed.

Changed
  • cloud.google.com/go/firestore: v1.11.0 → v1.12.0
  • cloud.google.com/go: v0.110.6 → v0.110.7
  • github.com/felixge/httpsnoop: v1.0.3 → v1.0.4
  • github.com/go-jose/go-jose/v3: v3.0.0 → v3.0.1
  • github.com/go-logr/logr: v1.2.4 → v1.3.0
  • github.com/golang/glog: v1.1.0 → v1.1.2
  • github.com/google/go-cmp: v0.5.9 → v0.6.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.45.0 → v0.46.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.44.0 → v0.46.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/metric: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/sdk: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel/trace: v1.19.0 → v1.20.0
  • go.opentelemetry.io/otel: v1.19.0 → v1.20.0
  • go.uber.org/goleak: v1.2.1 → v1.3.0
  • golang.org/x/sys: v0.13.0 → v0.14.0
  • google.golang.org/genproto/googleapis/api: f966b18 → b8732ec
  • google.golang.org/genproto: f966b18 → b8732ec
  • google.golang.org/grpc: v1.58.3 → v1.59.0
Removed

Nothing has changed.


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.

@vshn-renovate vshn-renovate requested a review from a team as a code owner December 11, 2023 15:15
@vshn-renovate vshn-renovate changed the title Update Helm release cert-manager to v1.13.3 Update Helm release cert-manager to v1.13.3 - autoclosed Jan 17, 2024
@vshn-renovate vshn-renovate deleted the commodore-renovate/patch-cert-manager branch January 17, 2024 16:11
@vshn-renovate vshn-renovate changed the title Update Helm release cert-manager to v1.13.3 - autoclosed Update Helm release cert-manager to v1.13.3 Jan 17, 2024
@vshn-renovate vshn-renovate restored the commodore-renovate/patch-cert-manager branch January 17, 2024 16:31
@vshn-renovate vshn-renovate reopened this Jan 17, 2024
@vshn-renovate vshn-renovate force-pushed the commodore-renovate/patch-cert-manager branch from 19611a1 to 4e6abf8 Compare February 23, 2024 10:30
@vshn-renovate vshn-renovate changed the title Update Helm release cert-manager to v1.13.3 Update Helm release cert-manager to v1.13.4 Feb 23, 2024
@vshn-renovate vshn-renovate changed the title Update Helm release cert-manager to v1.13.4 Update Helm release cert-manager to v1.13.4 - autoclosed Feb 28, 2024
@vshn-renovate vshn-renovate deleted the commodore-renovate/patch-cert-manager branch February 28, 2024 18:10
@vshn-renovate vshn-renovate restored the commodore-renovate/patch-cert-manager branch February 28, 2024 18:49
@vshn-renovate vshn-renovate changed the title Update Helm release cert-manager to v1.13.4 - autoclosed Update Helm release cert-manager to v1.13.4 Feb 28, 2024
@vshn-renovate vshn-renovate reopened this Feb 28, 2024
@vshn-renovate vshn-renovate force-pushed the commodore-renovate/patch-cert-manager branch from 4e6abf8 to 2d68b02 Compare March 8, 2024 12:09
@vshn-renovate vshn-renovate changed the title Update Helm release cert-manager to v1.13.4 Update Helm release cert-manager to v1.13.5 Mar 8, 2024
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
@DebakelOrakel DebakelOrakel force-pushed the commodore-renovate/patch-cert-manager branch from 2d68b02 to 48674de Compare April 16, 2024 08:13
@DebakelOrakel DebakelOrakel merged commit 646e484 into master Apr 16, 2024
6 checks passed
@DebakelOrakel DebakelOrakel deleted the commodore-renovate/patch-cert-manager branch April 16, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants