Releases: caddy-dns/route53
Releases · caddy-dns/route53
v1.6.0
This release is first stable version compatible with Caddy 2.10 and later.
What's Changed
- Updated to libdns/route53 v1.6, now supporting the stable libdns 1.0 interfaces.
- Fixed compatibility with modern Caddy versions.
- Updated dependencies
- Refined configuration handling for improved stability and clarity, better defaults
- Added a full end-to-end Docker-based test to verify that Caddy can successfully request TLS certificates via this plugin.
- General documentation improvements.
New Contributors
- @AndrianBdn made their first contribution in #62
Full Changelog: v1.5.1...v1.6.0
v1.6.0-beta.3
This beta release updates the libdns dependency, refines configuration handling for better stability and clarity, and introduces an end-to-end Docker-based test verifying that Caddy can request TLS certificates using our code.
v1.6.0-beta.2
The new beta version updates libdns/route53 dependency and adds linter and API fixes.
Full Changelog: v1.6.0-beta.1...v1.6.0-beta.2
v1.6.0-beta.1
What's Changed
- Fix modern Caddy compatibility (and update tests, documentation, dependencies) by @AndrianBdn in #62
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot[bot] in #52
- docs: update required fields by @aymanbagabas in #54
- chore(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 by @dependabot[bot] in #55
New Contributors
- @AndrianBdn made their first contribution in #62
Full Changelog: v1.5.0...v1.6.0-beta.1
v1.5.0
v1.4.1
What's Changed
- chore: bump Go 1.21 and run
go mod tidyby @KeisukeYamashita in #49 - feat(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #47
- feat(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #45
- fix: respect caddyfile provider config by @aymanbagabas in #50
New Contributors
- @KeisukeYamashita made their first contribution in #49
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat(deps): bump github.com/caddyserver/caddy/v2 from 2.6.4 to 2.7.1 by @dependabot in #35
- feat(deps): bump github.com/caddyserver/caddy/v2 from 2.7.1 to 2.7.2 by @dependabot in #36
- feat(deps): bump github.com/caddyserver/caddy/v2 from 2.7.2 to 2.7.3 by @dependabot in #37
- feat(deps): bump github.com/caddyserver/caddy/v2 from 2.7.3 to 2.7.5 by @dependabot in #40
Full Changelog: v1.3.3...v1.4.0
Fix TXT record issues
Fixes: #29
What's Changed
- chore: bump libdns/route53 by @aymanbagabas in #34
Full Changelog: v1.3.2...v1.3.3
Select Public Zones
Selec public zones when there are multiple zones with the same name.
Related: libdns/route53#6 libdns/route53#19
What's Changed
- feat(deps): bump github.com/libdns/route53 from 1.3.1 to 1.3.2 by @dependabot in #33
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v1.3.1...v1.3.2