-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump dev to 3.0.0-beta.3 #314
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hardillb
added a commit
that referenced
this pull request
Jul 14, 2022
* 2.2.0-beta.1 * Updates for NR 3.0.0 release (#311) * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Bump to 3.0.0-beta.2 * Bump dev to 3.0.0-beta.3 (#314) * Remove Python 2 (#315) * Bump dev to 3.0.0-beta.3 * Remove Python2 from alpine builds * Bump to 3.0.0-beta.4 (#316) * Bump to 2.1.6 * Bump to 2.2.0 * Bump to 2.2.1 * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Bump to 3.0.0-beta.4 * Remove new empty line Co-authored-by: knolleary <[email protected]> Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]>
takuya-o
pushed a commit
to takuya-o/node-red-docker
that referenced
this pull request
Jul 28, 2022
* 2.2.0-beta.1 * Updates for NR 3.0.0 release (node-red#311) * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Bump to 3.0.0-beta.2 * Bump dev to 3.0.0-beta.3 (node-red#314) * Remove Python 2 (node-red#315) * Bump dev to 3.0.0-beta.3 * Remove Python2 from alpine builds * Bump to 3.0.0-beta.4 (node-red#316) * Bump to 2.1.6 * Bump to 2.2.0 * Bump to 2.2.1 * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Bump to 3.0.0-beta.4 * Remove new empty line Co-authored-by: knolleary <[email protected]> Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]>
hardillb
added a commit
that referenced
this pull request
Mar 3, 2023
* Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Merge 3.0.0 work into master (#317) * 2.2.0-beta.1 * Updates for NR 3.0.0 release (#311) * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Bump to 3.0.0-beta.2 * Bump dev to 3.0.0-beta.3 (#314) * Remove Python 2 (#315) * Bump dev to 3.0.0-beta.3 * Remove Python2 from alpine builds * Bump to 3.0.0-beta.4 (#316) * Bump to 2.1.6 * Bump to 2.2.0 * Bump to 2.2.1 * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Bump to 3.0.0-beta.4 * Remove new empty line Co-authored-by: knolleary <[email protected]> Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]> * Bump to 3.0.0 (#318) Co-authored-by: knolleary <[email protected]> * Add PubkeyAccessKeyTypes settings (#323) * Add PubkeyAccessKeyTypes settings * Add PubkeyAccessKeyTypes settings * Add ssh fix to debian based build * New entrypoint (#324) * Add PubkeyAccessKeyTypes settings * Switch entrypoint to allow NR to run as root if needed This works round npm droping uid when running as root * Bump to 3.0.1 * First pass at fix for #326 (#327) Fix for #326 * Bump to 3.0.2 * Fix NODE_OPTIONS (#334) Thanks to @twocolors for finding this, applying from my id as having problems with easycla * Set python3 to be the default python for npm (#336) * Add stable release tag (#342) * Add a stable tag All 3.0.x will be tagged as nodered/node-red:3.0 All 3.1.x will be tagged as nodered/node-red:3.1 * Calculate Stable version rather than hard code it * Fix passing cli args to Node-RED (#349) The new entrypoint introduced #324 does not forward arguments to Node-RED. (which is a breaking change from 3.0.0) With this change the old behavior is restored and one can override settings via the docker command again. --------- Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]> Co-authored-by: NodeREDBot <[email protected]> Co-authored-by: Dominik Schmidt <[email protected]>
hardillb
added a commit
that referenced
this pull request
Mar 3, 2023
* Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Merge 3.0.0 work into master (#317) * 2.2.0-beta.1 * Updates for NR 3.0.0 release (#311) * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Bump to 3.0.0-beta.2 * Bump dev to 3.0.0-beta.3 (#314) * Remove Python 2 (#315) * Bump dev to 3.0.0-beta.3 * Remove Python2 from alpine builds * Bump to 3.0.0-beta.4 (#316) * Bump to 2.1.6 * Bump to 2.2.0 * Bump to 2.2.1 * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Bump to 3.0.0-beta.4 * Remove new empty line Co-authored-by: knolleary <[email protected]> Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]> * Bump to 3.0.0 (#318) Co-authored-by: knolleary <[email protected]> * Add PubkeyAccessKeyTypes settings (#323) * Add PubkeyAccessKeyTypes settings * Add PubkeyAccessKeyTypes settings * Add ssh fix to debian based build * New entrypoint (#324) * Add PubkeyAccessKeyTypes settings * Switch entrypoint to allow NR to run as root if needed This works round npm droping uid when running as root * Bump to 3.0.1 * First pass at fix for #326 (#327) Fix for #326 * Bump to 3.0.2 * Fix NODE_OPTIONS (#334) Thanks to @twocolors for finding this, applying from my id as having problems with easycla * Set python3 to be the default python for npm (#336) * Add stable release tag (#342) * Add a stable tag All 3.0.x will be tagged as nodered/node-red:3.0 All 3.1.x will be tagged as nodered/node-red:3.1 * Calculate Stable version rather than hard code it * Add a debian build --------- Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]> Co-authored-by: NodeREDBot <[email protected]>
hardillb
added a commit
that referenced
this pull request
Mar 6, 2023
* Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Merge 3.0.0 work into master (#317) * 2.2.0-beta.1 * Updates for NR 3.0.0 release (#311) * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Finish updating README.md * Update default versions in custom build scripts * Add 3.0.0-beta.1 * Bump to 3.0.0-beta.2 * Bump dev to 3.0.0-beta.3 (#314) * Remove Python 2 (#315) * Bump dev to 3.0.0-beta.3 * Remove Python2 from alpine builds * Bump to 3.0.0-beta.4 (#316) * Bump to 2.1.6 * Bump to 2.2.0 * Bump to 2.2.1 * Updates for 3.0.0 - Bump the base Alpine build back to latest - Set NodeJS 16 as default - Drop NodeJS 12 - Add NodeJS 18 * Bump to 3.0.0-beta.4 * Remove new empty line Co-authored-by: knolleary <[email protected]> Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]> * Bump to 3.0.0 (#318) Co-authored-by: knolleary <[email protected]> * Add PubkeyAccessKeyTypes settings (#323) * Add PubkeyAccessKeyTypes settings * Add PubkeyAccessKeyTypes settings * Add ssh fix to debian based build * New entrypoint (#324) * Add PubkeyAccessKeyTypes settings * Switch entrypoint to allow NR to run as root if needed This works round npm droping uid when running as root * Bump to 3.0.1 * First pass at fix for #326 (#327) Fix for #326 * Bump to 3.0.2 * Fix NODE_OPTIONS (#334) Thanks to @twocolors for finding this, applying from my id as having problems with easycla * Set python3 to be the default python for npm (#336) * Add stable release tag (#342) * Add a stable tag All 3.0.x will be tagged as nodered/node-red:3.0 All 3.1.x will be tagged as nodered/node-red:3.1 * Calculate Stable version rather than hard code it * Fix passing cli args to Node-RED (#349) The new entrypoint introduced #324 does not forward arguments to Node-RED. (which is a breaking change from 3.0.0) With this change the old behavior is restored and one can override settings via the docker command again. * Set version to 3.1.0-beta.1 * Revert setting default python npm v9 removes the ability to set this (why?) fixes #352 --------- Co-authored-by: Nick O'Leary <[email protected]> Co-authored-by: knolleary <[email protected]> Co-authored-by: NodeREDBot <[email protected]> Co-authored-by: Dominik Schmidt <[email protected]>
szinn
referenced
this pull request
in szinn/k8s-homelab
Jun 22, 2024
…4.0.0 ) (#3876) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nodered/node-red](https://togithub.com/node-red/node-red-docker) | major | `3.1.11` -> `4.0.0` | --- ### Release Notes <details> <summary>node-red/node-red-docker (docker.io/nodered/node-red)</summary> ### [`v4.0.0`](https://togithub.com/node-red/node-red-docker/releases/tag/v4.0.0) [Compare Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.11...v4.0.0) #### What's Changed - Updates for NR 3.0.0 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/311](https://togithub.com/node-red/node-red-docker/pull/311) - Bump to 3.0.0-beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/313](https://togithub.com/node-red/node-red-docker/pull/313) - Bump dev to 3.0.0-beta.3 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/314](https://togithub.com/node-red/node-red-docker/pull/314) - Remove Python 2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/315](https://togithub.com/node-red/node-red-docker/pull/315) - Bump to 3.0.0-beta.4 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/316](https://togithub.com/node-red/node-red-docker/pull/316) - Merge 3.0.0 work into master by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/317](https://togithub.com/node-red/node-red-docker/pull/317) - 🚀 Update to Node-RED 3.0.0 release by [@​NodeREDBot](https://togithub.com/NodeREDBot) in [https://github.com/node-red/node-red-docker/pull/318](https://togithub.com/node-red/node-red-docker/pull/318) - Add PubkeyAccessKeyTypes settings by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/323](https://togithub.com/node-red/node-red-docker/pull/323) - New entrypoint by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/324](https://togithub.com/node-red/node-red-docker/pull/324) - 🚀 Update to Node-RED 3.0.1 release by [@​NodeREDBot](https://togithub.com/NodeREDBot) in [https://github.com/node-red/node-red-docker/pull/325](https://togithub.com/node-red/node-red-docker/pull/325) - Npm cache fix by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/327](https://togithub.com/node-red/node-red-docker/pull/327) - 🚀 Update to Node-RED 3.0.2 release by [@​NodeREDBot](https://togithub.com/NodeREDBot) in [https://github.com/node-red/node-red-docker/pull/328](https://togithub.com/node-red/node-red-docker/pull/328) - Node options by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/334](https://togithub.com/node-red/node-red-docker/pull/334) - Set default Python for npm by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/336](https://togithub.com/node-red/node-red-docker/pull/336) - Add stable release tag by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/342](https://togithub.com/node-red/node-red-docker/pull/342) - Fix passing cli args to Node-RED by [@​dschmidt](https://togithub.com/dschmidt) in [https://github.com/node-red/node-red-docker/pull/349](https://togithub.com/node-red/node-red-docker/pull/349) - Sync master to dev by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/350](https://togithub.com/node-red/node-red-docker/pull/350) - Debian build by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/346](https://togithub.com/node-red/node-red-docker/pull/346) - Set version to 3.1.0-beta.1on dev branch by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/351](https://togithub.com/node-red/node-red-docker/pull/351) - Revert python default by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/353](https://togithub.com/node-red/node-red-docker/pull/353) - Bump to 3.1.0-beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/354](https://togithub.com/node-red/node-red-docker/pull/354) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/355](https://togithub.com/node-red/node-red-docker/pull/355) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/356](https://togithub.com/node-red/node-red-docker/pull/356) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/357](https://togithub.com/node-red/node-red-docker/pull/357) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/358](https://togithub.com/node-red/node-red-docker/pull/358) - Fix Docker.debian path by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/359](https://togithub.com/node-red/node-red-docker/pull/359) - Fix Docker.debian by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/360](https://togithub.com/node-red/node-red-docker/pull/360) - Path to known_hosts.hs by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/361](https://togithub.com/node-red/node-red-docker/pull/361) - Remove `npm set python` by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/364](https://togithub.com/node-red/node-red-docker/pull/364) - update GitHub RSA key (dev branch) by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/363](https://togithub.com/node-red/node-red-docker/pull/363) - Add new github RSA key by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/362](https://togithub.com/node-red/node-red-docker/pull/362) - Change github RSA key length by [@​Etienne-Goumet](https://togithub.com/Etienne-Goumet) in [https://github.com/node-red/node-red-docker/pull/365](https://togithub.com/node-red/node-red-docker/pull/365) - Allow manual respin of existing tags by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/369](https://togithub.com/node-red/node-red-docker/pull/369) - Update ssh key fingerprints by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/371](https://togithub.com/node-red/node-red-docker/pull/371) - Update ssh key fingerprints by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/370](https://togithub.com/node-red/node-red-docker/pull/370) - fix bitbucket ssh kesy by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/373](https://togithub.com/node-red/node-red-docker/pull/373) - Really fix the bitbucket ssh keys by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/372](https://togithub.com/node-red/node-red-docker/pull/372) - Bump dev to 3.1.0-beta.3 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/374](https://togithub.com/node-red/node-red-docker/pull/374) - Update Dev branch with respin and NODE_RED_VERSION by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/377](https://togithub.com/node-red/node-red-docker/pull/377) - Fix NODE_RED_VERISON env var on respin by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/376](https://togithub.com/node-red/node-red-docker/pull/376) - Update known_hosts.sh (dev) by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/382](https://togithub.com/node-red/node-red-docker/pull/382) - Update known_hosts.sh by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/381](https://togithub.com/node-red/node-red-docker/pull/381) - Bump to 3.1.0-beta.4 to build containers by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/384](https://togithub.com/node-red/node-red-docker/pull/384) - Sync dev to main for 3.1 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/385](https://togithub.com/node-red/node-red-docker/pull/385) - Bump package to 3.1.0 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/386](https://togithub.com/node-red/node-red-docker/pull/386) - Fix naming of debian stable version tag by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/387](https://togithub.com/node-red/node-red-docker/pull/387) - Ensure respin builds get pushed to docker hub by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/388](https://togithub.com/node-red/node-red-docker/pull/388) - Disable linux/390x for now by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/394](https://togithub.com/node-red/node-red-docker/pull/394) - Bump for 3.1.1 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/396](https://togithub.com/node-red/node-red-docker/pull/396) - 🚀 Update to Node-RED 3.1.2 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/398](https://togithub.com/node-red/node-red-docker/pull/398) - 🚀 Update to Node-RED 3.1.3 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/399](https://togithub.com/node-red/node-red-docker/pull/399) - 📝Fix Docker image tag and Node version mismatch in README.md by [@​takuya-o](https://togithub.com/takuya-o) in [https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401) - Update healthcheck.js by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/405](https://togithub.com/node-red/node-red-docker/pull/405) - Merge master into dev by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/406](https://togithub.com/node-red/node-red-docker/pull/406) - 🚀 Update to Node-RED 3.1.4 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/409](https://togithub.com/node-red/node-red-docker/pull/409) - 🚀 Update to Node-RED 3.1.5 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/410](https://togithub.com/node-red/node-red-docker/pull/410) - Update actions version to clear build warnings by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/411](https://togithub.com/node-red/node-red-docker/pull/411) - 🚀 Update to Node-RED 3.1.6 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/412](https://togithub.com/node-red/node-red-docker/pull/412) - Update prep for 4.0.0 beta by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/407](https://togithub.com/node-red/node-red-docker/pull/407) - 🚀 Update to Node-RED 3.1.7 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/417](https://togithub.com/node-red/node-red-docker/pull/417) - Set version for beta.1 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/418](https://togithub.com/node-red/node-red-docker/pull/418) - Upgrade debian builds to bullseye by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/419](https://togithub.com/node-red/node-red-docker/pull/419) - Disable ARMv6 build by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/420](https://togithub.com/node-red/node-red-docker/pull/420) - Dev by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/421](https://togithub.com/node-red/node-red-docker/pull/421) - Update GH Action vesions by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/422](https://togithub.com/node-red/node-red-docker/pull/422) - 🚀 Update to Node-RED 3.1.8 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/424](https://togithub.com/node-red/node-red-docker/pull/424) - Bump dev to 4.0.0-beta.2 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/425](https://togithub.com/node-red/node-red-docker/pull/425) - 🚀 Update to Node-RED 3.1.9 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/426](https://togithub.com/node-red/node-red-docker/pull/426) - Add NodeJS 22 back to docker builds for 4.0 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/427](https://togithub.com/node-red/node-red-docker/pull/427) - Bump for 4.0.0-beta.3 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/428](https://togithub.com/node-red/node-red-docker/pull/428) - Remove continue on error so the build fails if problem by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/429](https://togithub.com/node-red/node-red-docker/pull/429) - bump for beta rebuild by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/430](https://togithub.com/node-red/node-red-docker/pull/430) - Bump for beta4 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/433](https://togithub.com/node-red/node-red-docker/pull/433) - 🚀 Update to Node-RED 3.1.10 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/434](https://togithub.com/node-red/node-red-docker/pull/434) - 🚀 Update to Node-RED 3.1.11 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/435](https://togithub.com/node-red/node-red-docker/pull/435) - Merge dev to master for 4.0 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/437](https://togithub.com/node-red/node-red-docker/pull/437) - 🚀 Update to Node-RED 4.0.0 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/438](https://togithub.com/node-red/node-red-docker/pull/438) #### New Contributors - [@​dschmidt](https://togithub.com/dschmidt) made their first contribution in [https://github.com/node-red/node-red-docker/pull/349](https://togithub.com/node-red/node-red-docker/pull/349) - [@​Etienne-Goumet](https://togithub.com/Etienne-Goumet) made their first contribution in [https://github.com/node-red/node-red-docker/pull/365](https://togithub.com/node-red/node-red-docker/pull/365) - [@​knolleary](https://togithub.com/knolleary) made their first contribution in [https://github.com/node-red/node-red-docker/pull/386](https://togithub.com/node-red/node-red-docker/pull/386) - [@​takuya-o](https://togithub.com/takuya-o) made their first contribution in [https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401) **Full Changelog**: node-red/node-red-docker@v2.2.2...v4.0.0 </details> <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com>
stavros-k
referenced
this pull request
in truecharts/public
Jun 25, 2024
…0.0@aa2d35a by renovate (#23609) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/nodered/node-red](https://togithub.com/node-red/node-red-docker) | major | `3.1.11` -> `4.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>node-red/node-red-docker (docker.io/nodered/node-red)</summary> ### [`v4.0.0`](https://togithub.com/node-red/node-red-docker/releases/tag/v4.0.0) [Compare Source](https://togithub.com/node-red/node-red-docker/compare/v3.1.11...v4.0.0) #### What's Changed - Updates for NR 3.0.0 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/311](https://togithub.com/node-red/node-red-docker/pull/311) - Bump to 3.0.0-beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/313](https://togithub.com/node-red/node-red-docker/pull/313) - Bump dev to 3.0.0-beta.3 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/314](https://togithub.com/node-red/node-red-docker/pull/314) - Remove Python 2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/315](https://togithub.com/node-red/node-red-docker/pull/315) - Bump to 3.0.0-beta.4 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/316](https://togithub.com/node-red/node-red-docker/pull/316) - Merge 3.0.0 work into master by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/317](https://togithub.com/node-red/node-red-docker/pull/317) - 🚀 Update to Node-RED 3.0.0 release by [@​NodeREDBot](https://togithub.com/NodeREDBot) in [https://github.com/node-red/node-red-docker/pull/318](https://togithub.com/node-red/node-red-docker/pull/318) - Add PubkeyAccessKeyTypes settings by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/323](https://togithub.com/node-red/node-red-docker/pull/323) - New entrypoint by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/324](https://togithub.com/node-red/node-red-docker/pull/324) - 🚀 Update to Node-RED 3.0.1 release by [@​NodeREDBot](https://togithub.com/NodeREDBot) in [https://github.com/node-red/node-red-docker/pull/325](https://togithub.com/node-red/node-red-docker/pull/325) - Npm cache fix by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/327](https://togithub.com/node-red/node-red-docker/pull/327) - 🚀 Update to Node-RED 3.0.2 release by [@​NodeREDBot](https://togithub.com/NodeREDBot) in [https://github.com/node-red/node-red-docker/pull/328](https://togithub.com/node-red/node-red-docker/pull/328) - Node options by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/334](https://togithub.com/node-red/node-red-docker/pull/334) - Set default Python for npm by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/336](https://togithub.com/node-red/node-red-docker/pull/336) - Add stable release tag by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/342](https://togithub.com/node-red/node-red-docker/pull/342) - Fix passing cli args to Node-RED by [@​dschmidt](https://togithub.com/dschmidt) in [https://github.com/node-red/node-red-docker/pull/349](https://togithub.com/node-red/node-red-docker/pull/349) - Sync master to dev by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/350](https://togithub.com/node-red/node-red-docker/pull/350) - Debian build by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/346](https://togithub.com/node-red/node-red-docker/pull/346) - Set version to 3.1.0-beta.1on dev branch by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/351](https://togithub.com/node-red/node-red-docker/pull/351) - Revert python default by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/353](https://togithub.com/node-red/node-red-docker/pull/353) - Bump to 3.1.0-beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/354](https://togithub.com/node-red/node-red-docker/pull/354) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/355](https://togithub.com/node-red/node-red-docker/pull/355) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/356](https://togithub.com/node-red/node-red-docker/pull/356) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/357](https://togithub.com/node-red/node-red-docker/pull/357) - 3.1.0 beta.2 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/358](https://togithub.com/node-red/node-red-docker/pull/358) - Fix Docker.debian path by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/359](https://togithub.com/node-red/node-red-docker/pull/359) - Fix Docker.debian by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/360](https://togithub.com/node-red/node-red-docker/pull/360) - Path to known_hosts.hs by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/361](https://togithub.com/node-red/node-red-docker/pull/361) - Remove `npm set python` by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/364](https://togithub.com/node-red/node-red-docker/pull/364) - update GitHub RSA key (dev branch) by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/363](https://togithub.com/node-red/node-red-docker/pull/363) - Add new github RSA key by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/362](https://togithub.com/node-red/node-red-docker/pull/362) - Change github RSA key length by [@​Etienne-Goumet](https://togithub.com/Etienne-Goumet) in [https://github.com/node-red/node-red-docker/pull/365](https://togithub.com/node-red/node-red-docker/pull/365) - Allow manual respin of existing tags by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/369](https://togithub.com/node-red/node-red-docker/pull/369) - Update ssh key fingerprints by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/371](https://togithub.com/node-red/node-red-docker/pull/371) - Update ssh key fingerprints by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/370](https://togithub.com/node-red/node-red-docker/pull/370) - fix bitbucket ssh kesy by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/373](https://togithub.com/node-red/node-red-docker/pull/373) - Really fix the bitbucket ssh keys by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/372](https://togithub.com/node-red/node-red-docker/pull/372) - Bump dev to 3.1.0-beta.3 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/374](https://togithub.com/node-red/node-red-docker/pull/374) - Update Dev branch with respin and NODE_RED_VERSION by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/377](https://togithub.com/node-red/node-red-docker/pull/377) - Fix NODE_RED_VERISON env var on respin by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/376](https://togithub.com/node-red/node-red-docker/pull/376) - Update known_hosts.sh (dev) by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/382](https://togithub.com/node-red/node-red-docker/pull/382) - Update known_hosts.sh by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/381](https://togithub.com/node-red/node-red-docker/pull/381) - Bump to 3.1.0-beta.4 to build containers by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/384](https://togithub.com/node-red/node-red-docker/pull/384) - Sync dev to main for 3.1 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/385](https://togithub.com/node-red/node-red-docker/pull/385) - Bump package to 3.1.0 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/386](https://togithub.com/node-red/node-red-docker/pull/386) - Fix naming of debian stable version tag by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/387](https://togithub.com/node-red/node-red-docker/pull/387) - Ensure respin builds get pushed to docker hub by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/388](https://togithub.com/node-red/node-red-docker/pull/388) - Disable linux/390x for now by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/394](https://togithub.com/node-red/node-red-docker/pull/394) - Bump for 3.1.1 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/396](https://togithub.com/node-red/node-red-docker/pull/396) - 🚀 Update to Node-RED 3.1.2 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/398](https://togithub.com/node-red/node-red-docker/pull/398) - 🚀 Update to Node-RED 3.1.3 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/399](https://togithub.com/node-red/node-red-docker/pull/399) - 📝Fix Docker image tag and Node version mismatch in README.md by [@​takuya-o](https://togithub.com/takuya-o) in [https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401) - Update healthcheck.js by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/405](https://togithub.com/node-red/node-red-docker/pull/405) - Merge master into dev by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/406](https://togithub.com/node-red/node-red-docker/pull/406) - 🚀 Update to Node-RED 3.1.4 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/409](https://togithub.com/node-red/node-red-docker/pull/409) - 🚀 Update to Node-RED 3.1.5 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/410](https://togithub.com/node-red/node-red-docker/pull/410) - Update actions version to clear build warnings by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/411](https://togithub.com/node-red/node-red-docker/pull/411) - 🚀 Update to Node-RED 3.1.6 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/412](https://togithub.com/node-red/node-red-docker/pull/412) - Update prep for 4.0.0 beta by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/407](https://togithub.com/node-red/node-red-docker/pull/407) - 🚀 Update to Node-RED 3.1.7 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/417](https://togithub.com/node-red/node-red-docker/pull/417) - Set version for beta.1 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/418](https://togithub.com/node-red/node-red-docker/pull/418) - Upgrade debian builds to bullseye by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/419](https://togithub.com/node-red/node-red-docker/pull/419) - Disable ARMv6 build by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/420](https://togithub.com/node-red/node-red-docker/pull/420) - Dev by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/421](https://togithub.com/node-red/node-red-docker/pull/421) - Update GH Action vesions by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/422](https://togithub.com/node-red/node-red-docker/pull/422) - 🚀 Update to Node-RED 3.1.8 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/424](https://togithub.com/node-red/node-red-docker/pull/424) - Bump dev to 4.0.0-beta.2 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/425](https://togithub.com/node-red/node-red-docker/pull/425) - 🚀 Update to Node-RED 3.1.9 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/426](https://togithub.com/node-red/node-red-docker/pull/426) - Add NodeJS 22 back to docker builds for 4.0 by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/427](https://togithub.com/node-red/node-red-docker/pull/427) - Bump for 4.0.0-beta.3 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/428](https://togithub.com/node-red/node-red-docker/pull/428) - Remove continue on error so the build fails if problem by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/429](https://togithub.com/node-red/node-red-docker/pull/429) - bump for beta rebuild by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/430](https://togithub.com/node-red/node-red-docker/pull/430) - Bump for beta4 by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/433](https://togithub.com/node-red/node-red-docker/pull/433) - 🚀 Update to Node-RED 3.1.10 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/434](https://togithub.com/node-red/node-red-docker/pull/434) - 🚀 Update to Node-RED 3.1.11 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/435](https://togithub.com/node-red/node-red-docker/pull/435) - Merge dev to master for 4.0 release by [@​hardillb](https://togithub.com/hardillb) in [https://github.com/node-red/node-red-docker/pull/437](https://togithub.com/node-red/node-red-docker/pull/437) - 🚀 Update to Node-RED 4.0.0 release by [@​knolleary](https://togithub.com/knolleary) in [https://github.com/node-red/node-red-docker/pull/438](https://togithub.com/node-red/node-red-docker/pull/438) #### New Contributors - [@​dschmidt](https://togithub.com/dschmidt) made their first contribution in [https://github.com/node-red/node-red-docker/pull/349](https://togithub.com/node-red/node-red-docker/pull/349) - [@​Etienne-Goumet](https://togithub.com/Etienne-Goumet) made their first contribution in [https://github.com/node-red/node-red-docker/pull/365](https://togithub.com/node-red/node-red-docker/pull/365) - [@​knolleary](https://togithub.com/knolleary) made their first contribution in [https://github.com/node-red/node-red-docker/pull/386](https://togithub.com/node-red/node-red-docker/pull/386) - [@​takuya-o](https://togithub.com/takuya-o) made their first contribution in [https://github.com/node-red/node-red-docker/pull/401](https://togithub.com/node-red/node-red-docker/pull/401) **Full Changelog**: node-red/node-red-docker@v2.2.2...v4.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
Bump to 3.0.0-beta.3
Checklist
grunt
to verify the unit tests pass