Skip to content

Commit

Permalink
Release devicehive-docker 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed Mar 5, 2018
1 parent b22c07c commit f3d3ad5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Development version
## 3.4.4 / 2018-03-06

* Use DeviceHive Java Server 3.4.4, DeviceHive WS Proxy 1.1.0, DeviceHive Proxy 3.4.4, DeviceHive MQTT 1.1.0 images
* Improve Kubernetes installation via Helm
* First public release of DeviceHive Helm chart for Kubernetes installation
* Documentation updates

## 3.4.3 / 2018-01-22
Expand Down
4 changes: 2 additions & 2 deletions rdbms-image/dh_plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dh_plugin:
image: devicehive/devicehive-plugin:${DH_TAG:-development}
image: devicehive/devicehive-plugin:${DH_TAG:-3.4.4}
ports:
- "${DH_PLUGIN_PORT:-8110}:8110"
links:
Expand Down Expand Up @@ -34,7 +34,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_PLUGIN_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy}

wsproxyext:
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-development}
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-1.1.0}
links:
- "dh_auth"
- "dh_plugin"
Expand Down
12 changes: 6 additions & 6 deletions rdbms-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- devicehive-db:/var/lib/postgresql/data

wsproxy:
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-development}
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-1.1.0}
links:
- "kafka"
restart: unless-stopped
Expand All @@ -42,7 +42,7 @@ services:
PROXY.WEB_SOCKET_SERVER_HOST: 'wsproxy'

dh_frontend:
image: devicehive/devicehive-frontend:${DH_TAG:-development}
image: devicehive/devicehive-frontend:${DH_TAG:-3.4.4}
ports:
- "${DH_FRONTEND_PORT:-8080}:8080"
links:
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_FE_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy-frontend}

dh_auth:
image: devicehive/devicehive-auth:${DH_TAG:-development}
image: devicehive/devicehive-auth:${DH_TAG:-3.4.4}
ports:
- "${DH_ADMIN_PORT:-8090}:8090"
links:
Expand All @@ -98,7 +98,7 @@ services:
DH_WS_PROXY: wsproxy:3000

hazelcast:
image: devicehive/devicehive-hazelcast:${DH_TAG:-development}
image: devicehive/devicehive-hazelcast:${DH_TAG:-3.4.4}
ports:
- "5701:5701"
restart: unless-stopped
Expand All @@ -107,7 +107,7 @@ services:
MIN_HEAP_SIZE: "512m"

dh_backend:
image: devicehive/devicehive-backend:${DH_TAG:-development}
image: devicehive/devicehive-backend:${DH_TAG:-3.4.4}
links:
- "hazelcast"
- "kafka"
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_BE_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy-backend}

dh_proxy:
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-development}
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.4.4}
links:
- "dh_auth"
- "dh_frontend"
Expand Down
4 changes: 2 additions & 2 deletions rdbms-image/mqtt-brokers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "./nginx-mqtt-brokers.conf:/etc/nginx/stream.d/nginx-mqtt-brokers.conf:ro,Z"

mqtt_broker1:
image: devicehive/devicehive-mqtt:development
image: devicehive/devicehive-mqtt:1.1.0
restart: unless-stopped
environment:
- BROKER.WS_SERVER_URL=ws://playground-dev.devicehive.com/api/websocket
Expand All @@ -20,7 +20,7 @@ services:
- BROKER.ENABLE_PM=false

mqtt_broker2:
image: devicehive/devicehive-mqtt:development
image: devicehive/devicehive-mqtt:1.1.0
restart: unless-stopped
environment:
- BROKER.WS_SERVER_URL=ws://playground-dev.devicehive.com/api/websocket
Expand Down

0 comments on commit f3d3ad5

Please sign in to comment.