You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/08/15 15:42:27 UTC

[incubator-streampipes] branch dev updated: update snapshot version in installer

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new bb4d2fca4 update snapshot version in installer
bb4d2fca4 is described below

commit bb4d2fca44df5c26760b9959ad7e3ca1b942adf1
Author: Tim <bo...@posteo.de>
AuthorDate: Mon Aug 15 17:42:18 2022 +0200

    update snapshot version in installer
---
 installer/cli/.env          |  2 +-
 installer/cli/README.md     |  2 +-
 installer/compose/.env      |  2 +-
 installer/compose/README.md |  2 +-
 installer/k8s/Chart.yaml    | 13 ++-----------
 installer/k8s/README.md     |  2 +-
 installer/k8s/values.yaml   |  2 +-
 7 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/installer/cli/.env b/installer/cli/.env
index 8f4f118b1..09e1aa2e7 100644
--- a/installer/cli/.env
+++ b/installer/cli/.env
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 SP_DOCKER_REGISTRY=apachestreampipes
-SP_VERSION=0.70.0-SNAPSHOT
+SP_VERSION=0.71.0-SNAPSHOT
 SP_SUBNET=172.31.0.0/16
 SP_CONSUL_CONTAINER_IP=172.31.0.9
 COMPOSE_PROJECT_NAME=streampipes
diff --git a/installer/cli/README.md b/installer/cli/README.md
index bcfa97ac8..934a18f96 100644
--- a/installer/cli/README.md
+++ b/installer/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.70.0-SNAPSHOT
+**Current version:** 0.71.0-SNAPSHOT
 <!-- END do not edit -->
 
 ## TL;DR
diff --git a/installer/compose/.env b/installer/compose/.env
index 1b8ff240e..d0e1f6227 100644
--- a/installer/compose/.env
+++ b/installer/compose/.env
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-SP_VERSION=0.70.0-SNAPSHOT
+SP_VERSION=0.71.0-SNAPSHOT
 SP_DOCKER_REGISTRY=apachestreampipes
 SP_SUBNET=172.31.0.0/16
 SP_CONSUL_CONTAINER_IP=172.31.0.9
diff --git a/installer/compose/README.md b/installer/compose/README.md
index c22dbed58..bd2029668 100644
--- a/installer/compose/README.md
+++ b/installer/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.70.0-SNAPSHOT
+**Current version:** 0.71.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/installer/k8s/Chart.yaml b/installer/k8s/Chart.yaml
index a42d4a8bb..e88c71a0d 100644
--- a/installer/k8s/Chart.yaml
+++ b/installer/k8s/Chart.yaml
@@ -14,18 +14,9 @@
 # limitations under the License.
 
 apiVersion: v1
-appVersion: "0.70.0-SNAPSHOT"
+appVersion: "0.71.0-SNAPSHOT"
 description: Self-Service Data Analytics for the Industrial IoT
 name: streampipes-helm-chart
 home: https://streampipes.apache.org
-version: 0.70.0-SNAPSHOT
+version: 0.71.0-SNAPSHOT
 icon: https://avatars1.githubusercontent.com/u/33908576
-maintainers:
-  - name: Dominik Riemer
-    email: riemer@fzi.de
-  - name: Philipp Zehnder
-    email: zehnder@fzi.de
-  - name: Samuel Abt
-    email: abt@fzi.de
-  - name: Patrick Wiener
-    email: wiener@fzi.de
diff --git a/installer/k8s/README.md b/installer/k8s/README.md
index 0449bc603..dff111ac2 100644
--- a/installer/k8s/README.md
+++ b/installer/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.70.0-SNAPSHOT
+**Current version:** 0.71.0-SNAPSHOT
 <!-- END do not edit -->
 
 We provide two helm chart templates to get you going:
diff --git a/installer/k8s/values.yaml b/installer/k8s/values.yaml
index 5d3f12500..cbbfd9b58 100644
--- a/installer/k8s/values.yaml
+++ b/installer/k8s/values.yaml
@@ -21,7 +21,7 @@ persistentVolumeReclaimPolicy: "Delete"
 persistentVolumeAccessModes: "ReadWriteOnce"
 
 streampipes:
-  version: "0.70.0-SNAPSHOT"
+  version: "0.71.0-SNAPSHOT"
   registry: "apachestreampipes"
 
 external: