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

Commit

Permalink
Browse files Browse the repository at this point in the history
Tag for 3.5.0b2 release
- Update Nuget package metadata
  • Loading branch information
alfpark committed Jun 12, 2018
1 parent 7d48249 commit a00ecab
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,19 @@

## [Unreleased]

## [3.5.0b2] - 2018-06-12
### Added
- Support for Prometheus monitoring and Grafana visualization (#205). Please
see the monitoring doc and
[guide](https://github.com/Azure/batch-shipyard/blob/master/docs/66-batch-shipyard-resource-monitoring.md)
for more information.
- Support for specifying a maximum increment per autoscale evaluation and
the ability to define weekdays and workhours (#210)
- Support for native container support Marketplace platform images. Please
see the platform image support doc for more information. (#204)
- Allow configuration to enable SSH users to access Docker daemon (#206)
- Support for GPUs on CentOS 7.4 (#199)
- Support for CentOS-HPC 7.4 (#184)

### Changed
- **Breaking Change:** You can no longer specify both an `account_key`
Expand All @@ -12,11 +23,18 @@ behavior was that `account_key` would take precedence over `aad`. Now
these options are mutually exclusive. This will now break configurations
that specified `aad` at the global level while having a shared `account_key`
at the `batch` level. (#197)
- **Breaking Change:** `install.sh` now installs into a virtual env by
default. Use the `-u` switch to retain the old (non-recommended)
default behavior. (#200)
- GlusterFS for RemoteFS and gluster on compute updated to 4.0.
- Update NC driver to 396.26 supporting CUDA 9.2
- blobxfer updated to 1.2.1

### Fixed
- Errant credentials check for configuration from commandline
- Errant credentials check for configuration from commandline which affected
config load from KeyVault
- Blobxfer extra options regression
- Cache container/file share creations for data egress (#211)

## [3.5.0b1] - 2018-05-02
### Added
Expand Down Expand Up @@ -1277,7 +1295,8 @@ transfer is disabled
#### Added
- Initial release

[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.5.0b1...HEAD
[Unreleased]: https://github.com/Azure/batch-shipyard/compare/3.5.0b2...HEAD
[3.5.0b2]: https://github.com/Azure/batch-shipyard/compare/3.5.0b1...3.5.0b2
[3.5.0b1]: https://github.com/Azure/batch-shipyard/compare/3.4.0...3.5.0b1
[3.4.0]: https://github.com/Azure/batch-shipyard/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/Azure/batch-shipyard/compare/3.2.0...3.3.0
Expand Down
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -7,9 +7,10 @@
<img src="https://azurebatchshipyard.blob.core.windows.net/github/README-dash.png" alt="dashboard" width="1024" />

[Batch Shipyard](https://github.com/Azure/batch-shipyard) is a tool to help
provision and execute container-based batch processing and HPC workloads on
[Azure Batch](https://azure.microsoft.com/services/batch/) compute
pools. Batch Shipyard supports both [Docker](https://www.docker.com) and
provision, execute, and monitor container-based batch processing and HPC
workloads on
[Azure Batch](https://azure.microsoft.com/services/batch/). Batch Shipyard
supports both [Docker](https://www.docker.com) and
[Singularity](http://singularity.lbl.gov/) containers! No experience with the
[Azure Batch SDK](https://github.com/Azure/azure-batch-samples) is needed; run
your containers with easy-to-understand configuration files. All Azure
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -198,7 +198,7 @@ after_test:
deploy:
- provider: NuGet
api_key:
secure: 96ugMCJGT1hnOc+UyTqsjTgh8FgN3VgmdKGgG8EGfLYEMlPAnls1pIe2e3s0BGGh
secure: Bl6flZ+gBJZ3aYPTKERDcnMOsNgbLs/MG/gj6XsCC9I9E/erIw0ffpWJ+WSQrWiX
skip_symbols: true
artifact: /.*\.nupkg/
on:
Expand Down
2 changes: 1 addition & 1 deletion convoy/version.py
Expand Up @@ -22,4 +22,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = '3.5.0b1'
__version__ = '3.5.0b2'
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
adal==1.0.0
adal==1.0.1
azure-batch==4.1.3
azure-cosmosdb-table==1.0.3
azure-keyvault==1.0.0b1
Expand Down
4 changes: 2 additions & 2 deletions site-extension/BatchShipyard.nuspec
Expand Up @@ -4,13 +4,13 @@
<id>BatchShipyard</id>
<version>0.0.0</version>
<title>Batch Shipyard</title>
<authors>Fred Park</authors>
<authors>Microsoft</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Execute containerized jobs on Azure Batch via Batch Shipyard. Requires Python.</description>
<iconUrl>https://azurecomcdn.azureedge.net/cvt-4c210654e280636c85b81aae4511f99613c7de5d03801bf44dc15fe823371003/images/page/services/batch/we-take-care-of-scale.png</iconUrl>
<projectUrl>https://github.com/Azure/batch-shipyard</projectUrl>
<licenseUrl>https://github.com/Azure/batch-shipyard/blob/master/LICENSE</licenseUrl>
<copyright>Microsoft</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<releaseNotes>https://github.com/Azure/batch-shipyard/blob/master/CHANGELOG.md</releaseNotes>
<tags>AzureSiteExtension azure batch shipyard containers docker singularity parallel distributed jobs hpc python</tags>
<packageTypes>
Expand Down

0 comments on commit a00ecab

Please sign in to comment.