Releases: node-red/node-red-docker
3.1.0: Milestone Release
What's Changed
- Updates for NR 3.0.0 release by @hardillb in #311
- Bump to 3.0.0-beta.2 by @hardillb in #313
- Bump dev to 3.0.0-beta.3 by @hardillb in #314
- Remove Python 2 by @hardillb in #315
- Bump to 3.0.0-beta.4 by @hardillb in #316
- Merge 3.0.0 work into master by @hardillb in #317
- 🚀 Update to Node-RED 3.0.0 release by @NodeREDBot in #318
- Add PubkeyAccessKeyTypes settings by @hardillb in #323
- New entrypoint by @hardillb in #324
- 🚀 Update to Node-RED 3.0.1 release by @NodeREDBot in #325
- Npm cache fix by @hardillb in #327
- 🚀 Update to Node-RED 3.0.2 release by @NodeREDBot in #328
- Node options by @hardillb in #334
- Set default Python for npm by @hardillb in #336
- Add stable release tag by @hardillb in #342
- Fix passing cli args to Node-RED by @dschmidt in #349
- Sync master to dev by @hardillb in #350
- Debian build by @hardillb in #346
- Set version to 3.1.0-beta.1on dev branch by @hardillb in #351
- Revert python default by @hardillb in #353
- Bump to 3.1.0-beta.2 by @hardillb in #354
- 3.1.0 beta.2 by @hardillb in #355
- 3.1.0 beta.2 by @hardillb in #356
- 3.1.0 beta.2 by @hardillb in #357
- 3.1.0 beta.2 by @hardillb in #358
- Fix Docker.debian path by @hardillb in #359
- Fix Docker.debian by @hardillb in #360
- Path to known_hosts.hs by @hardillb in #361
- Remove
npm set python
by @hardillb in #364 - update GitHub RSA key (dev branch) by @hardillb in #363
- Add new github RSA key by @hardillb in #362
- Change github RSA key length by @Etienne-Goumet in #365
- Allow manual respin of existing tags by @hardillb in #369
- Update ssh key fingerprints by @hardillb in #371
- Update ssh key fingerprints by @hardillb in #370
- fix bitbucket ssh kesy by @hardillb in #373
- Really fix the bitbucket ssh keys by @hardillb in #372
- Bump dev to 3.1.0-beta.3 by @hardillb in #374
- Update Dev branch with respin and NODE_RED_VERSION by @hardillb in #377
- Fix NODE_RED_VERISON env var on respin by @hardillb in #376
- Update known_hosts.sh (dev) by @hardillb in #382
- Update known_hosts.sh by @hardillb in #381
- Bump to 3.1.0-beta.4 to build containers by @hardillb in #384
- Sync dev to main for 3.1 release by @hardillb in #385
- Bump package to 3.1.0 by @knolleary in #386
New Contributors
- @dschmidt made their first contribution in #349
- @Etienne-Goumet made their first contribution in #365
- @knolleary made their first contribution in #386
Full Changelog: v2.2.2...v3.1.0
v3.1.0-beta.4
v3.1.0-beta.3
v3.1.0-beta.2
What's Changed
- Updates for NR 3.0.0 release by @hardillb in #311
- Bump to 3.0.0-beta.2 by @hardillb in #313
- Bump dev to 3.0.0-beta.3 by @hardillb in #314
- Remove Python 2 by @hardillb in #315
- Bump to 3.0.0-beta.4 by @hardillb in #316
- Sync master to dev by @hardillb in #350
- Debian build by @hardillb in #346
- Set version to 3.1.0-beta.1on dev branch by @hardillb in #351
- Revert python default by @hardillb in #353
- Bump to 3.1.0-beta.2 by @hardillb in #354
- 3.1.0 beta.2 by @hardillb in #358
- Fix Docker.debian path by @hardillb in #359
- Fix Docker.debian by @hardillb in #360
- Path to known_hosts.hs by @hardillb in #361
Full Changelog: v2.2.2...v3.1.0-beta.2
3.0.2
2.2.3: Maintenance Release
Update to Node-RED 2.2.3
v3.0.1-1 Maintenance release
Update to Node-RED 3.0.1 with #327 fix
3.0.1: Maintenance Release
Update to Node-RED 3.0.1
3.0.0: Milestone Release
Update to Node-RED 3.0.0
This release includes a bump to the base Alpine Linux version as covered here:
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements
This will require a minimum Docker version of 19.03.9 and libseccomp version 2.4.2 for 32bit based systems (Arm32 or i386)
The default Node-RED Container is based on the NodeJS node:16-alpine container. This now based on Alpine 3.16 which has dropped Python2. Python2 went end of Life in April 2020 and has not received any updates since then. It really should not be being used for anything any more. As 3.0.0 is a new major release we will also be dropping Python2 entirely. Please let us know if this breaks any nodes (but also raise issues against those nodes as they need to be updated).
v3.0.0-beta.4 Beta Release
This release includes a bump to the base Alpine Linux version as covered here: https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements
This will require a minimum Docker version of 19.03.9 for 32bit based systems (Arm32 or i386)
The default Node-RED Container is based on the NodeJS node:16-alpine container. This now based on Alpine 3.16 which has dropped Python2. Python2 went end of Life in April 2020 and has not received any updates since then. It really should not be being used for anything any more. As 3.0.0 is a new major release we will also be dropping Python2 entirely. Please let us know if this breaks any nodes (but also raise issues against those nodes as they need to be updated).
Other 3.0.0 release notes here: https://discourse.nodered.org/t/node-red-3-0-0-beta-4-released/64538/36