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 stackexchange/dnscontrol from 4.13.0 to 4.14.0 #93

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps stackexchange/dnscontrol from 4.13.0 to 4.14.0.

Release notes

Sourced from stackexchange/dnscontrol's releases.

v4.14.0

Hello DNS Fans!

The big news is that the concurrent data gathering feature is stable and will become the default in the next release. Instead of new commands (ppreview/ppush) the functionality is enabled using the --cmode flag.

  • v4.14: --cmode defaults to legacy (old code, data gathering is done serially)
  • v4.15: --cmode defaults to concurrent (new code, data gathering is done concurrently)
  • v4.16: The legacy mode is removed

Any use of the old, legacy, code prints a warning:

WARN: In v4.15 --cmode will default to "concurrent". Please test and report any bugs ASAP. 
In v4.16 or later, "legacy" will go away. See https://docs.dnscontrol.org/commands/preview-push

Any use of the ppreview/ppush commands prints a warning similar to:

WARN: ppreview is going away in v4.16 or later. Use "preview --cmode=concurrent" instead.

Other major changes/improvements:

  • --report now works in preview, not just push.
  • CLOUDNS now supports LOC and AutoDNSSEC.
  • The "# of corrections" count was wrong for some providers. It should now be accurate for all providers.

Thanks to everyone for their contributions! This is a community project and we couldn't do it without all your help!

Tom

Changelog

Major features:

  • bbc68921010c542a6859cbf22f4c30221aa29dd2: FEATURE: enable --report for preview (not just push) (#3149) (@​tlimoncelli)
  • 16a99a1ddbe956c5f4254edaacae53ab6f039cdd: CHORE: Add deprecation messages to preview/push/ppreview/ppush commands (#3155) (@​tlimoncelli)
  • 06ba3cce775477779bb7b0fe021168f9c89ba07c: Bugfix: Providers with batched updates might not report the correct number of changes (#3108) (@​tlimoncelli)

Provider-specific changes:

  • 040384f2331c6e2fb153ef1006e1e11c99db25f2: BIND: DOCS: clarify meta config instructions (#3111) (@​chicks-net)
  • d7f4d0e3e17dd80ac1ea6134648fd58cfa6548fc: CLOUDNS: add support for LOC records (#3127) (@​hmoffatt)
  • c1abd5d9faba038bc8c59b0962f7c97bd9d59cab: CLOUDNS: don't print full URL on error (#3124) (#3126) (@​hmoffatt)
  • dcba570bf1e4f80555b499b8361f716a5d577375: CLOUDNS: implement AutoDNSSEC (#747) (#3114) (@​hmoffatt)
  • 795dbea3b8ee1e6ec16611db2375381dec6aea66: ORACLE: fix nameserver trailing dot error (#3151) (@​kallsyms)
  • 864325e293c6a524e5ecf78ed80c6733df1d6754: PORKBUN: Update porkbun API endpoint per documentation / email (#3153) (@​plttn)
  • 57f15c15cb0594f4be1bf4b27e2b38a913112e68: PORKBUN: fix staticcheck warnings (#3159) (@​imlonghao)
  • 9178a837de6cdfd4ae658169144f8130bbcb34a7: POWERDNS: Improve preformance by using new batched add/remove functions in 0.6.6 API (#3105) (@​Veratil)

Documentation:

  • 12a72cb72923f9dec040f0d270d1ab1b432f85f8: DOCS: Minor clarifications on NAMESERVER() (#3113) (@​tlimoncelli)
  • 2a424f5672a9b01fe2adbb6c25fe3bec36f8a53e: DOCS: Update Cloudflare permission to "Single Redirect" (#3122) (@​kevinji)

... (truncated)

Commits
  • 2bb0d87 CHORE: Update deps (#3160)
  • 16a99a1 CHORE: Add deprecation messages to preview/push/ppreview/ppush commands (#3155)
  • 57f15c1 PORKBUN: fix staticcheck warnings (#3159)
  • db91c71 Build(deps): Bump actions/upload-artifact from 4.4.1 to 4.4.3 (#3156)
  • 967b37d Build(deps): Bump actions/cache from 4.1.0 to 4.1.1 (#3157)
  • 864325e PORKBUN: Update porkbun API endpoint per documentation / email (#3153)
  • b29c65a Build(deps): Bump github.com/oracle/oci-go-sdk/v65 from 65.75.1 to 65.75.2 (#...
  • 795dbea ORACLE: fix nameserver trailing dot error (#3151)
  • bbc6892 FEATURE: enable --report for preview (not just push) (#3149)
  • ee610bf Build(deps): Bump github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.115 t...
  • 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 [stackexchange/dnscontrol](https://github.com/StackExchange/dnscontrol) from 4.13.0 to 4.14.0.
- [Release notes](https://github.com/StackExchange/dnscontrol/releases)
- [Changelog](https://github.com/StackExchange/dnscontrol/blob/main/.goreleaser.yml)
- [Commits](StackExchange/dnscontrol@v4.13.0...v4.14.0)

---
updated-dependencies:
- dependency-name: stackexchange/dnscontrol
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Project dependency management docker Pull requests that update Docker code labels Oct 21, 2024
Copy link

height bot commented Oct 21, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #94.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/docker/stackexchange/dnscontrol-4.14.0 branch November 4, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Project dependency management docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant