Releases: sjmayotte/route53-dynamic-dns
Releases · sjmayotte/route53-dynamic-dns
v1.3.9
What's Changed
- Upgrade Route53 and SES to v3.609.0 by @ismarslomic in #62
- Upgrade Node to v22.3.0 release by @ismarslomic in #62
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- chore(aws-sdk): upgrade aws-sdk to 3.438.0 by @ismarslomic in #54
- chore(node): upgrade to node 18.8.2 by @ismarslomic in #56
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- docs(nav): add kubernetes within installation by @ismarslomic in #52
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- docs: add kubernetes installation instructions by @issmirnov in #49
- fix(doc): lint errors of the markdown kubernetes by @ismarslomic in #50
- chore(deps): bump
aws-sdk
from3.414.0
to3.427.0
by @ismarslomic in #51
New Contributors
- @issmirnov made their first contribution in #49
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- security(node): bump
node
from18.17.0
to18.18.0
for docker base image by @ismarslomic in #46 - chore(dev-deps): bump
markdownlint-cli2
from0.8.1
to0.10.0
by @ismarslomic in #47 - chore(deps): bump
aws-sdk
from3.377.0
to3.414.0
by @ismarslomic in #47
Full Changelog: v1.3.4...v1.3.5
v1.3.4
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 to18.17.0
by @ismarslomic in #44
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Upgrade base node image to 18.16.1-alpine3.18 by @ismarslomic in #42
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
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
from3.276.0
to3.316.0
- upgrade
client-ses
from3.276.0
to3.316.0
- upgrade
log4js
from6.8.0
to6.9.1
- upgrade
markdownlint-cli2
from0.6.0
to0.7.0
Full Changelog: v1.3.1...v1.3.2
v1.3.1
Security
- Upgrade node and aws-sdk to resolve security vulnerability in
node v18.14.0
andaws-sdk v3.267.0
by @ismarslomic in #36- upgrade
node
fromv18.14.0
tov18.14.1
- upgrade
aws-sdk
fromv3.267.0
tov3.276.0
- upgrade
Bug fixes and improvements
- upgrade
log4js
fromv6.7.1
tov6.8.0
by @ismarslomic in #36
Full Changelog: v1.3.0...v1.3.1
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