Skip to content

Commit

Permalink
fix: old SNAPSHOT references (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Dec 4, 2023
1 parent 5e27cc3 commit 5ef7bbb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion installer/cli/.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

SP_DOCKER_REGISTRY=apachestreampipes
SP_VERSION=0.93.0-SNAPSHOT
SP_VERSION=0.95.0-SNAPSHOT
SP_SUBNET=172.31.0.0/16
COMPOSE_PROJECT_NAME=streampipes

Expand Down
2 changes: 1 addition & 1 deletion installer/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.93.0-SNAPSHOT
**Current version:** 0.95.0-SNAPSHOT
<!-- END do not edit -->

## TL;DR
Expand Down
2 changes: 1 addition & 1 deletion installer/compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SP_VERSION=0.93.0-SNAPSHOT
SP_VERSION=0.95.0-SNAPSHOT
SP_DOCKER_REGISTRY=apachestreampipes
SP_SUBNET=172.31.0.0/16
COMPOSE_PROJECT_NAME=streampipes
Expand Down
2 changes: 1 addition & 1 deletion installer/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.93.0-SNAPSHOT
**Current version:** 0.95.0-SNAPSHOT
<!-- 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).
Expand Down
2 changes: 1 addition & 1 deletion installer/k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ appVersion: "0.95.0-SNAPSHOT"
description: Self-Service Data Analytics for the Industrial IoT
name: streampipes-helm-chart
home: https://streampipes.apache.org
version: 0.93.0-SNAPSHOT
version: 0.95.0-SNAPSHOT
icon: https://avatars1.githubusercontent.com/u/33908576
4 changes: 2 additions & 2 deletions installer/k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.93.0-SNAPSHOT
**Current version:** 0.95.0-SNAPSHOT
<!-- END do not edit -->

We provide two helm chart templates to get you going:
Expand Down Expand Up @@ -119,7 +119,7 @@ rm -rf ${HOME}/streampipes-k8s

| Parameter Name | Description | Value |
|-----------------------------------------------|---------------------------------------------------------|------------------------------------------|
| streampipes.version | StreamPipes version | "0.93.0-SNAPSHOT" |
| 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]" |
Expand Down

0 comments on commit 5ef7bbb

Please sign in to comment.