Skip to content

Commit d02d448

Browse files
Release 1.0.36
1 parent 1ffadb0 commit d02d448

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM predixadoption/edge-pycdp3:1.0.0
22

33
LABEL maintainer="Predix Builder Relations"
44
LABEL org="https://hub.docker.com/u/predixadoption"
5-
LABEL version="1.0.35"
5+
LABEL version="1.0.36"
66
LABEL support="https://forum.predix.io"
77
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md"
88

scripts/quickstart-wind-workbench.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ APP_DIR="edge-hello-world"
6060
APP_NAME="Edge Starter Hello World"
6161
GITHUB_RAW="https://raw.githubusercontent.com/PredixDev"
6262

63-
TOOLS="Docker, Git"
64-
TOOLS_SWITCHES="--docker --git"
63+
TOOLS="Docker, Git, jq, yq"
64+
TOOLS_SWITCHES="--docker --git --jq --yq"
6565

6666
# Process switches
6767
local_read_args $@
@@ -185,4 +185,7 @@ echo "Edge Hello world URL: http://127.0.0.1:9098" >> $SUMMARY_TEXTFILE
185185
echo "" >> $SUMMARY_TEXTFILE
186186

187187
cat $SUMMARY_TEXTFILE
188+
__append_new_line_log "" "$logDir"
189+
__append_new_line_log "Successfully completed Edge Hello World Wind Workbench installation!" "$quickstartLogDir"
190+
__append_new_line_log "" "$logDir"
188191
echo "......................................Done......................................"

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Wind Workbench",
3-
"version": "1.0.35",
3+
"version": "1.0.36",
44
"private": false,
55
"dependencies": {
66
"local-setup": "https://github.com/PredixDev/local-setup#1.0.101",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.183",
8-
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.35",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.186",
8+
"wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.36",
99
"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#"
1010
},
1111
"author": "susheelchoudhari"

0 commit comments

Comments
 (0)