Skip to content

Commit

Permalink
Merge pull request #2143 from Azure/release/prepare-2.5.0
Browse files Browse the repository at this point in the history
Prepare for release 2.5.0
  • Loading branch information
bgklein authored Dec 12, 2019
2 parents 03205cf + e834cbc commit 85437d3
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 162 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 2.5.0
[All items](https://github.com/Azure/BatchExplorer/milestone/39?closed=1)

### feature:

* Change Error Messages Inner Details to be shown by default [\#2140](https://github.com/Azure/BatchExplorer/issues/2140)

### bug:

* Account create fails with 'Must specify a location' [\#2135](https://github.com/Azure/BatchExplorer/issues/2135)
* When listing tasks with OData, pagination may not be followed to termination [\#2127](https://github.com/Azure/BatchExplorer/issues/2127)
* When attempting to RDP/SSH to a node you must update expiresOn property otherwise you get a spinning wheel [\#2119](https://github.com/Azure/BatchExplorer/issues/2119)
* When Creating a JobPrep or JobRelease task you must update retentionTime to pass validation [\#2118](https://github.com/Azure/BatchExplorer/issues/2118)

### other:

* EULA text still displays BatchLabs text [\#2141](https://github.com/Azure/BatchExplorer/issues/2141)

### Fixes
* Vulnerabilities with dependencies
* Fix issue where the Python server would not start due to dependency collisions.
Expand Down
25 changes: 25 additions & 0 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4111,6 +4111,31 @@ The externally maintained libraries used by Node.js are:
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
"""

- uvwasi, located at deps/uvwasi, is licensed as follows:
"""
MIT License

Copyright (c) 2019 Colin Ihrig and Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""

------------------------------------------------------------
End license for node.js
============================================================
Expand Down
Loading

0 comments on commit 85437d3

Please sign in to comment.