diff --git a/CHANGES.md b/CHANGES.md index d72cbf9..8f13840 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +### 1.2.3 +* Update dockstore version to 1.2.5 +* Fix #3 s3cmd plugin updated to 0.0.6 + +### 1.2.2 +Added missing config to ~/.dockstore/config to allow use of s3cmd plugin "out-of-the-box". + +### 1.2.1 +* Corrects the URL embedded in created image description +* Fixes #2, when using the customisation script. + ### 1.2.0 * First release directly to GitHub * Mostly documentation diff --git a/env/versions.env b/env/versions.env index b915b4c..f07c24c 100644 --- a/env/versions.env +++ b/env/versions.env @@ -1,5 +1,5 @@ #!/bin/bash -export DOCKSTORE_VERSION="1.2.3" +export DOCKSTORE_VERSION="1.2.5" export PIP_SETUPTOOLS_VER="28.8.0" export PIP_CWLTOOL_VER="1.0.20170217172322" export PIP_SCHEMA_SALAD_VER="2.2.20170222151604" diff --git a/scripts/pbuild.sh b/scripts/pbuild.sh index 122d1f8..61fc94d 100755 --- a/scripts/pbuild.sh +++ b/scripts/pbuild.sh @@ -1,6 +1,6 @@ #!/bin/bash -CGP_DS_VERSION=1.2.2 +CGP_DS_VERSION=1.2.3 set -ue diff --git a/scripts/trusty/build.sh b/scripts/trusty/build.sh index e3f83a5..86a9676 100755 --- a/scripts/trusty/build.sh +++ b/scripts/trusty/build.sh @@ -56,7 +56,7 @@ config-file-location = /home/ubuntu/.s3cfg # plugins we want: sudo -u ubuntu bash -c 'echo "[{ \"name\": \"dockstore-file-s3cmd-plugin\", - \"version\": \"0.0.4\" + \"version\": \"0.0.6\" } ] " > /home/ubuntu/.dockstore/plugins.json' diff --git a/scripts/xenial/build.sh b/scripts/xenial/build.sh index e3f83a5..86a9676 100644 --- a/scripts/xenial/build.sh +++ b/scripts/xenial/build.sh @@ -56,7 +56,7 @@ config-file-location = /home/ubuntu/.s3cfg # plugins we want: sudo -u ubuntu bash -c 'echo "[{ \"name\": \"dockstore-file-s3cmd-plugin\", - \"version\": \"0.0.4\" + \"version\": \"0.0.6\" } ] " > /home/ubuntu/.dockstore/plugins.json'