Skip to content

Commit

Permalink
Release 1.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Mar 23, 2019
1 parent 12427a1 commit 9a7ac54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM predixadoption/edge-pycdp3:1.0.0

LABEL maintainer="Predix Builder Relations"
LABEL org="https://hub.docker.com/u/predixadoption"
LABEL version="1.0.42"
LABEL version="1.0.44"
LABEL support="https://forum.predix.io"
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'

services:
edge-hello-world:
image: "predixedge/predix-edge-wind-workbench:1.0.42"
image: "predixedge/predix-edge-wind-workbench:1.0.44"
environment:
- UPDATE_RATE_SEC=1.0
- TURBINE_IN_CHANNEL=turbine_control
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3'

services:
edge-hello-world:
image: "predixedge/predix-edge-wind-workbench:1.0.42"
image: "predixedge/predix-edge-wind-workbench:1.0.44"
environment:
- UPDATE_RATE_SEC=1.0
- TURBINE_IN_CHANNEL=turbine_control
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "Wind Workbench",
"version": "1.0.42",
"version": "1.0.44",
"private": false,
"dependencies": {
"local-setup": "https://github.com/PredixDev/local-setup#1.0.106",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.229",
"predix-edge-wind-workbench": "https://github.com/PredixDev/predix-edge-wind-workbench#1.0.42",
"local-setup": "https://github.com/PredixDev/local-setup#1.0.107",
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.246",
"predix-edge-wind-workbench": "https://github.com/PredixDev/predix-edge-wind-workbench#1.0.44",
"predix-edge-broker": "https://artifactory.predix.io/artifactory/PREDIX-EXT/predix-edge/2_1_0/os/predix-edge-broker-amd64-20180917-1.0.2.tar.gz#"
},
"author": "susheelchoudhari"
Expand Down

0 comments on commit 9a7ac54

Please sign in to comment.