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

Commit 4eea944

Browse files
committed
Tag for 2.5.1 release
1 parent 78fad1c commit 4eea944

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
5+
## [2.5.1] - 2017-02-01
46
### Added
57
- Support for max task retries (#23). See configuration doc for more
68
information.
@@ -16,7 +18,7 @@ follow the other properties with similar behavior.
1618
### Fixed
1719
- Automatically assigned task ids are now in the format `dockertask-NNNNN`
1820
and will increment properly past 99999 but will not be padded after that (#27)
19-
- Defect in list tasks for non-running tasks (#28)
21+
- Defect in list tasks for tasks that have not run (#28)
2022
- Docker temporary directory not being set properly
2123
- SLES-HPC will now install all Intel MPI related rpms
2224
- Defect in task file mover for unencrypted credentials (#29)
@@ -226,8 +228,7 @@ and configuration doc for more information.
226228
task
227229
- Credential encryption support. Please see the credential encryption guide
228230
and configuration doc for more information.
229-
- Experimental support for OpenSSH with
230-
[HPN patches](https://www.psc.edu/index.php/hpn-ssh) on Ubuntu
231+
- Experimental support for OpenSSH with HPN patches on Ubuntu
231232
- Support pool resize up with GlusterFS
232233
- Support GlusterFS volume options
233234
- Configurable path to place files generated by `pool add` or `pool asu`
@@ -349,7 +350,8 @@ transfer is disabled
349350
#### Added
350351
- Initial release
351352

352-
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.5.0...HEAD
353+
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/2.5.1...HEAD
354+
[2.5.1]: https://github.com/Azure/batch-shipyard/compare/2.5.0...2.5.1
353355
[2.5.0]: https://github.com/Azure/batch-shipyard/compare/2.4.0...2.5.0
354356
[2.4.0]: https://github.com/Azure/batch-shipyard/compare/2.3.1...2.4.0
355357
[2.3.1]: https://github.com/Azure/batch-shipyard/compare/2.3.0...2.3.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__ = '2.5.0'
25+
__version__ = '2.5.1'

docs/00-introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ which are identical VMs provisioned from the Azure cloud. Multiple Batch
3838
accounts can be provisioned per Azure Subscription, and multiple compute
3939
pools can be provisioned per Batch account. Please refer to
4040
[this page](https://docs.microsoft.com/en-us/azure/batch/batch-quota-limit)
41-
for default service limits.
41+
for default service limits, including separate core quota limits that only
42+
apply to the Batch service.
4243

4344
Compute jobs:
4445
```

docs/01-batch-shipyard-installation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,10 @@ programs must be installed to take advantage of data movement features of
238238
Batch Shipyard:
239239

240240
1. An SSH client that provides `scp`. OpenSSH with
241-
[HPN patches](http://www.psc.edu/index.php/hpn-ssh) can be used on the client
242-
side to further accelerate `scp` to Azure Batch compute nodes where
243-
`hpn_server_swap` has been set to `true` in the `pool_specification`.
241+
[HPN patches](https://www.psc.edu/index.php/using-joomla/extensions/templates/atomic/636-hpn-ssh)
242+
can be used on the client side to further accelerate `scp` to Azure Batch
243+
compute nodes where `hpn_server_swap` has been set to `true` in the
244+
`pool_specification`.
244245
2. `rsync` if `rsync` functionality is needed.
245246
3. [blobxfer](https://github.com/Azure/blobxfer) if transfering to Azure
246247
storage. This is automatically installed if `pip install` is used with

docs/10-batch-shipyard-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,9 @@ created with pool creation.
697697
generated RSA keypair and docker tunnel script to. If omitted, the
698698
current directory is used.
699699
* (experimental) `hpn_server_swap` property enables an OpenSSH server with
700-
[HPN patches](http://www.psc.edu/index.php/hpn-ssh) to be swapped with the
701-
standard distribution OpenSSH server. This is not supported on all
702-
Linux distributions and may be force disabled.
700+
[HPN patches](https://www.psc.edu/index.php/using-joomla/extensions/templates/atomic/636-hpn-ssh)
701+
to be swapped with the standard distribution OpenSSH server. This is not
702+
supported on all Linux distributions and may be force disabled.
703703
* (required for `STANDARD_NV` instances, optional for `STANDARD_NC` instances)
704704
`gpu` property defines additional information for NVIDIA GPU-enabled VMs:
705705
* `nvidia_driver` property contains the following required members:

0 commit comments

Comments
 (0)