Releases: thin-edge/tedge-nodered-plugin
Releases · thin-edge/tedge-nodered-plugin
tedge-nodered-plugin 1.0.0
What's Changed
This update includes a significant change in the repository where the plugin has been completing rewritten in golang (from posix shell). Read the updated README.md for more details about how to use it.
The changes should also make it easier to maintain the project, and for other users to contribute to it as the old posix shell nodered was getting a bit too complicated.
Feature Highlights
- Remove legacy
nodered
sm-plugin and support two new ones:- (new)
nodered-flows
- Deploy a node-red flow (e.g. flows.json) - (new)
nodered-project
- Deploy a project using the node-red project structure (e.g. git repository containing a flow)
- (new)
- Only use NodeRED API to install/remove flows and projects to ensure it works with NodeRED deployed in different ways (e.g. installed natively, or deployed in a container)
Full Changelog: 0.3.1...1.0.0
0.3.1
What's Changed
- fix: nodered project activate check in
environment
file instead ofEnvironmentFile
by @reubenmiller in #16 - ci: update build image version used in tests by @reubenmiller in #11
- ci: only run tests on merge group and not on main by @reubenmiller in #12
- ci: update workflow dependencies by @reubenmiller in #13
- tests: update libraries and use new software type syntax instead of encoding type in the version by @reubenmiller in #14
- ci: switch action to install just to avoid nodejs 16 deprecation warnings by @reubenmiller in #15
- docs: remove old sm-plugin software type syntax by @reubenmiller in #16
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- fix: refactor plugin to use nodered api by @reubenmiller in #10
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- fix(uninstall): support removing project by just removing the active-project package by @reubenmiller in #9
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- docs: add technical info about package and links to community repo by @reubenmiller in #3
- docs: add pre-requisites before using the plugin by @reubenmiller in #4
- feat: detect node-red directory automatically by @reubenmiller in #7
- feat: enable nodered project automatically by @reubenmiller in #8
Full Changelog: 0.1.1...0.2.0
0.1.1
0.1.0
What's Changed
- docs: promoting the project from an experiment by @reubenmiller in #1
New Contributors
- @reubenmiller made their first contribution in #1
Full Changelog: 0.0.1...0.1.0