Skip to content

Commit 5cfd498

Browse files
cRui861gingi
authored andcommitted
Prepare for release 2.19.0 (#2840)
* Updated changelog and version. * Update changelog * Add blank space
1 parent d7aa76a commit 5cfd498

File tree

2 files changed

+109
-54
lines changed

2 files changed

+109
-54
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 2.19.0
2+
3+
[All items](https://github.com/Azure/BatchExplorer/milestone/53?closed=1)
4+
5+
### Features
6+
7+
* Add Indonesian translations [\#2838](https://github.com/Azure/BatchExplorer/issues/2838)
8+
* Update Batch Explorer dataplane API usage [\#2834](https://github.com/Azure/BatchExplorer/issues/2834)
9+
10+
### Bugs
11+
12+
* Restore job creation forms in Gallery [\#2837](https://github.com/Azure/BatchExplorer/issues/2837)
13+
* Fix storage functionality on data views [\#2836](https://github.com/Azure/BatchExplorer/issues/2836)
14+
* Multiple accessibility improvements for color contrast [\#2835](https://github.com/Azure/BatchExplorer/issues/2835)
15+
116
# 2.18.0
217

318
[All items](https://github.com/Azure/BatchExplorer/milestone/52?closed=1)
@@ -9,7 +24,7 @@
924
* Pool list showed pools from previously selected Batch accounts [\#2732](https://github.com/Azure/BatchExplorer/issues/2732)
1025
* Multiple accessibility bug fixes [\#2754](https://github.com/Azure/BatchExplorer/issues/2754)
1126

12-
### other
27+
### Other
1328

1429
* Migrates AADGraph API calls to MSGraph [\#2755](https://github.com/Azure/BatchExplorer/issues/2755)
1530
* Add deprecation warning for certificates for pool creation, pool details, and certificate creation [\#2753](https://github.com/Azure/BatchExplorer/issues/2753)

desktop/ThirdPartyNotices.txt

Lines changed: 93 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -25,49 +25,50 @@ Microsoft reserves all other rights not expressly granted under this agreement,
2525
16. @batch/ui-playground (https://github.com/Azure/BatchExplorer) - MIT
2626
17. @batch/ui-react (https://github.com/Azure/BatchExplorer) - MIT
2727
18. @batch/ui-service (https://github.com/Azure/BatchExplorer) - MIT
28-
19. applicationinsights (https://github.com/microsoft/ApplicationInsights-node.js) - MIT
29-
20. chart.js (https://www.chartjs.org) - MIT
30-
21. chokidar (https://github.com/paulmillr/chokidar) - MIT
31-
22. commander (https://github.com/tj/commander.js) - MIT
32-
23. d3 (https://d3js.org) - ISC
33-
24. decode-uri-component (https://github.com/SamVerschueren/decode-uri-component) - MIT
34-
25. electron-updater (https://github.com/electron-userland/electron-builder) - MIT
35-
26. element-resize-detector (https://github.com/wnr/element-resize-detector) - MIT
36-
27. extract-zip (https://github.com/maxogden/extract-zip) - BSD-2-Clause
37-
28. focus-visible (https://github.com/WICG/focus-visible) - W3C
38-
29. font-awesome (http://fontawesome.io/) - (OFL-1.1 AND MIT)
39-
30. get-proxy-settings (https://github.com/Azure/get-proxy-settings) - MIT
40-
31. glob (https://github.com/isaacs/node-glob) - ISC
41-
32. hammerjs (http://hammerjs.github.io/) - MIT
42-
33. https-proxy-agent (https://github.com/TooTallNate/node-https-proxy-agent) - MIT
43-
34. immutable (https://facebook.github.com/immutable-js) - MIT
44-
35. inflection (https://github.com/dreamerslab/node.inflection) - MIT
45-
36. js-yaml (https://github.com/nodeca/js-yaml) - MIT
46-
37. jschardet (https://github.com/aadsm/jschardet) - LGPL-2.1+
47-
38. keytar (http://atom.github.io/node-keytar) - MIT
48-
39. load-json-file (https://github.com/sindresorhus/load-json-file) - MIT
49-
40. luxon (https://github.com/moment/luxon) - MIT
50-
41. make-dir (https://github.com/sindresorhus/make-dir) - MIT
51-
42. mkdirp (https://github.com/isaacs/node-mkdirp) - MIT
52-
43. monaco-editor (https://github.com/Microsoft/monaco-editor) - MIT
53-
44. node-abi (https://github.com/lgeiger/node-abi#readme) - MIT
54-
45. node-downloader-helper (https://github.com/hgouveia/node-downloader-helper) - MIT
55-
46. node-forge (https://github.com/digitalbazaar/forge) - (BSD-3-Clause OR GPL-2.0)
56-
47. patternomaly (https://github.com/ashiguruma/patternomaly) - MIT
57-
48. reflect-metadata (http://rbuckton.github.io/reflect-metadata) - Apache-2.0
58-
49. rxjs (https://github.com/ReactiveX/RxJS) - Apache-2.0
59-
50. strip-json-comments (https://github.com/sindresorhus/strip-json-comments) - MIT
60-
51. tinycolor2 (https://github.com/bgrins/TinyColor) - MIT
61-
52. winston (https://github.com/winstonjs/winston) - MIT
62-
53. winston-daily-rotate-file (https://github.com/winstonjs/winston-daily-rotate-file#readme) - MIT
63-
54. write-file-webpack-plugin (https://github.com/gajus/write-file-webpack-plugin) - BSD-3-Clause
64-
55. xml2js (https://github.com/Leonidas-from-XIV/node-xml2js) - MIT
65-
56. zone.js (https://github.com/angular/angular) - MIT
66-
57. websockets (https://github.com/aaugustin/websockets) - BSD-3-Clause
67-
58. azure-batch-cli-extensions (https://github.com/Azure/azure-batch-cli-extensions) - MIT
68-
59. node.js (https://nodejs.org/en/) - MIT
69-
60. python (https://www.python.org/) - PSF
70-
61. Electron (https://electronjs.org/) - electron
28+
19. @electron/remote (https://github.com/electron/remote) - MIT
29+
20. applicationinsights (https://github.com/microsoft/ApplicationInsights-node.js) - MIT
30+
21. chart.js (https://www.chartjs.org) - MIT
31+
22. chokidar (https://github.com/paulmillr/chokidar) - MIT
32+
23. commander (https://github.com/tj/commander.js) - MIT
33+
24. d3 (https://d3js.org) - ISC
34+
25. decode-uri-component (https://github.com/SamVerschueren/decode-uri-component) - MIT
35+
26. electron-updater (https://github.com/electron-userland/electron-builder) - MIT
36+
27. element-resize-detector (https://github.com/wnr/element-resize-detector) - MIT
37+
28. extract-zip (https://github.com/maxogden/extract-zip) - BSD-2-Clause
38+
29. focus-visible (https://github.com/WICG/focus-visible) - W3C
39+
30. font-awesome (http://fontawesome.io/) - (OFL-1.1 AND MIT)
40+
31. get-proxy-settings (https://github.com/Azure/get-proxy-settings) - MIT
41+
32. glob (https://github.com/isaacs/node-glob) - ISC
42+
33. hammerjs (http://hammerjs.github.io/) - MIT
43+
34. https-proxy-agent (https://github.com/TooTallNate/node-https-proxy-agent) - MIT
44+
35. immutable (https://facebook.github.com/immutable-js) - MIT
45+
36. inflection (https://github.com/dreamerslab/node.inflection) - MIT
46+
37. js-yaml (https://github.com/nodeca/js-yaml) - MIT
47+
38. jschardet (https://github.com/aadsm/jschardet) - LGPL-2.1+
48+
39. keytar (http://atom.github.io/node-keytar) - MIT
49+
40. load-json-file (https://github.com/sindresorhus/load-json-file) - MIT
50+
41. luxon (https://github.com/moment/luxon) - MIT
51+
42. make-dir (https://github.com/sindresorhus/make-dir) - MIT
52+
43. mkdirp (https://github.com/isaacs/node-mkdirp) - MIT
53+
44. monaco-editor (https://github.com/microsoft/monaco-editor) - MIT
54+
45. node-abi (https://github.com/lgeiger/node-abi#readme) - MIT
55+
46. node-downloader-helper (https://github.com/hgouveia/node-downloader-helper) - MIT
56+
47. node-forge (https://github.com/digitalbazaar/forge) - (BSD-3-Clause OR GPL-2.0)
57+
48. patternomaly (https://github.com/ashiguruma/patternomaly) - MIT
58+
49. reflect-metadata (http://rbuckton.github.io/reflect-metadata) - Apache-2.0
59+
50. rxjs (https://github.com/ReactiveX/RxJS) - Apache-2.0
60+
51. strip-json-comments (https://github.com/sindresorhus/strip-json-comments) - MIT
61+
52. tinycolor2 (https://github.com/bgrins/TinyColor) - MIT
62+
53. winston (https://github.com/winstonjs/winston) - MIT
63+
54. winston-daily-rotate-file (https://github.com/winstonjs/winston-daily-rotate-file#readme) - MIT
64+
55. write-file-webpack-plugin (https://github.com/gajus/write-file-webpack-plugin) - BSD-3-Clause
65+
56. xml2js (https://github.com/Leonidas-from-XIV/node-xml2js) - MIT
66+
57. zone.js (https://github.com/angular/angular) - MIT
67+
58. websockets (https://github.com/aaugustin/websockets) - BSD-3-Clause
68+
59. azure-batch-cli-extensions (https://github.com/Azure/azure-batch-cli-extensions) - MIT
69+
60. node.js (https://nodejs.org/en/) - MIT
70+
61. python (https://www.python.org/) - PSF
71+
62. Electron (https://electronjs.org/) - electron
7172

7273
============================================================
7374
Start license for @angular/animations
@@ -550,6 +551,34 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
550551
End license for @batch/ui-service
551552
============================================================
552553

554+
============================================================
555+
Start license for @electron/remote
556+
------------------------------------------------------------
557+
Copyright (c) 2019-2022 Electron contributors
558+
559+
Permission is hereby granted, free of charge, to any person obtaining
560+
a copy of this software and associated documentation files (the
561+
"Software"), to deal in the Software without restriction, including
562+
without limitation the rights to use, copy, modify, merge, publish,
563+
distribute, sublicense, and/or sell copies of the Software, and to
564+
permit persons to whom the Software is furnished to do so, subject to
565+
the following conditions:
566+
567+
The above copyright notice and this permission notice shall be
568+
included in all copies or substantial portions of the Software.
569+
570+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
571+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
572+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
573+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
574+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
575+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
576+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
577+
578+
------------------------------------------------------------
579+
End license for @electron/remote
580+
============================================================
581+
553582
============================================================
554583
Start license for applicationinsights
555584
------------------------------------------------------------
@@ -2820,19 +2849,30 @@ The externally maintained libraries used by Node.js are:
28202849

28212850
- c-ares, located at deps/cares, is licensed as follows:
28222851
"""
2823-
Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
2852+
MIT License
2853+
2854+
Copyright (c) 1998 Massachusetts Institute of Technology
2855+
Copyright (c) 2007 - 2023 Daniel Stenberg with many contributors, see AUTHORS
28242856
file.
28252857

2826-
Copyright 1998 by the Massachusetts Institute of Technology.
2858+
Permission is hereby granted, free of charge, to any person obtaining a copy of
2859+
this software and associated documentation files (the "Software"), to deal in
2860+
the Software without restriction, including without limitation the rights to
2861+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2862+
the Software, and to permit persons to whom the Software is furnished to do so,
2863+
subject to the following conditions:
2864+
2865+
The above copyright notice and this permission notice (including the next
2866+
paragraph) shall be included in all copies or substantial portions of the
2867+
Software.
28272868

2828-
Permission to use, copy, modify, and distribute this software and its
2829-
documentation for any purpose and without fee is hereby granted, provided that
2830-
the above copyright notice appear in all copies and that both that copyright
2831-
notice and this permission notice appear in supporting documentation, and that
2832-
the name of M.I.T. not be used in advertising or publicity pertaining to
2833-
distribution of the software without specific, written prior permission.
2834-
M.I.T. makes no representations about the suitability of this software for any
2835-
purpose. It is provided "as is" without express or implied warranty.
2869+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2870+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2871+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2872+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2873+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2874+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2875+
SOFTWARE.
28362876
"""
28372877

28382878
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:

0 commit comments

Comments
 (0)