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 github.com/StackExchange/dnscontrol/v4 from 4.6.0 to 4.7.0 #55

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2023

Bumps github.com/StackExchange/dnscontrol/v4 from 4.6.0 to 4.7.0.

Release notes

Sourced from github.com/StackExchange/dnscontrol/v4's releases.

v4.7.0

This is a pre-release (our first time doing one!)

THIS IS A PRE-RELEASE. DO NOT USE IN PRODUCTION. PLEASE DO TEST AND GIVE FEEDBACK ON PR StackExchange/dnscontrol#2631

The only change in this release is that TXT records are stored a new way. Instead of storing the individual segments, they are stored as one big string. The providers are now responsible for any joining, splitting, escaping, or quoting. There should be no user-visible effects.

NOTE TO MAINTAINERS OF PROVIDERS: Please test your provider. A lot changed in how TXT records are handled. Please re-run the integration tests like:

cd integrationTest/
export PROVIDER_FOO=foo    # Set your ENV variables.  See providers.json for the list.
go test -v -verbose -provider NAME_OF_PROVIDER
# This next line just runs the TXT tests.
go test -v -verbose -provider NAME_OF_PROVIDER -start 16 -end 17

Fix any broken tests. Post a comment if you need help or to let me know the test results.
The branch is tlim_newtxt_minimal.

PR is StackExchange/dnscontrol#2631

There are a number of "helper" functions with the suffix Func. I'll document those more soon.

Changelog

Provider-specific changes:

  • 378e11416866eabcad398dc1c30199b69d950447: AZURE_DNS: Fix TXT escaping (@​tlimoncelli)
  • 7c273184222e18f3f510fb77961e302f7e3000f0: BIND: fix TXT records with backslashes (@​tlimoncelli)
  • 130fbc4a1e2689874f2ab11f9a77b8f77b76db1c: GCLOUD: remove extra blank line (@​tlimoncelli)
  • b2dbc35679dc977b9dae2faee6b43d7f03cb00a2: GCLOUD: support more TXT exceptions (@​tlimoncelli)
  • 71ef7dd5e9ea6bc42be0a351c831e95605121c19: HEXONET: TXT with backslashes now work. (@​tlimoncelli)
  • 18b19213fdee16c4b2bbcd72f18db06abb524c44: ROUTE53: Improve TXT handling (@​tlimoncelli)
  • d25ab0528c106390360ff0276fd2bbc7cc970813: TRANSIP: Update to newer TXT code/decode funcs (@​tlimoncelli)

Other changes and improvements:

  • f255c182832a4ce193e1937b1523d678c303b7e2: Add backwards-compatible parser. (@​tlimoncelli)
  • 4f935be6081aca4547b08ff880c6285c2e961278: Add debug printfs (@​tlimoncelli)
  • 3c632eabdf07a92625d25f7506e2d5085c30a2e5: BIND and prettyzone fixed (@​tlimoncelli)
  • a4b867034db70bb6a61377f38aa5ec4ff9383d21: Clean up GANDI_V5 txt handling (@​tlimoncelli)
  • 7cd01ffd0770353a92d3099da497916d4def6284: Clean up rc.SetTarget error handling. (@​tlimoncelli)
  • 32de0f97e8237859514e37c78bedf90d46f55915: Comment out impossible test (@​tlimoncelli)
  • 99f808b6edba0c85ee408463a4ba0299d8a5f063: Don't test 0-length TXT records. (@​tlimoncelli)
  • 0a727ccc6ad6c525ea3fc0a570d249d3e49c18df: Eliminated GetTargetCombined in GANDI_V5 (@​tlimoncelli)
  • 891719b1ef75b1997134eeb64eea420fcb8454d1: Fix DO (@​tlimoncelli)
  • 4c2ca71b5e3d7bfcee21de29212a2cd875f665b7: Fix GCLOUD txt records (@​tlimoncelli)
  • bc21df196b1e3db0e827438f489afbfc98b4060d: Fix TXT tests (@​tlimoncelli)
  • a2a685751201d00954ab07410848aacdc59f51e6: Fix backslash in TXT processing where possible (@​tlimoncelli)
  • 6c8ad84f102aee73ca3fdca8c87815355de8dada: Fix parse tests (@​tlimoncelli)
  • d16bbf5f22ed22b82a6a7b6416b6c118afa77fd8: Fixing tests (@​tlimoncelli)
  • 675a44619df875f0e7a7bfd6bfb0df6ab1b19818: GCLOUD works (@​tlimoncelli)

... (truncated)

Commits
  • 1d590a4 Update generated files for v4.7.0
  • 7064411 Update pkg/prettyzone/prettyzone.go
  • b5148b4 Update pkg/normalize/flatten.go
  • 0097303 Update pkg/diff2/compareconfig.go
  • 8e4de5c Update pkg/diff2/compareconfig.go
  • 54d51dd Update models/dnsrr.go
  • 32de0f9 Comment out impossible test
  • 71ef7dd HEXONET: TXT with backslashes now work.
  • 7c27318 BIND: fix TXT records with backslashes
  • a2a6857 Fix backslash in TXT processing where possible
  • 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 [github.com/StackExchange/dnscontrol/v4](https://github.com/StackExchange/dnscontrol) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/StackExchange/dnscontrol/releases)
- [Changelog](https://github.com/StackExchange/dnscontrol/blob/master/documentation/release-engineering.md)
- [Commits](StackExchange/dnscontrol@v4.6.0...v4.7.0)

---
updated-dependencies:
- dependency-name: github.com/StackExchange/dnscontrol/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 21, 2023
@fritterhoff fritterhoff added this pull request to the merge queue Nov 22, 2023
Merged via the queue into main with commit ac51e29 Nov 22, 2023
1 check passed
@fritterhoff fritterhoff deleted the dependabot/go_modules/github.com/StackExchange/dnscontrol/v4-4.7.0 branch November 22, 2023 06:40
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant