Skip to content

Releases: sjmayotte/route53-dynamic-dns

v1.3.9

03 Jul 07:14
f42dca2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

30 Oct 16:39
b189a87
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

v1.3.7

09 Oct 18:18
0938823
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.6...v1.3.7

v1.3.6

09 Oct 18:04
a0645f1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

v1.3.5

20 Sep 20:42
5d434f0
Compare
Choose a tag to compare

What's Changed

  • security(node): bump node from 18.17.0 to 18.18.0 for docker base image by @ismarslomic in #46
  • chore(dev-deps): bump markdownlint-cli2 from 0.8.1 to 0.10.0 by @ismarslomic in #47
  • chore(deps): bump aws-sdk from 3.377.0 to 3.414.0 by @ismarslomic in #47

Full Changelog: v1.3.4...v1.3.5

v1.3.4

26 Jul 10:15
dad1e8f
Compare
Choose a tag to compare

What's Changed

  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #43
  • chore (deps): bump AWS SDK to 3.377.0 and Node to 18.17.0 by @ismarslomic in #44

Full Changelog: v1.3.3...v1.3.4

v1.3.3

26 Jun 09:09
52666a8
Compare
Choose a tag to compare

What's Changed

Bug fixes and improvements

  • Bump fast-xml-parser, @aws-sdk/client-route-53 and @aws-sdk/client-ses by @dependabot in #39
  • Bump fast-xml-parser, @aws-sdk/client-route-53 and @aws-sdk/client-ses by @dependabot in #40
  • chore(security): upgrade npm dependencies and use latest node 18 in Github actions #41 by @ismarslomic in #42

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Apr 12:45
bb14f8a
Compare
Choose a tag to compare

What's Changed

  • Upgrade base node image to 18.16.0-alpine3.17 in order to resolve many security alerts by @ismarslomic in #38

Bug fixes and improvements

Upgrade node dependencies to latest release by @ismarslomic in #38

  • upgrade client-route-53 from 3.276.0 to 3.316.0
  • upgrade client-ses from 3.276.0 to 3.316.0
  • upgrade log4js from 6.8.0 to 6.9.1
  • upgrade markdownlint-cli2 from 0.6.0 to 0.7.0

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Feb 21:23
29e1f09
Compare
Choose a tag to compare

Security

  • Upgrade node and aws-sdk to resolve security vulnerability in node v18.14.0 and aws-sdk v3.267.0 by @ismarslomic in #36
    • upgrade node from v18.14.0 to v18.14.1
    • upgrade aws-sdk from v3.267.0 to v3.276.0

Bug fixes and improvements

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 Feb 22:40
ae330b3
Compare
Choose a tag to compare

New features

  • support running the docker container with alternate user (closes #23)
  • support specifying a list of domains in config, typically useful for wildcard records (closes #27)
  • support changing the timezone in docker container by use of TZ env variable

Bug fixes and improvements

  • bump base image to node:18.4.0-alpine3.17, all node dependencies to latest version and remove dependency to forever-monitor, which has not been maintained for over 2 years and has security vulnerabilities (closes #30)
  • fix Docker build badge
  • replace eslint with standard
  • add markdown linting with use of markdownlint and fix linting errors in all md files
  • add test script to package.json to run linting in Github actions
  • optimize Dockerfile for production mode
  • upgrade actions to latest versions in github workflows
  • migrate code to aws-sdk v3 (closes #33)

New Contributors

Full Changelog: v1.2.1...v1.3.0