You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/03/21 10:20:09 UTC

[incubator-streampipes-website] branch dev updated: Update download links

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2db5734  Update download links
2db5734 is described below

commit 2db57349180d3d2af5f722733e821912cda2ce6b
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Mar 21 11:19:59 2022 +0100

    Update download links
---
 documentation/docs/01_try-installation.md   | 12 ++++++------
 website/partials/_download_box.ejs          | 10 +++++-----
 website/partials/_download_open_browser.ejs |  3 ++-
 website/partials/_nav.ejs                   |  2 +-
 4 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/documentation/docs/01_try-installation.md b/documentation/docs/01_try-installation.md
index 6ff782d..31372bd 100644
--- a/documentation/docs/01_try-installation.md
+++ b/documentation/docs/01_try-installation.md
@@ -60,12 +60,12 @@ best experience), Firefox or Edge.
                       </thead>
                       <tbody>
                       <tr>
-                          <td><a href="https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=incubator/streampipes/installer/0.68.0/apache-streampipes-installer-0.68.0-incubating-source-release.zip">apache-streampipes-installer-0.68.0-incubating-source-release.zip</a></td>
-                          <td>0.68.0</td>
-                          <td>2021-07-22</td>
+                          <td><a href="https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip">apache-streampipes-0.69.0-incubating-source-release.zip</a></td>
+                          <td>0.69.0</td>
+                          <td>2022-03-21</td>
                           <td>
-                              <a href="https://downloads.apache.org/incubator/streampipes/installer/0.68.0/apache-streampipes-installer-0.68.0-incubating-source-release.zip.sha512">SHA</a>
-                              <a href="https://downloads.apache.org/incubator/streampipes/installer/0.68.0/apache-streampipes-installer-0.68.0-incubating-source-release.zip.asc">PGP</a>
+                              <a href="https://downloads.apache.org/incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip.sha512">SHA</a>
+                              <a href="https://downloads.apache.org/incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip.asc">PGP</a>
                           </td>
                       </tr>
                       </tbody>
@@ -89,7 +89,7 @@ best experience), Firefox or Edge.
           <div class="wrapper-instruction">
              <div style="margin-bottom:5px;">In a command prompt, open the folder <code>installer/compose</code> and run <code>docker-compose up -d</code>.
                 <div class="row" style="margin-top:10px;">              
-                    <div class="alert alert-info" role="alert">The folder contains two docker-compose files: The standard file contains the so-called <i>lite</i> installation, which includes less pipeline elements, but also requires for less performant hardware. The <i>full</i> version includes also the Apache Flink wrapper and more pipeline elements, but requires for more memory. See the Github <a href="https://github.com/apache/incubator-streampipes-installer/tree/master/compose">READM [...]
+                    <div class="alert alert-info" role="alert">The folder contains two docker-compose files: The standard file contains the so-called <i>lite</i> installation, which includes less pipeline elements, but also demands for less performant hardware. See the Github <a href="https://github.com/apache/incubator-streampipes-installer/tree/master/compose">README</a> for complete usage instructions.</div>
             </div>
             </div>
         </div>
diff --git a/website/partials/_download_box.ejs b/website/partials/_download_box.ejs
index 8494323..b9238c8 100644
--- a/website/partials/_download_box.ejs
+++ b/website/partials/_download_box.ejs
@@ -20,12 +20,12 @@
                     </thead>
                     <tbody>
                     <tr>
-                        <td><a href="https://www.apache.org/dyn/closer.lua?action=download&filename=incubator/streampipes/installer/0.68.0/apache-streampipes-installer-0.68.0-incubating-source-release.zip">apache-streampipes-installer-0.68.0-incubating-source-release.zip</a></td>
-                        <td>0.68.0</td>
-                        <td>2021-07-22</td>
+                        <td><a href="https://www.apache.org/dyn/closer.lua?action=download&filename=incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip">apache-streampipes-0.69.0-incubating-source-release.zip</a></td>
+                        <td>0.69.0</td>
+                        <td>2022-03-21</td>
                         <td>
-                            <a href="https://downloads.apache.org/incubator/streampipes/installer/0.68.0/apache-streampipes-installer-0.68.0-incubating-source-release.zip.sha512">SHA</a>
-                            <a href="https://downloads.apache.org/incubator/streampipes/installer/0.68.0/apache-streampipes-installer-0.68.0-incubating-source-release.zip.asc">PGP</a>
+                            <a href="https://downloads.apache.org/incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip.sha512">SHA</a>
+                            <a href="https://downloads.apache.org/incubator/streampipes/0.69.0/apache-streampipes-0.69.0-incubating-source-release.zip.asc">PGP</a>
                         </td>
                     </tr>
                     </tbody>
diff --git a/website/partials/_download_open_browser.ejs b/website/partials/_download_open_browser.ejs
index 95d64f7..6c55faa 100644
--- a/website/partials/_download_open_browser.ejs
+++ b/website/partials/_download_open_browser.ejs
@@ -8,6 +8,7 @@
         </div>
         <div class="col-md-11 col-9">
             Open your browser, navigate to http://localhost:80 (or use the domain name of your server) and finish the setup according to the instructions.
+            The default login credentials are <code>admin@streampipes.apache.org</code>, password <code>admin</code>
         </div>
     </div>
-</li>
\ No newline at end of file
+</li>
diff --git a/website/partials/_nav.ejs b/website/partials/_nav.ejs
index dd7a6a9..6afcf65 100644
--- a/website/partials/_nav.ejs
+++ b/website/partials/_nav.ejs
@@ -1,6 +1,6 @@
 <div class="header-banner">
     <div class="header-banner-news">
-        <b>The Apache StreamPipes (incubating) community is pleased to announce our new Apache release. Download the latest version (0.68.0) <a class="banner-link" href="/download.html">here</a>!</b>
+        <b>The Apache StreamPipes (incubating) community is pleased to announce release 0.69.0! Download the latest version <a class="banner-link" href="/download.html">here</a>!</b>
     </div>
     <div style="display: flex; align-items: center;justify-content: flex-end;padding-right:20px;height:40px;">
         <span flex></span>