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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2024

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

Other (Cleanup or Flake)

  • Remove deprecated pkg/util/pki/ParseSubjectStringToRawDERBytes function. (#6994, @​inteon)

... (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 <dependency name> 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)

Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.14.5 to 1.15.0.
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.14.5...v1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 5, 2024 15:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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 Coverage Δ
integration-test 57.83% <ø> (-2.26%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@programmer04 programmer04 merged commit 3dfd614 into main Jun 5, 2024
40 checks passed
@programmer04 programmer04 deleted the dependabot/go_modules/github.com/cert-manager/cert-manager-1.15.0 branch June 5, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants