forked from EVerest/everest-core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update nodered/node-red Docker tag to v4 - abandoned #34
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nodered-node-red-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
136a181
to
94fcb7e
Compare
94fcb7e
to
f93f845
Compare
f93f845
to
484a9b7
Compare
484a9b7
to
180740b
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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.
This PR contains the following updates:
2.2.3
->4.0.5
Release Notes
node-red/node-red-docker (nodered/node-red)
v4.0.5
Compare Source
Node-RED 4.0.5 release: https://github.com/node-red/node-red/releases/tag/4.0.5
What's Changed
Full Changelog: node-red/node-red-docker@v4.0.4...v4.0.5
v4.0.4
Compare Source
Node-RED 4.0.4 release: https://github.com/node-red/node-red/releases/tag/4.0.4
What's Changed
New Contributors
Full Changelog: node-red/node-red-docker@v4.0.3...v4.0.4
v4.0.3
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v4.0.2...v4.0.3
v4.0.2
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v4.0.1...v4.0.2
v4.0.1
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v4.0.0...v4.0.1
v4.0.0
Compare Source
What's Changed
npm set python
by @hardillb in https://github.com/node-red/node-red-docker/pull/364New Contributors
Full Changelog: node-red/node-red-docker@v2.2.2...v4.0.0
v3.1.14
Compare Source
Node-RED 3.1.14 release: https://github.com/node-red/node-red/releases/tag/3.1.14
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.13...v3.1.14
v3.1.13
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.12...v3.1.13
v3.1.12
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.11...v3.1.12
v3.1.11
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.10...v3.1.11
v3.1.10
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.9...v3.1.10
v3.1.9
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.8...v3.1.9
v3.1.8
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.7...v3.1.8
v3.1.7
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.6...v3.1.7
v3.1.6
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.5...v3.1.6
v3.1.5
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.4...v3.1.5
v3.1.4
Compare Source
What's Changed
New Contributors
Full Changelog: node-red/node-red-docker@v3.1.3...v3.1.4
v3.1.3
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.2...v3.1.3
v3.1.2
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.1...v3.1.2
v3.1.1
Compare Source
What's Changed
Full Changelog: node-red/node-red-docker@v3.1.0...v3.1.1
v3.1.0
: 3.1.0: Milestone ReleaseCompare Source
What's Changed
npm set python
by @hardillb in https://github.com/node-red/node-red-docker/pull/364New Contributors
Full Changelog: node-red/node-red-docker@v2.2.2...v3.1.0
v3.0.2
: 3.0.2Compare Source
Update to Node-RED 3.0.2
v3.0.1
: 3.0.1: Maintenance ReleaseCompare Source
Update to Node-RED 3.0.1
v3.0.0
: 3.0.0: Milestone ReleaseCompare Source
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).
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.
This PR was generated by Mend Renovate. View the repository job log.