Versions Compared

Key

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

...

Code Block
titleUpdate Download Link
# In website-v2/partialspages/_download_box.ejstsx, change the links:version and release 

https://www.apache.org/dyn/closer.lua?action=download&filename=incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip

# Update also the links to pgp and sha files

# In 'documentation/docs/01_try-installation.md' change links to the new version

# In 'website/partials/_nav.ejs' change version in link on top of pagedate:


<DownloadSection version={'0.93.0'} showMoreInfo={true} releaseDate={'2023-11-27'}></DownloadSection> 


In the documentation, also update the installation guide and other files that link to outdated versions. Commit all changes to dev.

...