You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/24 16:18:49 UTC

[incubator-streampipes-installer] branch rel/0.67.0 updated: Change installer version to 0.67.0

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

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


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new d87e12c  Change installer version to 0.67.0
d87e12c is described below

commit d87e12c25966c2736fcbbc936b8e4ed74cee0c7c
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Sep 24 18:18:29 2020 +0200

    Change installer version to 0.67.0
---
 cli/.env          | 2 +-
 cli/README.md     | 2 +-
 compose/.env      | 2 +-
 compose/README.md | 2 +-
 k8s/Chart.yaml    | 4 ++--
 k8s/README.md     | 2 +-
 k8s/values.yaml   | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/cli/.env b/cli/.env
index 617eb80..4cde7db 100644
--- a/cli/.env
+++ b/cli/.env
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 SP_DOCKER_REGISTRY=apachestreampipes/
-SP_VERSION=0.67.0-SNAPSHOT
+SP_VERSION=0.67.0
 SP_SUBNET=172.31.0.0/16
 SP_CONSUL_CONTAINER_IP=172.31.0.9
 COMPOSE_PROJECT_NAME=streampipes
diff --git a/cli/README.md b/cli/README.md
index f1c59b4..fa3631c 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.67.0
 <!-- END do not edit -->
 
 ## TL;DR
diff --git a/compose/.env b/compose/.env
index e54e214..d3a62a3 100644
--- a/compose/.env
+++ b/compose/.env
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-SP_VERSION=0.67.0-SNAPSHOT
+SP_VERSION=0.67.0
 SP_DOCKER_REGISTRY=apachestreampipes
 SP_SUBNET=172.31.0.0/16
 SP_CONSUL_CONTAINER_IP=172.31.0.9
diff --git a/compose/README.md b/compose/README.md
index af470a7..46ef22d 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.67.0
 <!-- 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..bb821fb 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.67.0"
 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.67.0
 icon: https://avatars1.githubusercontent.com/u/33908576
 maintainers:
   - name: Dominik Riemer
diff --git a/k8s/README.md b/k8s/README.md
index f162386..f8594da 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.67.0
 <!-- END do not edit -->
 
 ## Prerequisite
diff --git a/k8s/values.yaml b/k8s/values.yaml
index d7e992e..6366822 100644
--- a/k8s/values.yaml
+++ b/k8s/values.yaml
@@ -18,7 +18,7 @@ deployment: lite
 pullPolicy: "Always"
 
 streampipes:
-  version: "0.67.0-SNAPSHOT"
+  version: "0.67.0"
   registry: "apachestreampipes"
 
 external: