Another bugfix release!
The bugs fixed include:
- diff2 providers that use the REPORT feature always crashes on push (#2130)
- DIGITALOCEAN's TXT record handling broke (#2128)
- Internationalized (Unicode) zone names don't with with ListZones (#2096) (#2110)
- Plus many doc improvements
- (Ok, one feature slipped in: simple CNAME and R53_ALIAS loops are detected)
Changelog
Major features:
- dde7e5d: FEATURE: Detect simple CNAME loops (#2112) (@tlimoncelli)
Provider-specific changes:
- cfb24db: AUTODNS: Convert to diff2 (#2102) (@tlimoncelli)
- eb4af05: DIGITALOCEAN: Improve TXT record handling (#2128) (@tlimoncelli)
- 4b37906: DOCS: TransIP: Fixed creds.json example (#2117) (@cafferata)
- b54c5ea: ROUTE53: Report R53_ALIAS loops as an error (#2111) (@tlimoncelli)
Other changes and improvements:
- 5d554f1: BUG: Compare zones list to ace zone name (#2096) (#2110) (@Yannik)
- ad4b8da: BUGFIX: REPORT change type always crashes on push (#2130) (@tlimoncelli)
- 1c938bb: Build(deps): Bump alpine from 3.17.1 to 3.17.2 (#2116) (@dependabot[bot])
- 91242d5: Build(deps): Bump github.com/softlayer/softlayer-go from 1.1.0 to 1.1.2 (#2113) (@dependabot[bot])
- ce714c1: Build(deps): Bump github.com/transip/gotransip/v6 from 6.19.0 to 6.19.1 (#2114) (@dependabot[bot])
- 36d6e88: Build(deps): Bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 (#2122) (@dependabot[bot])
- e4450c7: Build(deps): Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#2124) (@dependabot[bot])
- 0958807: Build(deps): Bump golang.org/x/text from 0.7.0 to 0.8.0 (#2121) (@dependabot[bot])
- 9062b33: Build(deps): Bump google.golang.org/api from 0.110.0 to 0.111.0 (#2115) (@dependabot[bot])
- 93c77eb: DOCS: Added Gitbook filenames to JSON code snippets. (#2119) (@cafferata)
- 3d3f15d: DOCS: Correct flag name (#2118) (@cafferata)
- 48a5048: Doc: Fixed a bit of havoc which appears in go docs (#2105) (@systemcrash)
- 894d1a5: Update examples.md (#2109) (@systemcrash)
- 0d2a7bf: Update getting-started.md (#2108) (@systemcrash)