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 stackexchange/dnscontrol from 4.12.1 to 4.13.0 in /docker #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2024

Bumps stackexchange/dnscontrol from 4.12.1 to 4.13.0.

Release notes

Sourced from stackexchange/dnscontrol's releases.

v4.13.0

Hello DNS fans!

This release introduces one new provider and many small fixes and improvements.

  • NEW PROVIDER: Sakura Cloud (SAKURACLOUD) (thanks to @​ttkzw!)
  • NEW FEATURE: The HASH() function can generate hash strings. (thanks to @​fuero!)
  • Improvements to providers: AUTODNS now supports PTR records, GANDI_V5 supports their new authentication system, HUAWEICLOUD has better DNSSEC support, NS1 documents that NS1_URLFWD is going away, ORACLE now abides by rate- limits automatically, PORKBUN now supports URL forwarding, and POWERDNS has added some reliability improvements.

Some big changes are coming:

Learning Go? Interested in a starter project? Please email tlimoncelli at stackoverflow dot com.

  • 23 providers still use diff.NewCompat() instead of the new diff2.By* functions. There's nothing wrong with that, but upgrade will make the code cleaner, more simple, and might make the "preview" output cleaner.
  • I have a few other refactoring ideas that will clean up the code. Interested? Let me know!

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:

  • 864d45290fea4958449e5520d182d91bf23088ad: NEW PROVIDER: Sakura Cloud (SAKURACLOUD) (#3086) (@​ttkzw)
  • 94a0cfcba3350403d94af0e3ee3748ee0ec8ace1: New Feature: HASH() adds hashing functions to dnsconfig.js language (#3085) (@​fuero)

Provider-specific changes:

  • f2be1a6f649afe867ff0178d8c00716466156e1d: AUTODNS: Enable CanUsePTR (#3098) (@​christianbur)
  • 8899f45816984de256b7149e17ec909fb85e14f3: CLOUDFLAREAPI: Upgrade to cloudflare-go v0.102.0 (#3081) (@​tlimoncelli)
  • 663be6e26864216570f575c494cfd88f788618ba: GANDI: Adopt new Gandi v5 auth changes (#2726) (@​llange)
  • e8eca6a31e2c641d5d39bbf32f7ff642c4c317e2: HUAWEICLOUD: Document DNSSEC capability and improve docs, reliability (#3084) (@​huihuimoe)
  • 1a3d6a37bbe3022cf23293b233759442f82f9580: NS1: add warning for deprecated record (#3078) (@​costasd)
  • 1738c6ea542a0d5686af630186312e324f0a548c: NS1: update ns1-go to 2.12.0 (#3074) (@​costasd)
  • 0de789f3812b78109934855762f50b1bd42551da: ORACLE: Abide by 429-style rate limits, fix Nameserver update bug (#3090) (@​fabienmazieres)
  • a3b194fd92933c5808266eb4c9ca23d29ccabeb1: Oracle: Use SDK v65 and default retry policy (#3094) (@​fabienmazieres)
  • e86c666942c155125f1b05e03e76398fe6767e21: PORKBUN: Remove unused function (#3072) (@​tlimoncelli)
  • 04f34cf2e370c02feea6ba21ecc105add9b0533f: PORKBUN: support URL Forward (#3064) (@​imlonghao)
  • 8bb5df96bce443cc8b0d49ade2d733d4856d5749: POWERDNS: Use canonical domain in calls to PowerDNS (#3080) (@​kytta)
  • 3b904d2eaefa8bdb2687af6e6e674e7d4c004317: SAKURACLOUD: Add SAKURACLOUD to automated tests (#3095) (@​ttkzw)

Documentation:

  • 2b1aa5fb6d5c3560a2994646ae2c67c342d1b37a: DOCS: add docs for NS1_URLFWD (#3075) (@​costasd)

CI/CD:

  • 411a1ed1c73142995a40c1dfabc03fe5550ed73b: Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#3067) (@​dependabot[bot])
  • 5a20c6609ef23b4926adc35cfbad46a6603809cc: Build(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6 (#3077) (@​dependabot[bot])
  • dedf3989d758d63e757898b06ef5bdff0b2f5d55: Build(deps): Bump alpine from 3.20.1 to 3.20.2 (#3063) (@​dependabot[bot])
  • 24b5c4b0e421942a65eb2e8df63329046e983048: CICD: Removed CodeQL workflow (#3073) (@​cafferata)

Dependencies:

Other changes and improvements:

  • 69533fca2399a59084f9e2f669311477dec6d576: BUNNY_DNS: run goimports on convert.go (#3071) (@​tlimoncelli)

... (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 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.12.1 to 4.13.0.
- [Release notes](https://github.com/StackExchange/dnscontrol/releases)
- [Changelog](https://github.com/StackExchange/dnscontrol/blob/main/.goreleaser.yml)
- [Commits](StackExchange/dnscontrol@v4.12.1...v4.13.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 Pull requests that update a dependency file docker Pull requests that update Docker code labels Sep 4, 2024
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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant