From a00ecab34007cd37a3c18118429f62f0a5217530 Mon Sep 17 00:00:00 2001 From: Fred Park Date: Mon, 11 Jun 2018 16:43:21 -0700 Subject: [PATCH] Tag for 3.5.0b2 release - Update Nuget package metadata --- CHANGELOG.md | 23 +++++++++++++++++++++-- README.md | 7 ++++--- appveyor.yml | 2 +- convoy/version.py | 2 +- requirements.txt | 2 +- site-extension/BatchShipyard.nuspec | 4 ++-- 6 files changed, 30 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341c4988..4a750c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 @@ -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 diff --git a/README.md b/README.md index d2356152..20bb81f2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ dashboard [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 diff --git a/appveyor.yml b/appveyor.yml index 75a1b46e..5fd9fa9a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: diff --git a/convoy/version.py b/convoy/version.py index 9d16a140..6cba845f 100644 --- a/convoy/version.py +++ b/convoy/version.py @@ -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' diff --git a/requirements.txt b/requirements.txt index 92eccd7c..0eda224a 100644 --- a/requirements.txt +++ b/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 diff --git a/site-extension/BatchShipyard.nuspec b/site-extension/BatchShipyard.nuspec index 0d89da54..3528f9d4 100644 --- a/site-extension/BatchShipyard.nuspec +++ b/site-extension/BatchShipyard.nuspec @@ -4,13 +4,13 @@ BatchShipyard 0.0.0 Batch Shipyard - Fred Park + Microsoft true Execute containerized jobs on Azure Batch via Batch Shipyard. Requires Python. https://azurecomcdn.azureedge.net/cvt-4c210654e280636c85b81aae4511f99613c7de5d03801bf44dc15fe823371003/images/page/services/batch/we-take-care-of-scale.png https://github.com/Azure/batch-shipyard https://github.com/Azure/batch-shipyard/blob/master/LICENSE - Microsoft + © Microsoft Corporation. All rights reserved. https://github.com/Azure/batch-shipyard/blob/master/CHANGELOG.md AzureSiteExtension azure batch shipyard containers docker singularity parallel distributed jobs hpc python