Skip to content

Releases: aerialls/scaleway-ddns

v0.0.6

26 Jun 22:14
Compare
Choose a tag to compare

Changelog

6e4ccdd feat(docker): use Doker Hub instead of GitHub packages

Docker images

  • docker pull aerialls/scaleway-ddns:latest
  • docker pull aerialls/scaleway-ddns:v0.0.6

v0.0.5

26 Jun 21:58
Compare
Choose a tag to compare

Changelog

9e5aa56 fix(github): GitHub images must be under a subdirectory

Docker images

  • docker pull docker.pkg.github.com/aerialls/scaleway-ddns/bin:latest
  • docker pull docker.pkg.github.com/aerialls/scaleway-ddns/bin:v0.0.5
  • docker pull docker.pkg.github.com/aerialls/scaleway-ddns/bin:0

v0.0.2

26 Jun 10:18
Compare
Choose a tag to compare

Changelog

4f7061a build(deps): bump github.com/stretchr/testify from 1.2.2 to 1.6.1
38ab86a feat(github): add linter in GitHub actions
a152824 fix(scaleway): make sure to always select the right record type

v0.0.1

25 Jun 10:02
Compare
Choose a tag to compare

Changelog

3006faa feat(all): initial commit
386db44 feat(config): add missing comment for global const
64622c3 fix(github): only run tests once for PRs