Versions Compared

Key

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

...

All release artifacts released to the Apache release repo, will automatically be synced to Maven central.


Publish Python Library to PyPi & Update Docs

As a final step, we want to deploy the python version and update the python docs on our website.
To do so, two steps are required:

  1. Execute Python deployment workflow in the main repository (apache/streampipes)
    Go to the Actions section on GitHub, select the worklfow Deploy Python Package to PyPi & update docs.
    Next click on Run workflow and select the current release tag (e.g., release/0.91.0). Confirm by clicking again Run workflow.
    Image Added
  2. Publish docs on website (website repository: apache/streampipes-website)
    Once the above workflow has finished successfully, you can switch to the website repository.
    There you need to execute the workflow update-python docs manually and provide the current release branch as input.
    This workflow creates a PR to the website repository, which you need to merge and then deploy the changes to the website.



Merge release into master

...

Code Block
titleUpdate Website package
# package.json
  "name": "apache-streampipes-website",
  "version": "0.90.0",

# package-lock.json
	"name": "apache-streampipes-website",
    "version": "0.90.0", 

Publish Python Library to PyPi & Update Docs

As a final step, we want to deploy the python version and update the python docs on our website.
To do so, two steps are required:

...


Send Announce mail

Panel
titleVote Mail
TO: 
announce@apache.org dev@streampipes.apache.org users@streampipes.apache.org

SUBJECT:
[ANNOUNCE] Apache StreamPipes (incubating) 0.69.0

TEXT:

The Apache StreamPipes community is pleased to announce the

immediate availability of Apache StreamPipes (incubating) 0.69.0.


Apache StreamPipes (incubating) is a self-service (Industrial) IoT toolbox

to enable non-technical users to connect, analyze and explore IoT data streams.

The most notable highlights of this release include a completely reworked data explorer for quick exploration of IoT data, 

improved pipeline modeling and improved user and access rights management.

In addition, our new release includes more than 80 improvements and bug fixes.


Some feature highlights of the new release can be found in our blog post:

https://streampipes.apache.org/docs/blog/2022/03/21_release/0690.html


The release is available for download on our website:

https://streampipes.apache.org/download



To get an overview of Apache StreamPipes, find a feature overview and tour

at:

https://streampipes.apache.org/feature-overview.html

https://streampipes.apache.org/docs/docs/user-guide-introduction.html


More information about the project is available at:

- Website: https://streampipes.apache.org

- Github: https://github.com/apache/incubator-streampipes

- Mailing lists: dev@streampipes.apache.org, users@streampipes.apache.org


Thanks to everyone who contributed to this release!


On behalf of the Apache StreamPipes community,


Philipp

...