Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First, update the RELEASE_NOTES in incubator-streampipes (dev) by adding significant new features from JIRA that correspond to the new release version.

incubator-streampipes

Update active UI modules.

Depending on the features that should be released, the UI config for active modules needs to be updated. If the feature set changes, open the ``ui/deployment/rel/config.yml`` file and edit the list of active modules:

Code Block
languagebash
titleEdit active UI modules
login:
  backgroundImage: 'deployment/dev/img/background.png'
  logo: 'deployment/dev/img/logo.png'
  logo-right: 'deployment/dev/img/sp-logo-right-white.png'
modules:
  - spEditor
  - spPipelines
  - spConnect
  - spDashboard
  - spAppOverview
  - spAdd
  - spMyElements
  - spDataExplorer
  - spConfiguration


If needed, change the current SNAPSHOT version to the version that is planned for the upcoming release:

...