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.11.0 to 4.12.0 #82

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps stackexchange/dnscontrol from 4.11.0 to 4.12.0.

Release notes

Sourced from stackexchange/dnscontrol's releases.

v4.12.0

Hello DNSControl fans!

This release includes one new provider (HUAWEICLOUD), HTTPS/SVCB records are now supported on CLOUDFLAREAPI and GCORE, and require() now supports JSON5 files. There are also many bugfixes and documentation improvements.

Thanks to @​huihuimoe for contributing the HUAWEICLOUD provider!

The big news of this release is that CLOUDFLAREAPI's CF_REDIRECT/CF_TEMP_REDIRECT commands can now generate redirects using "rules" instead of "page rules". Page rules are going away soon. See https://docs.dnscontrol.org/provider/cloudflareapi for more info. This feature is very new and needs more testing. Please test it carefully before putting it into production, and test the changes in production right away. We're releasing this early to get it out there for early testing before Page Rules go away. (On a personal note, I haven't tested it on all my domains so I can't even promise it works in all the intended cases.) Bug reports greatfully accepted.

Thanks to everyone for their contributions! This is a community effort and it wouldn't be a success without all your help!

Changelog

Major features:

  • 1f4c4c65f50bb99d0c57ff95384f502551bf07c0: FEATURE: Add TTL() support to CAA_BUILDER() (#2978) (@​cafferata)
  • 8eb3c65050f535bffa2bb76da8adf8f4779a07e9: FEATURE: Enable "require()" function to accept json5 files (#3003) (@​tlimoncelli)

Provider-specific changes:

  • ce07c76fe891233914729d93b447961cd240cae5: HUAWEICLOUD: Add support for huaweicloud dns (#3010) (@​huihuimoe)
  • b3787ab8f758dd77be39568ed70485f885f33969: AXFRDDNS: Canonicalize key name as per RFC 2845 3.4.2 (#2966) (@​nemunaire)
  • 7fd6a74e0c8f0e17dc8fd36302313fb0bf49b92b: CLOUDFLAREAPI: CF_REDIRECT/CF_TEMP_REDIRECT should dtrt using Single Redirects (#3002) (@​tlimoncelli)
  • 68b0b300d61cc23fee7f483426d23e45aee1d89b: CLOUDFLAREAPI: Enable DNSKEY, HTTPS, SVCB record types (#3000) (@​charliez0)
  • 2ccef49183f1713fa5eb9a5903ee4fec66c52bfc: CLOUDFLAREAPI: disable DNSKEY until it is fixed (#3004) (@​tlimoncelli)
  • df1354bef62d6d22b072d84735eb3b4ac2963c37: DNSIMPLE: enable Null MX records (#2960) (@​philpennock)
  • d55474ca6974dc0c9ff66bd4f422d0cb51bb4c6b: GCLOUD: Fix issue on creating/deleting/updating TXT records (#3011) (@​ingwarsw)
  • b786b0efe492534983f82453d3948bf641fa8d20: GCLOUD: Fix missing length in make() (#2982) (@​tlimoncelli)
  • b47ac0df03ee3dcd9b34375f4184c33bd91e666a: GCORE: add SVCB and HTTPS support (#2983) (@​xddxdd)
  • 107b585d79c7c288c70310b56337b2e37d70ac33: HEXONET: Adopt version 4.0.0 of the rtldev-middleware-go-sdk (#2974) (@​AsifNawaz-cnic)
  • 2d15884eb3da65f17533037f1bf79e3f8a57f9cb: HUAWEICLOUD: add metadata to control Intelligent Resolution (#3013) (@​huihuimoe)
  • 174fd7b1acaec9004c597dc78c1da6bbe687af84: PORKBUN: catch error on parsing api (#3012) (@​imlonghao)

Documentation:

  • 9dcd8c793ad564101bd541545034faccd62818f5: DOCS: AUTODNSSEC_* improvements (#2984) (@​cafferata)
  • 4083641cb87b6e1819a69f73023532f9dc506dcd: DOCS: Fixed 404 URL's on GitHub page (#2969) (@​cafferata)
  • 39c08bd0bd980dbfa6092c6678f4f692ec96b169: DOCS: Provide domain modifiers code examples with a Top Level Function D() (#2993) (@​cafferata)
  • 5e68998aca0ceb81e523a8573fa12d347e2746fb: DOCS: Removed the double Markdown header syntax. (#2968) (@​cafferata)
  • f0d131986d05b23b462ba49bd26143c02168b230: DOCS: Several improvements and cleanups (#2972) (@​cafferata)
  • 2b70f240681bec6833bdb564aa9d0f532239d2f8: DOCS: [REVCOMPAT] Fixed broken URL's (#2970) (@​cafferata)
  • 91bf56c616ca13a38225e2f14fba2d7dfe2f1995: DOCS: [get-zones] Removed old reference to convertzone (#2971) (@​cafferata)

CI/CD:

  • 94ce7e2a5db1bbe14d9600753b59de47b0260346: BUILD: GoReleaser v2.0.0 (#2996) (@​cafferata)
  • cffd0bbf0440e640f76c58a4e575aad5f6440785: Build(deps): Bump alpine from 3.19.1 to 3.20.0 (#2990) (@​dependabot[bot])
  • 2344257095bac00787d5c1179e3d39ac26c97897: Build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 (#3006) (@​dependabot[bot])

Dependencies:

Other changes and improvements:

... (truncated)

Commits
  • 3b0e124 CHORE: update deps (#3015)
  • 7fd6a74 CLOUDFLAREAPI: CF_REDIRECT/CF_TEMP_REDIRECT should dtrt using Single Redirect...
  • 2d15884 HUAWEICLOUD: add metadata to control Intelligent Resolution (#3013)
  • ce07c76 Add support for huaweicloud dns (#3010)
  • d55474c GCLOUD: Fix issue on creating/deleting/updating TXT records (#3011)
  • 174fd7b PORKBUN: catch error on parsing api (#3012)
  • 2344257 Build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2...
  • 8eb3c65 FEATURE: Enable "require()" function to accept json5 files (#3003)
  • 2ccef49 CLOUDFLAREAPI: disable DNSKEY until it is fixed (#3004)
  • 68b0b30 CLOUDFLAREAPI: Enable DNSKEY, HTTPS, SVCB record types (#3000)
  • 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.11.0 to 4.12.0.
- [Release notes](https://github.com/StackExchange/dnscontrol/releases)
- [Changelog](https://github.com/StackExchange/dnscontrol/blob/main/.goreleaser.yml)
- [Commits](StackExchange/dnscontrol@v4.11.0...v4.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Project dependency management docker Pull requests that update Docker code labels Jun 24, 2024
Copy link

height bot commented Jun 24, 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.

@jimbrig jimbrig merged commit b19f7d0 into main Jun 24, 2024
3 of 4 checks passed
@jimbrig jimbrig deleted the dependabot/docker/stackexchange/dnscontrol-4.12.0 branch June 24, 2024 15:01
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.

None yet

1 participant