Skip to content

Commit 87a34b7

Browse files
committed
fix: Updated version in installer
1 parent 24bd740 commit 87a34b7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

installer/cli/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
SP_DOCKER_REGISTRY=apachestreampipes
17-
SP_VERSION=0.97.0-SNAPSHOT
17+
SP_VERSION=0.98.0-SNAPSHOT
1818
SP_SUBNET=172.31.0.0/16
1919
COMPOSE_PROJECT_NAME=streampipes
2020

installer/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The StreamPipes command-line interface (CLI) is focused on developers in order t
2323
* new core features for **backend** and **ui**.
2424

2525
<!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
26-
**Current version:** 0.97.0-SNAPSHOT
26+
**Current version:** 0.98.0-SNAPSHOT
2727
<!-- END do not edit -->
2828

2929
## TL;DR

installer/compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
SP_VERSION=0.97.0-SNAPSHOT
16+
SP_VERSION=0.98.0-SNAPSHOT
1717
SP_DOCKER_REGISTRY=apachestreampipes
1818
SP_SUBNET=172.31.0.0/16
1919
COMPOSE_PROJECT_NAME=streampipes

installer/compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
StreamPipes Compose is a simple collection of user-friendly `docker-compose` files that easily lets gain first-hand experience with Apache StreamPipes.
2020

2121
<!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
22-
**Current version:** 0.97.0-SNAPSHOT
22+
**Current version:** 0.98.0-SNAPSHOT
2323
<!-- END do not edit -->
2424

2525
> **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).

installer/k8s/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# limitations under the License.
1515

1616
apiVersion: v1
17-
appVersion: "0.97.0-SNAPSHOT"
17+
appVersion: "0.98.0-SNAPSHOT"
1818
description: Self-Service Data Analytics for the Industrial IoT
1919
name: streampipes-helm-chart
2020
home: https://streampipes.apache.org
21-
version: 0.97.0-SNAPSHOT
21+
version: 0.98.0-SNAPSHOT
2222
icon: https://avatars1.githubusercontent.com/u/33908576

installer/k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
StreamPipes k8s is a helm chart to deploy StreamPipes on Kubernetes.
2222

2323
<!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
24-
**Current version:** 0.97.0-SNAPSHOT
24+
**Current version:** 0.98.0-SNAPSHOT
2525
<!-- END do not edit -->
2626

2727
We provide two helm chart templates to get you going:
@@ -118,7 +118,7 @@ rm -rf ${HOME}/streampipes-k8s
118118

119119
| Parameter Name | Description | Value |
120120
|-----------------------------------------------|---------------------------------------------------------|------------------------------------------|
121-
| streampipes.version | StreamPipes version | "0.97.0-SNAPSHOT" |
121+
| streampipes.version | StreamPipes version | "0.98.0-SNAPSHOT" |
122122
| streampipes.registry | StreamPipes registry URL | "apachestreampipes" |
123123
| streampipes.auth.secretName | The secret name for storing secrets | "sp-secrets" |
124124
| streampipes.auth.users.admin.user | The initial admin user | "[email protected]" |

installer/k8s/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ failureThreshold: 30
2727
hostPath: ""
2828

2929
streampipes:
30-
version: "0.97.0-SNAPSHOT"
30+
version: "0.98.0-SNAPSHOT"
3131
registry: "apachestreampipes"
3232
auth:
3333
secretName: "sp-secrets"

0 commit comments

Comments
 (0)