Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2022

Bumps certbot-dns-cloudflare from 1.18.0 to 2.1.0.

Release notes

Sourced from certbot-dns-cloudflare's releases.

Certbot 2.1.0

Added

Changed

Fixed

  • Interfaces which plugins register themselves as implementing without inheriting from them now show up in certbot plugins output.
  • IPluginFactory, IPlugin, IAuthenticator and IInstaller have been re-added to certbot.interfaces.
    • This is to fix compatibility with a number of third-party DNS plugins which may have started erroring with AttributeError in Certbot v2.0.0.
    • Plugin authors can find more information about Certbot 2.x compatibility here.
  • A bug causing our certbot-apache tests to crash on some systems has been resolved.

More details about these changes can be found on our GitHub repo.

Certbot 2.0.0

Added

  • Support for Python 3.11 was added to Certbot and all of its components.
  • acme.challenges.HTTP01Response.simple_verify now accepts a timeout argument which defaults to 30 that causes the verification request to timeout after that many seconds.

Changed

  • The default key type for new certificates is now ECDSA secp256r1 (P-256). It was previously RSA 2048-bit. Existing certificates are not affected.
  • The Apache plugin no longer supports Apache 2.2.
  • acme and Certbot no longer support versions of ACME from before the RFC 8555 standard.
  • acme and Certbot no longer support the old urn:acme:error: ACME error prefix.
  • Removed the deprecated certbot-dns-cloudxns plugin.
  • Certbot will now error if a certificate has --reuse-key set and a conflicting --key-type, --key-size or --elliptic-curve is requested on the CLI. Use --new-key to change the key while preserving --reuse-key.
  • 3rd party plugins no longer support the dist_name:plugin_name format on the CLI and in configuration files. Use the shorter plugin_name format.
  • acme.client.Client, acme.client.ClientBase, acme.client.BackwardsCompatibleClientV2, acme.mixins, acme.client.DER_CONTENT_TYPE, acme.fields.Resource, acme.fields.resource, acme.magic_typing, acme.messages.OLD_ERROR_PREFIX, acme.messages.Directory.register, acme.messages.Authorization.resolved_combinations, acme.messages.Authorization.combinations have been removed.
  • acme.messages.Directory now only supports lookups by the exact resource name string in the ACME directory (e.g. directory['newOrder']).
  • Removed the deprecated source_address argument for acme.client.ClientNetwork.
  • The zope based interfaces in certbot.interfaces have been removed in favor of the abc based interfaces found in the same module.
  • Certbot no longer depends on zope.
  • Removed deprecated function certbot.util.get_strict_version.
  • Removed deprecated functions certbot.crypto_util.init_save_csr, certbot.crypto_util.init_save_key, and certbot.compat.misc.execute_command
  • The attributes FileDisplay, NoninteractiveDisplay, SIDE_FRAME, input_with_timeout, separate_list_input, summarize_domain_list, HELP, and ESC from certbot.display.util have been removed.
  • Removed deprecated functions certbot.tests.util.patch_get_utility*. Plugins should now patch certbot.display.util themselves in their tests or use certbot.tests.util.patch_display_util as a temporary workaround.
  • Certbot's test API under certbot.tests now uses unittest.mock instead of the 3rd party mock library.

... (truncated)

Commits

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 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 [certbot-dns-cloudflare](https://github.com/certbot/certbot) from 1.18.0 to 2.1.0.
- [Release notes](https://github.com/certbot/certbot/releases)
- [Commits](certbot/certbot@v1.18.0...v2.1.0)

---
updated-dependencies:
- dependency-name: certbot-dns-cloudflare
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code labels Dec 8, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2023

Superseded by #53.

@dependabot dependabot bot closed this Jan 12, 2023
@dependabot dependabot bot deleted the dependabot/pip/proxy-manager/certbot-dns-cloudflare-2.1.0 branch January 12, 2023 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant