Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 35483b8

Browse files
build: Update Kuiper version to 1.0.0 for code freeze (#339)
closes #338 Signed-off-by: lenny <[email protected]>
1 parent 95dbcc0 commit 35483b8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

compose-builder/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ VAULT_VERSION=1.5.3
3131
POSTGRES_VERSION=12.3-alpine
3232
REDIS_VERSION=6.0.9-alpine
3333
KONG_VERSION=2.0.5
34-
KUIPER_VERSION=0.9.1-alpine
34+
KUIPER_VERSION=1.0.0-alpine
3535
MOSQUITTO_VERSION=1.6.3
3636
APP_SERVICE_VERSION=master
3737
DEVICE_BACNET_VERSION=master

releases/nightly-build/compose-files/docker-compose-nexus-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ services:
431431
KUIPER__BASIC__CONSOLELOG: "true"
432432
KUIPER__BASIC__RESTPORT: 48075
433433
hostname: edgex-kuiper
434-
image: emqx/kuiper:0.9.1-alpine
434+
image: emqx/kuiper:1.0.0-alpine
435435
networks:
436436
edgex-network: {}
437437
ports:

releases/nightly-build/compose-files/docker-compose-nexus-no-secty-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ services:
265265
KUIPER__BASIC__CONSOLELOG: "true"
266266
KUIPER__BASIC__RESTPORT: 48075
267267
hostname: edgex-kuiper
268-
image: emqx/kuiper:0.9.1-alpine
268+
image: emqx/kuiper:1.0.0-alpine
269269
networks:
270270
edgex-network: {}
271271
ports:

releases/nightly-build/compose-files/docker-compose-nexus-no-secty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ services:
265265
KUIPER__BASIC__CONSOLELOG: "true"
266266
KUIPER__BASIC__RESTPORT: 48075
267267
hostname: edgex-kuiper
268-
image: emqx/kuiper:0.9.1-alpine
268+
image: emqx/kuiper:1.0.0-alpine
269269
networks:
270270
edgex-network: {}
271271
ports:

releases/nightly-build/compose-files/docker-compose-nexus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ services:
431431
KUIPER__BASIC__CONSOLELOG: "true"
432432
KUIPER__BASIC__RESTPORT: 48075
433433
hostname: edgex-kuiper
434-
image: emqx/kuiper:0.9.1-alpine
434+
image: emqx/kuiper:1.0.0-alpine
435435
networks:
436436
edgex-network: {}
437437
ports:

0 commit comments

Comments
 (0)