Skip to content

Releases: oscartbeaumont/netlify-dynamic-dns

Minor Updates

21 Aug 07:12
c399f19
Compare
Choose a tag to compare

Main Changes:

  • Updated dependencies
  • Upgraded GitHub Actions

v3.0.0

29 Dec 08:48
Compare
Choose a tag to compare

This release has been built from scratch to fix all of the issues with the existing codebase. Your IP Address is now determined using OpenDNS which is much faster along with replacing the existing broken implementation, which was caused by the HTTP API changing its schema early this year. The Netlify OpenAPI client is used instead of a custom HTTP implementation of the API. The Netlify OpenAPI client did not have support for there Managed DNS service when I developed the earlier versions of this application. Some more general bug fixes and migrated the CI/CD system from TravisCI to GitHub Actions along with adding end to end tests to catch bugs earlier.

Note: To simplify releases all version provided are 64bit but 32bit versions can be compiled by yourself.

Version 2

07 Apr 07:39
414f5df
Compare
Choose a tag to compare

This version now uses Cobra for the command line interface. The code has been cleaned up and the pkg/ directory is now an API that could be used by other projects. The command line tool now has two modes update and updater. The Dockerfile is now non-root and Go Dep is being used for vendoring.