Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit b40a812

Browse files
committed
Tag for 3.1.0 release
1 parent f68e19e commit b40a812

4 files changed

Lines changed: 17 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
## [3.1.0] - 2018-01-30
56
### Added
67
- Configuration validation. Validator supports both YAML and JSON
78
configuration, please see special note in the Removed section below (#145)
@@ -12,8 +13,9 @@ information (#149).
1213
- Support for accelerated networking in RemoteFS storage clusters (#158)
1314

1415
### Changed
15-
- Update Docker CE to 17.12.0
16-
- Update blobxfer to 1.1.0
16+
- Update Docker CE to 17.12.0 for Ubuntu/CentOS
17+
- Update nvidia-docker 1.0.1 to nvidia-docker2
18+
- Update blobxfer to 1.1.1
1719
- Updated dependencies to latest
1820

1921
### Fixed
@@ -28,10 +30,10 @@ behavior for the following previously deprecated configuration properties:
2830
`low_priority` VM counts
2931
- `pool_specification`:`vm_configuration` must be specified instead of
3032
directly specifying `publisher`, `offer`, `sku` on `pool_specification`
31-
- `global_resources`:`docker_volumes` must be replaced with
32-
`global_resources`:`volumes`
33-
- `job_specifications`:`tasks`:`image` must be replaced with
34-
`job_specifications`:`tasks`:`docker_image`
33+
- `global_resources`:`docker_volumes` is no longer valid and must be
34+
replaced with `global_resources`:`volumes`
35+
- `job_specifications`:`tasks`:`image` is no longer valid and must be
36+
replaced with `job_specifications`:`tasks`:`docker_image`
3537

3638
## [3.0.3] - 2018-01-22
3739
### Security
@@ -1063,7 +1065,8 @@ transfer is disabled
10631065
#### Added
10641066
- Initial release
10651067

1066-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.0.3...HEAD
1068+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.1.0...HEAD
1069+
[3.1.0]: https://github.com/Azure/batch-shipyard/compare/3.0.3...3.1.0
10671070
[3.0.3]: https://github.com/Azure/batch-shipyard/compare/3.0.2...3.0.3
10681071
[3.0.2]: https://github.com/Azure/batch-shipyard/compare/3.0.1...3.0.2
10691072
[3.0.1]: https://github.com/Azure/batch-shipyard/compare/3.0.0...3.0.1

convoy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = '3.0.3'
25+
__version__ = '3.1.0'

scripts/shipyard_nodeprep.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,13 +936,13 @@ else
936936
exit 1
937937
fi
938938

939-
# set up singularity
940-
singularity_setup $DISTRIB_ID $DISTRIB_RELEASE
941-
942939
# retrieve docker images related to data movement
943940
docker_pull_image alfpark/blobxfer:$blobxferversion
944941
docker_pull_image alfpark/batch-shipyard:${version}-cargo
945942

943+
# set up singularity
944+
singularity_setup $DISTRIB_ID $DISTRIB_RELEASE
945+
946946
# login to registry servers (do not specify -e as creds have been decrypted)
947947
./registry_login.sh
948948
if [ -f singularity-registry-login ]; then

scripts/shipyard_nodeprep_customimage.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,13 @@ if [ ! -z $sc_args ]; then
503503
done
504504
fi
505505

506-
# set up singularity
507-
singularity_setup $DISTRIB_ID $DISTRIB_RELEASE
508-
509506
# retrieve docker images related to data movement
510507
docker_pull_image alfpark/blobxfer:$blobxferversion
511508
docker_pull_image alfpark/batch-shipyard:${version}-cargo
512509

510+
# set up singularity
511+
singularity_setup $DISTRIB_ID $DISTRIB_RELEASE
512+
513513
# login to registry servers (do not specify -e as creds have been decrypted)
514514
./registry_login.sh
515515
if [ -f singularity-registry-login ]; then

0 commit comments

Comments
 (0)