Skip to content

Commit

Permalink
Release devicehive-docker 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed Jun 4, 2018
1 parent f8beef7 commit 0ef56b6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Development
## 3.5.0 / 2018-06-04

* k8s: add parameters for log level configuration in Java Server services
* k8s: add deployment for DeviceHive MQTT broker
Expand All @@ -19,6 +19,7 @@
* compose: self-signed certificates generation in DeviceHive Proxy is removed, description in "Breaking changes" section. Fixes: [#50](https://github.com/devicehive/devicehive-docker/issues/50).
* k8s: deploy internal WS proxy only when bus is 'wsproxy'
* k8s: add common ingress to bypass devicehive-proxy
* Update images to DeviceHive Java Server 3.5.0, DeviceHive Proxy 3.5.0

### Breaking changes

Expand Down
4 changes: 2 additions & 2 deletions k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following tables lists the configurable parameters of the DeviceHive chart a
Parameter | Description | Default
--------- | ----------- | -------
`javaServer.repository` | DockerHub user or organization with all devicehive-java-server images | `devicehive`
`javaServer.tag` | Common image tag of devicehive-java-server images | `3.4.5`
`javaServer.tag` | Common image tag of devicehive-java-server images | `3.5.0`
`javaServer.pullPolicy` | Common image pull policy for devicehive-java-server images | `IfNotPresent`
`javaServer.auth.replicaCount` | Desired number of Auth service pods | `1`
`javaServer.auth.resources` | Auth service resource requests and limits | `{}`
Expand Down Expand Up @@ -110,7 +110,7 @@ Parameter | Description | Default
`mqttBroker.resources` | MQTT broker deployment resource requests and limits | `{}`
`mqttBroker.service.type` | Type of MQTT broker service to create | `ClusterIP`
`mqttBroker.service.port` | MQTT broker service port | `1883`
`proxy.image` | DH Proxy image name and tag | `devicehive/devicehive-proxy:3.4.5`
`proxy.image` | DH Proxy image name and tag | `devicehive/devicehive-proxy:3.5.0`
`proxy.pullPolicy` | DH Proxy image pull policy | `IfNotPresent`
`proxy.replicaCount` | Desired number DH Proxy pods | `1`
`proxy.resources` | DH Proxy service resource requests and limits | `{}`
Expand Down
4 changes: 2 additions & 2 deletions k8s/devicehive/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
javaServer:
repository: devicehive
tag: 3.4.5
tag: 3.5.0
pullPolicy: IfNotPresent
auth:
replicaCount: 1
Expand Down Expand Up @@ -64,7 +64,7 @@ mqttBroker:
appLogLevel: info

proxy:
image: devicehive/devicehive-proxy:3.4.5.1
image: devicehive/devicehive-proxy:3.5.0
pullPolicy: IfNotPresent
replicaCount: 1
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion 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:-3.4.5}
image: devicehive/devicehive-plugin:${DH_TAG:-3.5.0}
ports:
- "${DH_PLUGIN_PORT:-8110}:8110"
links:
Expand Down
10 changes: 5 additions & 5 deletions rdbms-image/docker-compose-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
PROXY.WEB_SOCKET_SERVER_HOST: 'wsproxy'

dh_frontend:
image: devicehive/devicehive-frontend:${DH_TAG:-3.4.5}
image: devicehive/devicehive-frontend:${DH_TAG:-3.5.0}
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:-3.4.5}
image: devicehive/devicehive-auth:${DH_TAG:-3.5.0}
ports:
- "${DH_ADMIN_PORT:-8090}:8090"
links:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_AUTH_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy}

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

dh_backend_node:
image: devicehiveci/devicehive-backend-node:${DH_BACKEND_NODE_TAG:-jenkins}
image: devicehive/devicehive-backend-node:${DH_BACKEND_NODE_TAG:-development}
links:
- "hazelcast"
- "postgres"
Expand All @@ -131,7 +131,7 @@ services:
HAZELCAST.GROUP_PASSWORD: ${HC_GROUP_PASSWORD:-dev-pass}

dh_proxy:
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.4.5.1}
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.5.0}
links:
- "dh_auth"
- "dh_frontend"
Expand Down
10 changes: 5 additions & 5 deletions rdbms-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
PROXY.WEB_SOCKET_SERVER_HOST: 'wsproxy'

dh_frontend:
image: devicehive/devicehive-frontend:${DH_TAG:-3.4.5}
image: devicehive/devicehive-frontend:${DH_TAG:-3.5.0}
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:-3.4.5}
image: devicehive/devicehive-auth:${DH_TAG:-3.5.0}
ports:
- "${DH_ADMIN_PORT:-8090}:8090"
links:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_AUTH_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy}

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

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

dh_proxy:
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.4.5.1}
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.5.0}
links:
- "dh_auth"
- "dh_frontend"
Expand Down

0 comments on commit 0ef56b6

Please sign in to comment.