Releases: crazy-max/ddns-route53
Releases · crazy-max/ddns-route53
v2.4.0
- Bump github.com/aws/aws-sdk-go from 1.36.20 to 1.37.25 (#374)
- Fix WanIP provider
- Missing non-root user for Docker image
- Switch to
goreleaser-xx
(#373) - Remove s390x Docker image support (#361)
- Bump github.com/alecthomas/kong from 0.2.12 to 0.2.15 (#353)
- Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#339)
v2.3.0
- Bump github.com/aws/aws-sdk-go from 1.35.28 to 1.36.20 (#332)
- Refactor CI and dev workflow with buildx bake (#333)
- Upload artifacts
- Add
image-local
target - Single job for artifacts and image
- Add
armv5
,ppc64le
ands390x
artifacts
- Handle multi IP providers (#331)
- Bump github.com/alecthomas/kong from 0.2.11 to 0.2.12 (#307)
v2.2.0
- Use embedded tzdata package
- Remove
--timezone
flag - Docker image also available on GitHub Container Registry
- Switch to Docker actions
- Update deps
v2.1.0
v2.0.1
v2.0.0
- Configuration transposed into environment variables
AWS_HOSTED_ZONE_ID
env var renamedDDNSR53_ROUTE53_HOSTEDZONEID
- Improve configuration validation
- All fields in configuration now camelCased
- Add tests and coverage
- Dockerfile enhanced
- Seek configuration file from default places
- Configuration file not required anymore
- Switch to gonfig
- Add fields to load sensitive values from file
- Handle AWS EnvProvider for credentials
- Docs website with mkdocs
- Update deps
v1.10.1
- Fix unpublished Docker image
v1.10.0
- Add support for mips architectures (#160)
- aws-sdk-go 1.32.1
- Update deps
v1.9.1
- Typo
v1.9.0
- Allow to use
AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andAWS_HOSTED_ZONE_ID
environment variables (#130) - Check AWS Route53 hosted zone ID entry
- aws-sdk-go 1.30.27