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 2023/01/09 05:54:44 UTC

[streampipes] branch rel/0.90.0 updated (cbb0f8c66 -> ceda41c71)

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

riemer pushed a change to branch rel/0.90.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from cbb0f8c66 [release] Update release version in bug report template
     new 74d313853 [release] Update StreamPipes version in archetype POMs
     new 26a6ca988 [release] Update project version in UI
     new ceda41c71 [release] Update StreamPipes version of installers

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                    | 2 +-
 installer/cli/.env                                                    | 2 +-
 installer/cli/README.md                                               | 2 +-
 installer/compose/.env                                                | 2 +-
 installer/compose/README.md                                           | 2 +-
 installer/k8s/Chart.yaml                                              | 4 ++--
 installer/k8s/README.md                                               | 2 +-
 installer/k8s/values.yaml                                             | 2 +-
 ui/package.json                                                       | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)


[streampipes] 02/03: [release] Update project version in UI

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 26a6ca9887f6cecc81c8b6e69e6199175ec951c8
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jan 9 06:52:13 2023 +0100

    [release] Update project version in UI
---
 ui/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/package.json b/ui/package.json
index a99a3a7ba..83bacd2e2 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-streampipes",
-  "version": "0.90.0-SNAPSHOT",
+  "version": "0.90.0",
   "description": "Apache StreamPipes user interface",
   "homepage": "http://streampipes.apache.org",
   "repository": {


[streampipes] 03/03: [release] Update StreamPipes version of installers

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ceda41c71d457759748ee87bbd25f6a8f452c7b2
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jan 9 06:54:32 2023 +0100

    [release] Update StreamPipes version of installers
---
 installer/cli/.env          | 2 +-
 installer/cli/README.md     | 2 +-
 installer/compose/.env      | 2 +-
 installer/compose/README.md | 2 +-
 installer/k8s/Chart.yaml    | 4 ++--
 installer/k8s/README.md     | 2 +-
 installer/k8s/values.yaml   | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/installer/cli/.env b/installer/cli/.env
index 5559a3413..8320b108f 100644
--- a/installer/cli/.env
+++ b/installer/cli/.env
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 SP_DOCKER_REGISTRY=apachestreampipes
-SP_VERSION=0.90.0-SNAPSHOT
+SP_VERSION=0.90.0
 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 b75a0649e..d6bf14799 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.90.0-SNAPSHOT
+**Current version:** 0.90.0
 <!-- END do not edit -->
 
 ## TL;DR
diff --git a/installer/compose/.env b/installer/compose/.env
index 0405b5e4a..38b1aea53 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.90.0-SNAPSHOT
+SP_VERSION=0.90.0
 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 4f4d8a94c..4d7d13bfa 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.90.0-SNAPSHOT
+**Current version:** 0.90.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/installer/k8s/Chart.yaml b/installer/k8s/Chart.yaml
index 230987eee..cb5d4299b 100644
--- a/installer/k8s/Chart.yaml
+++ b/installer/k8s/Chart.yaml
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 apiVersion: v1
-appVersion: "0.90.0-SNAPSHOT"
+appVersion: "0.90.0"
 description: Self-Service Data Analytics for the Industrial IoT
 name: streampipes-helm-chart
 home: https://streampipes.apache.org
-version: 0.90.0-SNAPSHOT
+version: 0.90.0
 icon: https://avatars1.githubusercontent.com/u/33908576
diff --git a/installer/k8s/README.md b/installer/k8s/README.md
index e3ca605d5..c029b631f 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.90.0-SNAPSHOT
+**Current version:** 0.90.0
 <!-- 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 a312f9092..462630b5c 100644
--- a/installer/k8s/values.yaml
+++ b/installer/k8s/values.yaml
@@ -21,7 +21,7 @@ persistentVolumeReclaimPolicy: "Delete"
 persistentVolumeAccessModes: "ReadWriteOnce"
 
 streampipes:
-  version: "0.90.0-SNAPSHOT"
+  version: "0.90.0"
   registry: "apachestreampipes"
 
 external:


[streampipes] 01/03: [release] Update StreamPipes version in archetype POMs

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 74d3138537a52ef93f55b3fc4f7f83f3ba26480e
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Mon Jan 9 06:50:51 2023 +0100

    [release] Update StreamPipes version in archetype POMs
---
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml
index e99a6f31c..de788f580 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.90.0-SNAPSHOT</sp.version>
+        <sp.version>0.90.0</sp.version>
     </properties>
 
     <dependencies>
diff --git a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
index 4bd727527..761e183d5 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.90.0-SNAPSHOT</sp.version>
+        <sp.version>0.90.0</sp.version>
     </properties>
 
     <dependencies>
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
index 83ad6878f..54f0d9d86 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.90.0-SNAPSHOT</sp.version>
+        <sp.version>0.90.0</sp.version>
     </properties>
 
     <dependencies>