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 2020/04/29 19:09:08 UTC

[incubator-streampipes-installer] branch dev updated: Use next development version 0.67.0-SNAPSHOT

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-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new dbb0712  Use next development version 0.67.0-SNAPSHOT
dbb0712 is described below

commit dbb0712d0300da0d7f57923dc6f061c061b51e17
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Apr 29 21:08:55 2020 +0200

    Use next development version 0.67.0-SNAPSHOT
---
 cli/tmpl_env             | 4 ++--
 helm-chart/values.yaml   | 2 +-
 installer/templates/.env | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cli/tmpl_env b/cli/tmpl_env
index 6bcd746..c1c270f 100644
--- a/cli/tmpl_env
+++ b/cli/tmpl_env
@@ -1,4 +1,4 @@
 SP_DOCKER_REGISTRY=apachestreampipes/
-SP_BACKEND_VERSION=0.65.1-SNAPSHOT
-SP_PE_VERSION=0.65.1-SNAPSHOT
+SP_BACKEND_VERSION=0.67.0-SNAPSHOT
+SP_PE_VERSION=0.67.0-SNAPSHOT
 HOST_DOCKER_INTERNAL=##HOST_DOCKER_INTERNAL##
diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml
index f597967..15916f9 100644
--- a/helm-chart/values.yaml
+++ b/helm-chart/values.yaml
@@ -18,7 +18,7 @@ deployment: lite
 pullPolicy: "Always"
 
 streampipes:
-  version: "0.65.1-SNAPSHOT"
+  version: "0.67.0-SNAPSHOT"
   registry: "apachestreampipes"
 
 external:
diff --git a/installer/templates/.env b/installer/templates/.env
index 3a5824f..9f98ba9 100644
--- a/installer/templates/.env
+++ b/installer/templates/.env
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-SP_VERSION=0.65.1-SNAPSHOT
+SP_VERSION=0.67.0-SNAPSHOT
 SP_DOCKER_REGISTRY=apachestreampipes
 COMPOSE_PROJECT_NAME=streampipes