Releases: vandycknick/cloudflare-ddns
Releases · vandycknick/cloudflare-ddns
v1.0.1
Release v1.0.1
Fixed
- In Kubernetes runAsNonRoot relies on the USER in docker to be a numeric value. This release changes the user to the nobody user.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Release v1.0.0
Changed
- Updated to dotnet 6.0
- Updated dependencies to the latest version
Full Changelog: v0.5.0...v1.0.0
v0.4.0
Release v0.4.0
Fixed
- Resolving public IP with Cloudflare DNS not working because Cloudflare uses Chaos class.
v0.3.0
Release v0.3.0
Added
- Ability to resolve public ip over DNS (cloudflare, google)
- Ability to switch between DNS or HTTP resolvers
- Ability to fallback to another resolver when the first one is not able to resolve a public IP.
- Ability to disable resolving public ipv4 or ipv6 address
Changed
- Changed config file specification (Breaking).
v0.2.0
Release v0.2.0
Added
- Allow setting api token via environment variable CLOUDFLARE_API_TOKEN
- Allow configuring log-level via cli argument --log-level (verbose, info, warning, error)
- Added helm chart for k8s deployments
Changed
- apiKey in config file renamed to apiToken to align naming with cloudflare. (Breaking)
v0.1.0
Release v0.1.0
Notes
- Initial release