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

Bump cloudflare from 2.7.1 to 2.8.2 #3033

Merged
merged 1 commit into from
Jun 22, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 22, 2020

Bumps cloudflare from 2.7.1 to 2.8.2.

Changelog

Sourced from cloudflare's changelog.

Change Log

  • 2020-06-22 12:42:03 -0700 d82318f 2.8.2 release
  • 2020-06-22 12:41:17 -0700 40ab439 removed excess imports including both future and others
  • 2020-06-22 12:29:07 -0700 ff91110 Merge branch 'master' of github.com:cloudflare/python-cloudflare
  • 2020-06-22 12:27:52 -0700 61e73e3 Merge pull request #96 from FelixSchwarz/master
  • 2020-06-22 09:22:46 +0200 8680ef5 setup.py: remove unnecessary dependency on future
  • 2020-06-19 22:54:28 -0700 4ecb111 added reference to CHANGELOG
  • 2020-06-19 22:40:51 -0700 fc501c0 made CHANGELOG smaller
  • 2020-06-19 15:31:42 -0700 b0caf37 CHANGELOG.md pushed to github
  • 2020-06-19 15:31:01 -0700 23784a4 2.8.1 release
  • 2020-06-19 15:28:48 -0700 f8cc4a7 now able to check and confirm API is up to date
  • 2020-06-19 15:08:48 -0700 f266fb5 added code to query api documentation (via beautifulsoup4) to build a current api listing
  • 2020-06-18 17:03:24 -0700 f25bdfa pylint stuff
  • 2020-06-18 16:56:59 -0700 9c2424e moved connection to _connection() to accomodate additional call types
  • 2020-06-18 16:42:43 -0700 84f57b4 handled accounts/:account_identifier/storage/kv/namespaces/:namespace_identifier/values/:key_name return as binary data
  • 2020-06-17 13:05:01 -0700 355ae5d handled any key_name for accounts/:account_identifier/storage/kv/namespaces/:namespace_identifier/values/:key_name
  • 2020-06-17 12:28:09 -0700 dc07708 addressing/prefixes/delegations added
  • 2020-05-12 18:44:20 -0700 1906a68 CHANGELOG.md pushed to github
  • 2020-05-12 18:43:44 -0700 8280ec9 cleaned up upload commands
  • 2020-05-12 18:40:51 -0700 916aa5b 2.7.1 release
  • 2020-05-12 18:34:25 -0700 ddf442e added zones/ssl/certificate_packs and zones/origin_tls_client_auth
  • 2020-05-12 18:26:20 -0700 0a5ec5b CHANGELOG.md pushed to github
  • 2020-05-12 18:25:52 -0700 1c05b7b 2.7.0 release
  • 2020-05-12 18:25:10 -0700 c1d9295 added man page to dist
  • 2020-05-12 18:24:20 -0700 5a8844e added github signing commands to Makefile
  • 2020-04-28 14:12:16 -0700 82b5cb7 added graphql handling with no results in response, corrected handling when error code is missing
  • 2020-04-28 14:09:49 -0700 4c90fa8 added graphql API endpoint
  • 2020-04-28 14:09:04 -0700 1e949db fixed usage string - missing spaces, allowed PUT & POST for file uploading to handle graphql API call
  • 2020-04-28 14:08:04 -0700 65f3cba updated man page - back in sync with code
  • 2020-04-08 18:14:15 -0700 13901c1 CHANGELOG.md pushed to github
  • 2020-04-08 18:13:30 -0700 1da709c 2.6.5 release
  • 2020-04-08 18:12:48 -0700 450dd7d updated api command list
  • 2020-04-09 08:57:24 +0800 c5d4890 Merge pull request #90 from pygrigori/master
  • 2020-04-08 17:55:33 -0700 513b92c typo
  • 2020-04-08 17:51:20 -0700 d0ed19e CHANGELOG.md pushed to github
  • 2020-04-08 17:51:05 -0700 d478bb3 2.6.4 release
  • 2020-04-08 17:49:59 -0700 fceb488 cli4 now accepts more than one call on the command line
  • 2020-04-08 17:49:39 -0700 4e67548 cli4 now accepts more than one call on the command line
  • 2020-04-08 17:42:21 -0700 1c70a8e still not got tests done - but housekeeping moving along
  • 2020-04-08 17:41:12 -0700 5b28101 an example of a more complex zone name search
  • 2020-03-13 17:06:50 +0300 d7cdb0c added support for account audit logs
  • 2020-02-09 12:40:13 -0800 102286e CHANGELOG.md pushed to github
  • 2020-02-09 12:38:06 -0800 017c240 2.6.3 release
  • 2020-02-09 12:27:51 -0800 adfc471 Merge pull request #65 from xens/keep_proxied_state
  • 2020-02-09 12:24:53 -0800 b3809fe CHANGELOG.md pushed to github
  • 2020-02-09 12:24:41 -0800 c30609b 2.6.2 release
  • 2020-02-09 12:22:46 -0800 1d7ca2f added /accounts/addressing/... & /zones/secondary_dns/force_axfr & /zones/logs/control/retention/...
  • 2020-02-05 18:19:32 -0800 365eed7 CHANGELOG.md pushed to github
  • 2020-02-05 18:17:40 -0800 ebabedc 2.6.1 release
Commits
  • b74a781 CHANGELOG.md pushed to github
  • d82318f 2.8.2 release
  • 40ab439 removed excess imports including both future and others
  • ff91110 Merge branch 'master' of github.com:cloudflare/python-cloudflare
  • 61e73e3 Merge pull request #96 from FelixSchwarz/master
  • 8680ef5 setup.py: remove unnecessary dependency on future
  • 4ecb111 added reference to CHANGELOG
  • fc501c0 made CHANGELOG smaller
  • b0caf37 CHANGELOG.md pushed to github
  • 23784a4 2.8.1 release
  • 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 will merge this PR once CI passes on it, as requested by @hosseinsh.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 22, 2020
@dependabot-preview dependabot-preview bot requested a review from hosseinsh June 22, 2020 21:53
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/cloudflare-2.8.2 branch 2 times, most recently from f6df705 to da7452e Compare June 22, 2020 22:13
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/cloudflare-2.8.2 branch 3 times, most recently from 0f128f8 to 17a28fb Compare June 22, 2020 22:54
@coveralls
Copy link

coveralls commented Jun 22, 2020

Coverage Status

Coverage remained the same at 57.892% when pulling 2a12fd8 on dependabot/pip/cloudflare-2.8.2 into d350953 on master.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/cloudflare-2.8.2 branch from 17a28fb to 2a12fd8 Compare June 22, 2020 23:04
@dependabot-preview dependabot-preview bot merged commit bf4043d into master Jun 22, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cloudflare-2.8.2 branch June 22, 2020 23:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants