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:07:26 UTC

[incubator-streampipes-installer] branch rel/0.66.0 updated: Use pre-release version 0.66.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/rel/0.66.0 by this push:
     new 8f8e0ef  Use pre-release version 0.66.0-SNAPSHOT
8f8e0ef is described below

commit 8f8e0ef5eee1737b1f24c5198c9d3637d23437a0
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Apr 29 21:07:11 2020 +0200

    Use pre-release version 0.66.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..a13db17 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.66.0-SNAPSHOT
+SP_PE_VERSION=0.66.0-SNAPSHOT
 HOST_DOCKER_INTERNAL=##HOST_DOCKER_INTERNAL##
diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml
index f597967..e9548e4 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.66.0-SNAPSHOT"
   registry: "apachestreampipes"
 
 external:
diff --git a/installer/templates/.env b/installer/templates/.env
index 3a5824f..d603b07 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.66.0-SNAPSHOT
 SP_DOCKER_REGISTRY=apachestreampipes
 COMPOSE_PROJECT_NAME=streampipes