Skip to content

Version 2.0.0 (15.10.2025)

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Oct 14:10
v2.0.0
d814fe7

Release Notes

Breaking

  • Convert dyncloud to a CLI
  • Updated Config format: See migration guide for further instructions
  • Replace interval with cron expression #136

Added

  • Added IPv6 docker compose config example
  • Added docker timezone support
  • Added migration guide
  • Added V2 Documentation
  • --debug/-d flag to enable debug logging
  • Added proper Config validation with user-friendly output
  • Get Cloudflare Record by DNSType and Name #107
  • Added utility command to list cloudflare zones
  • Added command to sync records just one time
  • support for Windows arm64
  • added colored output

Changed

  • added timestamp to log messages
  • renamed compose.yaml.dist to compose.dist.yaml
  • updated dependencies
  • introduced custom logger
  • Log errors instead of crashing #108
  • The Docker Image can now be used as a standalone CLI
  • updated rust to 1.90.0

Fixed

  • fixed changelog generation

Install dyncloud 2.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/DenuxPlays/dyncloud/releases/download/v2.0.0/dyncloud-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/DenuxPlays/dyncloud/releases/download/v2.0.0/dyncloud-installer.ps1 | iex"

Download dyncloud 2.0.0

File Platform Checksum
dyncloud-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dyncloud-x86_64-apple-darwin.tar.xz Intel macOS checksum
dyncloud-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
dyncloud-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
dyncloud-x86_64-pc-windows-msvc.zip x64 Windows checksum
dyncloud-x86_64-pc-windows-msvc.msi x64 Windows checksum
dyncloud-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dyncloud-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
dyncloud-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
dyncloud-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum