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 2023/04/08 17:59:35 UTC

[streampipes] branch rel/0.91.0 updated (d8c757222 -> 6db7e23c8)

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

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


    from d8c757222 [release] add release notes for 0.91.0
     new e131e773a [release] remove SNAPSHOT versions from archetypes
     new 10c01ac88 [release] remove SNAPSHOT version from UI
     new 71a6043cc [release] remove SNAPSHOT version from installer
     new 6db7e23c8 [release] remove SNAPSHOT version from UI

The 4 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:
 archetypes/streampipes-archetype-extensions-jvm/pom.xml      | 2 +-
 archetypes/streampipes-archetype-pe-processors-flink/pom.xml | 2 +-
 archetypes/streampipes-archetype-pe-sinks-flink/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-lock.json                                         | 4 ++--
 ui/package.json                                              | 2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)


[streampipes] 01/04: [release] remove SNAPSHOT versions from archetypes

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

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

commit e131e773a5aea0a07388c8ff527a527be102f6cc
Author: Tim <bo...@posteo.de>
AuthorDate: Sat Apr 8 19:51:54 2023 +0200

    [release] remove SNAPSHOT versions from archetypes
---
 archetypes/streampipes-archetype-extensions-jvm/pom.xml      | 2 +-
 archetypes/streampipes-archetype-pe-processors-flink/pom.xml | 2 +-
 archetypes/streampipes-archetype-pe-sinks-flink/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
index 2359e1c01..737be8253 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.91.0-SNAPSHOT</version>
+        <version>0.91.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-extensions-jvm</artifactId>
diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
index 0d60d6bc6..f9cfa8ae0 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.91.0-SNAPSHOT</version>
+        <version>0.91.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-pe-processors-flink</artifactId>
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
index 95e441f6b..ee43867e9 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.91.0-SNAPSHOT</version>
+        <version>0.91.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-pe-sinks-flink</artifactId>


[streampipes] 02/04: [release] remove SNAPSHOT version from UI

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

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

commit 10c01ac8851eab95c30744130d5497df0fba725e
Author: Tim <bo...@posteo.de>
AuthorDate: Sat Apr 8 19:53:35 2023 +0200

    [release] remove SNAPSHOT version from UI
---
 ui/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[streampipes] 03/04: [release] remove SNAPSHOT version from installer

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

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

commit 71a6043ccbc467dcf5af487e9619bdb673bb2227
Author: Tim <bo...@posteo.de>
AuthorDate: Sat Apr 8 19:55:34 2023 +0200

    [release] remove SNAPSHOT version from installer
---
 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 6ddb4f9de..f01d37fb7 100644
--- a/installer/cli/.env
+++ b/installer/cli/.env
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 SP_DOCKER_REGISTRY=apachestreampipes
-SP_VERSION=0.91.0-SNAPSHOT
+SP_VERSION=0.91.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 72297e804..0460c7e2d 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.91.0-SNAPSHOT
+**Current version:** 0.91.0
 <!-- END do not edit -->
 
 ## TL;DR
diff --git a/installer/compose/.env b/installer/compose/.env
index b5a741703..7d30064e6 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.91.0-SNAPSHOT
+SP_VERSION=0.91.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 475889cd0..29007b8b9 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.91.0-SNAPSHOT
+**Current version:** 0.91.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 38f5c20ca..78dcd0267 100644
--- a/installer/k8s/Chart.yaml
+++ b/installer/k8s/Chart.yaml
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 apiVersion: v1
-appVersion: "0.91.0-SNAPSHOT"
+appVersion: "0.91.0"
 description: Self-Service Data Analytics for the Industrial IoT
 name: streampipes-helm-chart
 home: https://streampipes.apache.org
-version: 0.91.0-SNAPSHOT
+version: 0.91.0
 icon: https://avatars1.githubusercontent.com/u/33908576
diff --git a/installer/k8s/README.md b/installer/k8s/README.md
index 5f0bfbb16..b43f6a8db 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.91.0-SNAPSHOT
+**Current version:** 0.91.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 6027c1e5a..7a81d9bc2 100644
--- a/installer/k8s/values.yaml
+++ b/installer/k8s/values.yaml
@@ -21,7 +21,7 @@ persistentVolumeReclaimPolicy: "Delete"
 persistentVolumeAccessModes: "ReadWriteOnce"
 
 streampipes:
-  version: "0.91.0-SNAPSHOT"
+  version: "0.91.0"
   registry: "apachestreampipes"
 
 external:


[streampipes] 04/04: [release] remove SNAPSHOT version from UI

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

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

commit 6db7e23c823e15e0c87f3bc3592a95cbe3a3b726
Author: Tim <bo...@posteo.de>
AuthorDate: Sat Apr 8 19:56:59 2023 +0200

    [release] remove SNAPSHOT version from UI
---
 ui/package-lock.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index 71f2cb2d1..08198a7da 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "apache-streampipes",
-  "version": "0.91.0-SNAPSHOT",
+  "version": "0.91.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "apache-streampipes",
-      "version": "0.91.0-SNAPSHOT",
+      "version": "0.91.0",
       "hasInstallScript": true,
       "dependencies": {
         "@angular-architects/module-federation": "^14.3.14",