diff --git a/GitVersion.yml b/GitVersion.yml index f60383e..2e5234d 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -56,4 +56,4 @@ branches: ignore: sha: [] merge-message-formats: {} -next-version: 0.2.1 +next-version: 0.2.4 diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index 3b86279..a4104cc 100644 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -11,14 +11,14 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) :versions: - - 3.7.9.54 + - 3.7.9.57 :when: 2022-08-29 18:11:13.354973002 Z - - :approve - AWSSDK.SecurityToken - :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) :versions: - - 3.7.1.200 + - 3.7.1.203 :when: 2022-08-16 18:11:13.781079769 Z - - :approve - Ardalis.GuardClauses diff --git a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj index d12f2c8..8a7cc47 100644 --- a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj +++ b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj @@ -49,8 +49,8 @@ - - + + diff --git a/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj b/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj index fce757d..12e6c5f 100644 --- a/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj +++ b/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj @@ -48,7 +48,7 @@ - + diff --git a/src/Storage/IServiceCollectionExtension.cs b/src/Storage/IServiceCollectionExtension.cs index 00ddbd0..a0e7850 100644 --- a/src/Storage/IServiceCollectionExtension.cs +++ b/src/Storage/IServiceCollectionExtension.cs @@ -44,7 +44,7 @@ public static class IServiceCollectionExtensions public static IServiceCollection AddMonaiDeployStorageService( this IServiceCollection services, string fullyQualifiedTypeName, - HealthCheckOptions healthCheckOptions = HealthCheckOptions.ServiceHealthCheck & HealthCheckOptions.AdminServiceHealthCheck, + HealthCheckOptions healthCheckOptions = HealthCheckOptions.ServiceHealthCheck | HealthCheckOptions.AdminServiceHealthCheck, HealthStatus? failureStatus = null, IEnumerable? tags = null, TimeSpan? timeout = null) diff --git a/src/Storage/Monai.Deploy.Storage.csproj b/src/Storage/Monai.Deploy.Storage.csproj index 92c96f9..185138e 100644 --- a/src/Storage/Monai.Deploy.Storage.csproj +++ b/src/Storage/Monai.Deploy.Storage.csproj @@ -62,7 +62,7 @@ - + diff --git a/third-party-licenses.md b/third-party-licenses.md index 31be87f..3228529 100644 --- a/third-party-licenses.md +++ b/third-party-licenses.md @@ -44,15 +44,15 @@ SOFTWARE.
-AWSSDK.Core 3.7.12.25 +AWSSDK.Core 3.7.13.5 ## AWSSDK.Core -- Version: 3.7.12.25 +- Version: 3.7.13.5 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.12.25) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.13.5) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -117,15 +117,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.S3 3.7.9.54 +AWSSDK.S3 3.7.9.57 ## AWSSDK.S3 -- Version: 3.7.9.54 +- Version: 3.7.9.57 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.9.54) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.9.57) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -190,15 +190,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.SecurityToken 3.7.1.20 +AWSSDK.SecurityToken 3.7.1.203 ## AWSSDK.SecurityToken -- Version: 3.7.1.20 +- Version: 3.7.1.203 - Authors: Amazon Web Services - Owners: Amazon Web Services - Project URL: https://github.com/aws/aws-sdk-net/ -- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.1.20) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.1.203) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -497,53 +497,15 @@ SOFTWARE.
-Microsoft.CodeCoverage 17.3.0 +Microsoft.CodeCoverage 17.3.1 ## Microsoft.CodeCoverage -- Version: 17.3.0 -- Authors: Microsoft -- Owners: Microsoft -- Project URL: https://github.com/microsoft/vstest/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.3.0) -- License: [MIT](https://github.com/microsoft/vstest/raw/v17.3.0/LICENSE) - - -``` -Copyright (c) 2020 Microsoft Corporation - -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. -``` - -
- - -
-Microsoft.CodeCoverage 17.3.0 - -## Microsoft.CodeCoverage - -- Version: 17.3.0 +- Version: 17.3.1 - Authors: Microsoft - Owners: Microsoft - Project URL: https://github.com/microsoft/vstest/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.3.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.3.1) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.3.0/LICENSE) @@ -1311,14 +1273,14 @@ SOFTWARE.
-Microsoft.Extensions.Logging.Abstractions 6.0.1 +Microsoft.Extensions.Logging.Abstractions 6.0.2 ## Microsoft.Extensions.Logging.Abstractions -- Version: 6.0.1 +- Version: 6.0.2 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/6.0.1) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/6.0.2) - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -2518,15 +2480,15 @@ consequential or other damages.
-Microsoft.TestPlatform.ObjectModel 17.3.0 +Microsoft.TestPlatform.ObjectModel 17.3.1 ## Microsoft.TestPlatform.ObjectModel -- Version: 17.3.0 +- Version: 17.3.1 - Authors: Microsoft - Owners: Microsoft - Project URL: https://github.com/microsoft/vstest/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.3.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.3.1) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.3.0/LICENSE) @@ -2556,15 +2518,15 @@ SOFTWARE.
-Microsoft.TestPlatform.TestHost 17.3.0 +Microsoft.TestPlatform.TestHost 17.3.1 ## Microsoft.TestPlatform.TestHost -- Version: 17.3.0 +- Version: 17.3.1 - Authors: Microsoft - Owners: Microsoft - Project URL: https://github.com/microsoft/vstest/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.3.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.3.1) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.3.0/LICENSE)