Kong / kubernetes-testing-framework

Golang Integration Testing Framework For Kubernetes APIs and Controllers.
https://konghq.com
Apache License 2.0
40 stars 10 forks source link

chore(deps): bump github.com/cert-manager/cert-manager from 1.14.5 to 1.15.0 #1096

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/cert-manager/cert-manager from 1.14.5 to 1.15.0.

Release notes

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

v1.15.0-beta.2

This is the second beta release of cert-manager 1.15, which will be released on 2024-06-05.

[!NOTE]

The cmctl and kubectl_cert-manager binaries have been moved to https://github.com/cert-manager/cmctl/releases.

📜 Changes since v1.15.0-beta.1

Feature

  • If the --controllers flag only specifies disabled controllers, the default controllers are now enabled implicitly. Added disableAutoApproval and approveSignerNames Helm chart options. (#7054, @​cert-manager-bot)

Bug or Regression

v1.15.0-beta.1

This is the first successful beta release of cert-manager 1.15, which will be released on 2024-06-05.

An issue was found during the release of v1.15.0-beta.0 and so that version was skipped.

[!NOTE]

The cmctl and kubectl_cert-manager binaries have been moved to https://github.com/cert-manager/cmctl/releases.

📜 Changes since v1.15.0-alpha.0

Feature

  • Add hint to validation error message to help users of external issuers more easily fix the issue if they specify a Kind but forget the Group (#6913, @​SgtCoDFish)
  • Add support for numeric OID types in LiteralSubject. Eg. "1.2.3.4=String Value" (#6775, @​inteon)
  • Promote the LiteralCertificateSubject feature to Beta. (#7030, @​inteon)
  • Promoted the AdditionalCertificateOutputFormats feature gate to Beta (enabled by default). (#6970, @​erikgb)
  • The Helm chart now allows you to supply extraObjects; a list of yaml manifests which will helm will install and uninstall with the cert-manager manifests. (#6424, @​gplessis)
  • Update the Route53 provider to support fetching credentials using AssumeRoleWithWebIdentity (#6878, @​pwhitehead-splunk)
  • [Helm] Add optional hostAliases to cert-manager pod to allow the DNS self-check to pass in custom scenarios. (#6456, @​Pionerd)
  • Graduate the DisallowInsecureCSRUsageDefinition feature gate to GA. (#6927 and #6963, @​yj-yoo and @​inteon)
  • GatewayAPI support has graduated to Beta. Add the --enable-gateway-api flag to enable the integration. (#6961, @​ThatsMrTalbot)

Bug or Regression

  • Bump golang.org/x/net to fix CVE-2023-45288 (#6929, @​SgtCoDFish)
  • DigitalOcean: Ensure that only TXT records are considered for deletion when cleaning up after an ACME challenge (#6875, @​SgtCoDFish)
  • Fix ACME issuer being stuck waiting for DNS propagation when using Azure DNS with multiple instances issuing for the same FQDN (#6351, @​eplightning)

Other (Cleanup or Flake)

... (truncated)

Commits
  • 3403251 Merge pull request #7055 from cert-manager-bot/cherry-pick-7052-to-release-1.15
  • b1ac915 Merge pull request #7054 from cert-manager-bot/cherry-pick-7049-to-release-1.15
  • c392ea8 BUGFIX: correctly mount config files for components
  • dfce6b9 if list of controllers only contains disabled controllers, implicitly enable ...
  • dadd37d run 'make generate-helm-docs'
  • c92fb1c add Helm options to extend auto-approval or disable it
  • d3e8db7 Merge pull request #7050 from cert-manager/self-upgrade-release-1.15
  • 8f475f6 BOT: run 'make upgrade-klone' and 'make generate'
  • ebb5281 Merge pull request #7044 from inteon/fix_release_bug
  • 64676af Merge pull request #7034 from cert-manager/self-upgrade-master
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 57.83%. Comparing base (d64b789) to head (47187a3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1096 +/- ## ========================================== - Coverage 60.08% 57.83% -2.26% ========================================== Files 50 50 Lines 4079 4079 ========================================== - Hits 2451 2359 -92 - Misses 1318 1420 +102 + Partials 310 300 -10 ``` | [Flag](https://app.codecov.io/gh/Kong/kubernetes-testing-framework/pull/1096/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kong) | Coverage Δ | | |---|---|---| | [integration-test](https://app.codecov.io/gh/Kong/kubernetes-testing-framework/pull/1096/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kong) | `57.83% <ø> (-2.26%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kong#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.