Skip to content

Releases: tomfankhaenel/route53-dyndns

Update Dependencys

10 Jul 07:38
3c1eb4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

1.0.2

04 Apr 18:04
eba01d4
Compare
Choose a tag to compare

What's Changed

  • Update dependency boto3 to v1.34.77 by @renovate in #40
  • Update docker/build-push-action action to v5.3.0 by @renovate in #21

Full Changelog: 1.0.1...1.0.2

1.0.1

21 Feb 07:26
Compare
Choose a tag to compare

What's Changed

  • Update dependency boto3 to v1.34.44 by @renovate in #5
  • Update dependency boto3 to v1.34.45 by @renovate in #7
  • Update dependency boto3 to v1.34.46 by @renovate in #8

Full Changelog: 1.0.0...1.0.1

Initial

27 Jan 11:12
2676226
Compare
Choose a tag to compare

Initial release that supports the following features:

  • get current ip (where the script is executed)
  • update multiple route53 records matching by their name to the current IP if the ip of the records is different
  • using a single route53 zoneid
  • using iam access key and secret access key
  • basic error handling