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

build(deps): bump github.com/cert-manager/cert-manager from 1.13.1 to 1.13.2 #5912

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps github.com/cert-manager/cert-manager from 1.13.1 to 1.13.2.

Release notes

Sourced from github.com/cert-manager/cert-manager's releases.

v1.13.2

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

v1.13.2 fixes some CVE alerts and contains fixes for:

  1. a CertificateRequest runaway situation in case two Certificate resources point to the same Secret target resource
  2. a small bug in the Helm chart (feature gate options)
  3. a Venafi issuer bug

⚠️ READ https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before you upgrade from a < v1.13 version!

Changes since v1.13.1

Bug or Regression

  • Bump golang.org/x/net v0.15.0 => v0.17.0 as part of addressing CVE-2023-44487 / CVE-2023-39325 (#6432, @​SgtCoDFish)
  • BUGFIX[helm]: Fix issue where webhook feature gates were only set if controller feature gates are set. (#6381, @​jetstack-bot)
  • Fix runaway bug caused by multiple Certificate resources that point to the same Secret resource. (#6425, @​jetstack-bot)
  • The Venafi issuer now properly resets the certificate and should no longer get stuck with WebSDK CertRequest Module Requested Certificate or This certificate cannot be processed while it is in an error state. Fix any errors, and then click Retry.. (#6402, @​jetstack-bot)

Other (Cleanup or Flake)

Commits
  • 432a489 Merge pull request #6451 from inteon/release-1.13_fix_cve_alerts
  • 24a22a8 update ctl's cert-manager dependency to latest 1.13 commit
  • eca879c Merge pull request #6446 from inteon/release-1.13_fix_cve_alerts
  • 29f6ef5 bump go dependencies to fix remaining HTTP2 CVE alerts
  • 300d5b8 Merge pull request #6438 from inteon/release-1.13_bump_otel
  • 3ee3b1c bump otel version and related dependencies
  • fcda9a5 Merge pull request #6432 from SgtCoDFish/release-1.13-bumpnet
  • 5f19cb1 Merge pull request #6430 from SgtCoDFish/release-1.13-licensemacos
  • 3aa659a [release-1.13] Bump /x/net to address CVE-2023-44487 / CVE-2023-39325
  • 6bdf62a bump jmespath version to fix license
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner October 30, 2023 17:50
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes. labels Oct 30, 2023
@dependabot dependabot bot requested review from stevesloka, skriss and a team and removed request for a team October 30, 2023 17:50
@sunjayBhatia
Copy link
Member

not critical to get in for the 1.27.0 release so can wait or merge, either way cc @skriss

@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release-1.27@7ac55e6). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head d5ef9dd differs from pull request most recent head ad9a6fa. Consider uploading reports for the commit ad9a6fa to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##             release-1.27    #5912   +/-   ##
===============================================
  Coverage                ?   78.56%           
===============================================
  Files                   ?      139           
  Lines                   ?    19614           
  Branches                ?        0           
===============================================
  Hits                    ?    15410           
  Misses                  ?     3901           
  Partials                ?      303           

@skriss
Copy link
Member

skriss commented Oct 30, 2023

@dependabot rebase

Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.13.1 to 1.13.2.
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Commits](cert-manager/cert-manager@v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: github.com/cert-manager/cert-manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.27/github.com/cert-manager/cert-manager-1.13.2 branch from d5ef9dd to ad9a6fa Compare October 30, 2023 21:45
@skriss skriss enabled auto-merge (squash) October 30, 2023 21:45
@skriss skriss merged commit 3a2cd17 into release-1.27 Oct 30, 2023
17 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/release-1.27/github.com/cert-manager/cert-manager-1.13.2 branch October 30, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes. release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants