Skip to content
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

New entrypoint #324

Merged
merged 3 commits into from
Jul 20, 2022
Merged

New entrypoint #324

merged 3 commits into from
Jul 20, 2022

Conversation

hardillb
Copy link
Member

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Proposed changes

Fix for #321

Allow NR to run as root in docker

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the mailing list/slack team.
  • I have run grunt to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

@hardillb hardillb requested a review from dceejay July 20, 2022 10:29
@hardillb hardillb self-assigned this Jul 20, 2022
@dceejay
Copy link
Member

dceejay commented Jul 20, 2022

Also looks good.

@hardillb hardillb merged commit 8f6d7f4 into node-red:master Jul 20, 2022
@hardillb hardillb deleted the new-entrypoint branch July 20, 2022 10:53
takuya-o pushed a commit to takuya-o/node-red-docker that referenced this pull request Jul 28, 2022
* Add PubkeyAccessKeyTypes settings

* Switch entrypoint to allow NR to run as root if needed

This works round npm droping uid when running as root
dschmidt added a commit to dschmidt/node-red-docker that referenced this pull request Feb 28, 2023
The new entrypoint introduced node-red#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.
@dschmidt dschmidt mentioned this pull request Feb 28, 2023
6 tasks
hardillb pushed a commit that referenced this pull request Feb 28, 2023
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.
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 <knolleary@users.noreply.github.com>

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
Co-authored-by: knolleary <knolleary@users.noreply.github.com>

* Bump to 3.0.0 (#318)

Co-authored-by: knolleary <knolleary@users.noreply.github.com>

* 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 <nick.oleary@gmail.com>
Co-authored-by: knolleary <knolleary@users.noreply.github.com>
Co-authored-by: NodeREDBot <68003158+NodeREDBot@users.noreply.github.com>
Co-authored-by: Dominik Schmidt <dev@dominik-schmidt.de>
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 <knolleary@users.noreply.github.com>

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
Co-authored-by: knolleary <knolleary@users.noreply.github.com>

* Bump to 3.0.0 (#318)

Co-authored-by: knolleary <knolleary@users.noreply.github.com>

* 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 <nick.oleary@gmail.com>
Co-authored-by: knolleary <knolleary@users.noreply.github.com>
Co-authored-by: NodeREDBot <68003158+NodeREDBot@users.noreply.github.com>
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 <knolleary@users.noreply.github.com>

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
Co-authored-by: knolleary <knolleary@users.noreply.github.com>

* Bump to 3.0.0 (#318)

Co-authored-by: knolleary <knolleary@users.noreply.github.com>

* 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 <nick.oleary@gmail.com>
Co-authored-by: knolleary <knolleary@users.noreply.github.com>
Co-authored-by: NodeREDBot <68003158+NodeREDBot@users.noreply.github.com>
Co-authored-by: Dominik Schmidt <dev@dominik-schmidt.de>
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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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/charts 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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants