You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/03 07:29:50 UTC

[incubator-streampipes-installer] branch dev updated: [hotfix] update version tags to 0.68.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new e6a2554  [hotfix] update version tags to 0.68.0-SNAPSHOT
e6a2554 is described below

commit e6a25543a51b5f85e888e079f137acd9fc1cdb01
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Thu Sep 3 09:29:36 2020 +0200

    [hotfix] update version tags to 0.68.0-SNAPSHOT
---
 cli/README.md     | 2 +-
 compose/README.md | 2 +-
 k8s/Chart.yaml    | 4 ++--
 k8s/README.md     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cli/README.md b/cli/README.md
index 8ebd526..a6c54b7 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -23,7 +23,7 @@ The StreamPipes command-line interface (CLI) is focused on developers in order t
 * new core features for **backend** and **ui**.
 
 <!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.67.0-SNAPSHOT
+**Current version:** 0.68.0-SNAPSHOT
 <!-- END do not edit -->
 
 ## TL;DR
diff --git a/compose/README.md b/compose/README.md
index af470a7..e2ec5b0 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -19,7 +19,7 @@
 StreamPipes Compose is a simple collection of user-friendly `docker-compose` files that easily lets gain first-hand experience with Apache StreamPipes.
 
 <!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.67.0-SNAPSHOT
+**Current version:** 0.68.0-SNAPSHOT
 <!-- END do not edit -->
 
 > **NOTE**: We recommend StreamPipes Compose to only use for initial try-out and testing. If you are a developer and want to develop new pipeline elements or core feature, use the [StreamPipes CLI](../cli).
diff --git a/k8s/Chart.yaml b/k8s/Chart.yaml
index 7ef9583..06f176e 100644
--- a/k8s/Chart.yaml
+++ b/k8s/Chart.yaml
@@ -14,11 +14,11 @@
 # limitations under the License.
 
 apiVersion: v1
-appVersion: "0.67.0-SNAPSHOT"
+appVersion: "0.68.0-SNAPSHOT"
 description: Self-Service Data Analytics for the Industrial IoT
 name: streampipes-helm-chart
 home: https://streampipes.apache.org
-version: 0.67.0-SNAPSHOT
+version: 0.68.0-SNAPSHOT
 icon: https://avatars1.githubusercontent.com/u/33908576
 maintainers:
   - name: Dominik Riemer
diff --git a/k8s/README.md b/k8s/README.md
index 3595870..5e8d549 100644
--- a/k8s/README.md
+++ b/k8s/README.md
@@ -19,7 +19,7 @@
 StreamPipes k8s is a helm chart to deploy StreamPipes on Kubernetes.
 
 <!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.67.0-SNAPSHOT
+**Current version:** 0.68.0-SNAPSHOT
 <!-- END do not edit -->
 
 ## Prerequisite