Skip to content

v1.3.0

Compare
Choose a tag to compare
@ismarslomic ismarslomic released this 14 Feb 22:40
· 59 commits to master since this release
ae330b3

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