Skip to content

Commit afe7f99

Browse files
committed
Updates storage & messaging libs
- Removes sqlite from docker image Signed-off-by: Victor Chang <[email protected]>
1 parent 7a35af7 commit afe7f99

File tree

7 files changed

+20
-21
lines changed

7 files changed

+20
-21
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ ENV DEBIAN_FRONTEND=noninteractive
3535
RUN apt-get clean \
3636
&& apt-get update \
3737
&& apt-get install -y --no-install-recommends \
38-
sqlite3 \
3938
curl \
4039
&& rm -rf /var/lib/apt/lists
4140

doc/dependency_decisions.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -791,35 +791,35 @@
791791
- :who: mocsharp
792792
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
793793
:versions:
794-
- 0.1.8
794+
- 0.1.9
795795
:when: 2022-08-16 23:06:21.051573547 Z
796796
- - :approve
797797
- Monai.Deploy.Messaging.RabbitMQ
798798
- :who: mocsharp
799799
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
800800
:versions:
801-
- 0.1.8
801+
- 0.1.9
802802
:when: 2022-08-16 23:06:21.511789690 Z
803803
- - :approve
804804
- Monai.Deploy.Storage
805805
- :who: mocsharp
806806
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
807807
:versions:
808-
- 0.2.8
808+
- 0.2.9
809809
:when: 2022-08-16 23:06:21.988183476 Z
810810
- - :approve
811811
- Monai.Deploy.Storage.MinIO
812812
- :who: mocsharp
813813
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
814814
:versions:
815-
- 0.2.8
815+
- 0.2.9
816816
:when: 2022-08-16 23:06:22.426838304 Z
817817
- - :approve
818818
- Monai.Deploy.Storage.S3Policy
819819
- :who: mocsharp
820820
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
821821
:versions:
822-
- 0.2.8
822+
- 0.2.9
823823
:when: 2022-08-16 23:06:22.881956546 Z
824824
- - :approve
825825
- Moq

docs/compliance/third-party-licenses.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7317,14 +7317,14 @@ Apache License
73177317

73187318

73197319
<details>
7320-
<summary>Monai.Deploy.Messaging 0.1.8</summary>
7320+
<summary>Monai.Deploy.Messaging 0.1.9</summary>
73217321

73227322
## Monai.Deploy.Messaging
73237323

7324-
- Version: 0.1.8
7324+
- Version: 0.1.9
73257325
- Authors: MONAI Consortium
73267326
- Project URL: https://github.com/Project-MONAI/monai-deploy-messaging
7327-
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.8)
7327+
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/0.1.9)
73287328
- License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
73297329

73307330

@@ -7545,14 +7545,14 @@ By downloading this software, you agree to the license terms & all licenses list
75457545

75467546

75477547
<details>
7548-
<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.8</summary>
7548+
<summary>Monai.Deploy.Messaging.RabbitMQ 0.1.9</summary>
75497549

75507550
## Monai.Deploy.Messaging.RabbitMQ
75517551

7552-
- Version: 0.1.8
7552+
- Version: 0.1.9
75537553
- Authors: MONAI Consortium
75547554
- Project URL: https://github.com/Project-MONAI/monai-deploy-messaging
7555-
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.8)
7555+
- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/0.1.9)
75567556
- License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
75577557

75587558

src/Api/Monai.Deploy.InformaticsGateway.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</PackageReference>
3131
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
3232
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.10" />
33-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.8" />
34-
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.8" />
33+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" />
34+
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.9" />
3535
</ItemGroup>
3636

3737
<ItemGroup>

src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</PackageReference>
3131
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
3232
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
33-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.8" />
34-
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.8" />
33+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.9" />
34+
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.9" />
3535
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
3636
</ItemGroup>
3737

src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
4949
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
5050
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
51-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.8" />
52-
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.8" />
53-
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.8" />
51+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" />
52+
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.9" />
53+
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.9" />
5454
<PackageReference Include="NLog.Web.AspNetCore" Version="5.1.5" />
5555
<PackageReference Include="NLog" Version="5.0.5" />
5656
<PackageReference Include="Polly" Version="7.2.3" />

tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
3535
<PackageReference Include="Minio" Version="4.0.6" />
36-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.8" />
37-
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.8" />
36+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.9" />
37+
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.9" />
3838
<PackageReference Include="Moq" Version="4.18.2" />
3939
<PackageReference Include="Polly" Version="7.2.3" />
4040
<PackageReference Include="RabbitMQ.Client" Version="6.4.0" />

0 commit comments

Comments
 (0)