v1.3.0
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 toforever-monitor
, which has not been maintained for over 2 years and has security vulnerabilities (closes #30) - fix Docker build badge
- replace
eslint
withstandard
- add markdown linting with use of
markdownlint
and fix linting errors in all md files - add
test
script topackage.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
- @ismarslomic made their first contribution in #32
Full Changelog: v1.2.1...v1.3.0