This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch rel/0.95.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/rel/0.95.0 by this push:
new e6ab6ddc33 Set versions to 0.95.0
e6ab6ddc33 is described below
commit e6ab6ddc33a685eade37e172277524507a87d838
Author: Dominik Riemer <[email protected]>
AuthorDate: Sun Jun 2 19:41:41 2024 +0200
Set versions to 0.95.0
---
installer/compose/README.md | 2 +-
installer/k8s/Chart.yaml | 4 +-
installer/k8s/README.md | 70 +++++++++++-----------
.../streampipes/endpoint/api/version.py | 2 +-
.../pom.xml | 6 +-
5 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/installer/compose/README.md b/installer/compose/README.md
index c11a507794..33fa9ce472 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.95.0-SNAPSHOT
+**Current version:** 0.95.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 f01ef5b9c0..ec6dc13df8 100644
--- a/installer/k8s/Chart.yaml
+++ b/installer/k8s/Chart.yaml
@@ -14,9 +14,9 @@
# limitations under the License.
apiVersion: v1
-appVersion: "0.95.0-SNAPSHOT"
+appVersion: "0.95.0"
description: Self-Service Data Analytics for the Industrial IoT
name: streampipes-helm-chart
home: https://streampipes.apache.org
-version: 0.95.0-SNAPSHOT
+version: 0.95.0
icon: https://avatars1.githubusercontent.com/u/33908576
diff --git a/installer/k8s/README.md b/installer/k8s/README.md
index 23bfce457d..df0968d373 100644
--- a/installer/k8s/README.md
+++ b/installer/k8s/README.md
@@ -21,7 +21,7 @@
StreamPipes k8s is a helm chart to deploy StreamPipes on Kubernetes.
<!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.95.0-SNAPSHOT
+**Current version:** 0.95.0
<!-- END do not edit -->
We provide two helm chart templates to get you going:
@@ -117,41 +117,41 @@ rm -rf ${HOME}/streampipes-k8s
### StreamPipes common parameters
-| Parameter Name | Description
| Value |
-|-----------------------------------------------|---------------------------------------------------------|------------------------------------------|
-| streampipes.version | StreamPipes version
| "0.95.0-SNAPSHOT" |
-| streampipes.registry | StreamPipes registry URL
| "apachestreampipes" |
-| streampipes.auth.secretName | The secret name for storing
secrets | "sp-secrets" |
-| streampipes.auth.users.admin.user | The initial admin user
| "[email protected]" |
-| streampipes.auth.users.admin.password | The initial admin password
(leave empty for autogen) | "admin" |
-| streampipes.auth.users.service.user | The initial service account
user | "sp-service-client" |
-| streampipes.auth.users.service.secret | The initial service account
secret | empty (auto-generated) |
-| streampipes.auth.encryption.passcode | Passcode for value
encryption | empty (auto-generated)
|
-| streampipes.core.appName | StreamPipes backend
application name | "backend" |
-| streampipes.core.port | StreamPipes backend port
| 8030 |
-| streampipes.core.persistence.storageClassName | Storage class name for
backend PVs | "hostpath" |
-| streampipes.core.persistence.storageSize | Size of the backend PV
| "1Gi" |
-| streampipes.core.persistence.claimName | Name of the backend
PersistentVolumeClaim | "backend-pvc" |
-| streampipes.core.persistence.pvName | Name of the backend
PersistentVolume | "backend-pv" |
-| streampipes.core.service.name | Name of the backend service
| "backend" |
-| streampipes.core.service.port | TargetPort of the
StreamPipes backend service | 8030
|
-| streampipes.ui.appName | StreamPipes UI application
name | "ui" |
-| streampipes.ui.resolverActive | Flag for enabling DNS
resolver for Nginx proxy | true |
-| streampipes.ui.port | StreamPipes UI port
| 8088 |
+| Parameter Name | Description
| Value |
+|-----------------------------------------------|---------------------------------------------------------|-----------------------------------------|
+| streampipes.version | StreamPipes version
| "0.95.0" |
+| streampipes.registry | StreamPipes registry URL
| "apachestreampipes" |
+| streampipes.auth.secretName | The secret name for storing
secrets | "sp-secrets" |
+| streampipes.auth.users.admin.user | The initial admin user
| "[email protected]" |
+| streampipes.auth.users.admin.password | The initial admin password
(leave empty for autogen) | "admin" |
+| streampipes.auth.users.service.user | The initial service account
user | "sp-service-client" |
+| streampipes.auth.users.service.secret | The initial service account
secret | empty (auto-generated) |
+| streampipes.auth.encryption.passcode | Passcode for value
encryption | empty (auto-generated) |
+| streampipes.core.appName | StreamPipes backend
application name | "backend" |
+| streampipes.core.port | StreamPipes backend port
| 8030 |
+| streampipes.core.persistence.storageClassName | Storage class name for
backend PVs | "hostpath" |
+| streampipes.core.persistence.storageSize | Size of the backend PV
| "1Gi" |
+| streampipes.core.persistence.claimName | Name of the backend
PersistentVolumeClaim | "backend-pvc" |
+| streampipes.core.persistence.pvName | Name of the backend
PersistentVolume | "backend-pv" |
+| streampipes.core.service.name | Name of the backend service
| "backend" |
+| streampipes.core.service.port | TargetPort of the
StreamPipes backend service | 8030
|
+| streampipes.ui.appName | StreamPipes UI application
name | "ui" |
+| streampipes.ui.resolverActive | Flag for enabling DNS
resolver for Nginx proxy | true |
+| streampipes.ui.port | StreamPipes UI port
| 8088 |
| streampipes.ui.resolver | DNS resolver for Nginx proxy
| "kube-dns.kube-system.svc.cluster.local" |
-| streampipes.ui.service.name | Name of the UI service
| "ui" |
-| streampipes.ui.service.type | Type of the UI service
| "ClusterIP" |
-| streampipes.ui.service.nodePort | Node port for the UI service
| 8088 |
-| streampipes.ui.service.port | TargetPort of the
StreamPipes UI service | 8088
|
-| streampipes.ingress.active | Flag for enabling Ingress
for StreamPipes | false |
-| streampipes.ingress.annotations | Annotations for Ingress
| {} |
-| streampipes.ingress.host | Hostname for Ingress
| "" |
-| streampipes.ingressroute.active | Flag for enabling
IngressRoute for StreamPipes | true
|
-| streampipes.ingressroute.annotations | Annotations for IngressRoute
| {} |
-| streampipes.ingressroute.entryPoints | Entry points for
IngressRoute | ["web", "websecure"]
|
-| streampipes.ingressroute.host | Hostname for IngressRoute
| "" |
-| streampipes.ingressroute.certResolverActive | Flag for enabling
certificate resolver for IngressRoute | true
|
-| streampipes.ingressroute.certResolver | Certificate resolver for
IngressRoute | "" |
+| streampipes.ui.service.name | Name of the UI service
| "ui" |
+| streampipes.ui.service.type | Type of the UI service
| "ClusterIP" |
+| streampipes.ui.service.nodePort | Node port for the UI service
| 8088 |
+| streampipes.ui.service.port | TargetPort of the
StreamPipes UI service | 8088
|
+| streampipes.ingress.active | Flag for enabling Ingress
for StreamPipes | false |
+| streampipes.ingress.annotations | Annotations for Ingress
| {} |
+| streampipes.ingress.host | Hostname for Ingress
| "" |
+| streampipes.ingressroute.active | Flag for enabling
IngressRoute for StreamPipes | true
|
+| streampipes.ingressroute.annotations | Annotations for IngressRoute
| {} |
+| streampipes.ingressroute.entryPoints | Entry points for
IngressRoute | ["web", "websecure"]
|
+| streampipes.ingressroute.host | Hostname for IngressRoute
| "" |
+| streampipes.ingressroute.certResolverActive | Flag for enabling
certificate resolver for IngressRoute | true
|
+| streampipes.ingressroute.certResolver | Certificate resolver for
IngressRoute | "" |
### Extensions common parameters
diff --git a/streampipes-client-python/streampipes/endpoint/api/version.py
b/streampipes-client-python/streampipes/endpoint/api/version.py
index aa1fe0cf3a..5ff4d1e60b 100644
--- a/streampipes-client-python/streampipes/endpoint/api/version.py
+++ b/streampipes-client-python/streampipes/endpoint/api/version.py
@@ -59,7 +59,7 @@ class VersionEndpoint(APIEndpoint):
>>> client = StreamPipesClient.create(client_config=client_config)
>>> client.versionApi.get(identifier="").to_dict(use_source_names=False)
- {'backend_version': '0.92.0-SNAPSHOT'}
+ {'backend_version': '0.95.0'}
"""
@property
diff --git
a/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
b/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
index cd069e7c62..319335f091 100644
---
a/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
+++
b/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>streampipes-extensions</artifactId>
<groupId>org.apache.streampipes</groupId>
- <version>0.95.0-SNAPSHOT</version>
+ <version>0.95.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,12 +35,12 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-sdk-bundle</artifactId>
- <version>0.95.0-SNAPSHOT</version>
+ <version>0.95.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-wrapper-flink</artifactId>
- <version>0.95.0-SNAPSHOT</version>
+ <version>0.95.0</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>