Skip to content

Releases: thin-edge/tedge-nodered-plugin

tedge-nodered-plugin 1.0.0

14 Dec 19:03
a91031d
Compare
Choose a tag to compare

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)
  • 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

22 Jul 08:55
decc99f
Compare
Choose a tag to compare

What's Changed

  • fix: nodered project activate check in environment file instead of EnvironmentFile 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

29 Oct 13:49
7cb4c0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

28 Jun 12:19
2e110c7
Compare
Choose a tag to compare

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

28 Jun 08:13
6140465
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0

0.1.1

02 Jun 12:44
fb30c6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

02 Jun 12:31
3bff730
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.1...0.1.0

0.0.1

23 May 16:26
Compare
Choose a tag to compare