Skip to content

Commit bf68b15

Browse files
authored
Merge pull request #899 from Project-MONAI/AI-230
Ai 230
2 parents 4ba9971 + ad256e7 commit bf68b15

25 files changed

+80
-76
lines changed

doc/dependency_decisions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,15 +762,17 @@
762762
:versions:
763763
- 1.0.1
764764
- 1.0.3
765-
:when: 2023-29-08 21:43:10.781625468 Z
765+
- 1.0.4
766+
:when: 2023-24-10 11:43:10.781625468 Z
766767
- - :approve
767768
- Monai.Deploy.Messaging.RabbitMQ
768769
- :who: neildsouth
769770
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
770771
:versions:
771772
- 1.0.1
772773
- 1.0.3
773-
:when: 2023-29-08 21:43:20.975488411 Z
774+
- 1.0.4
775+
:when: 2023-24-10 11:43:20.975488411 Z
774776
- - :approve
775777
- Monai.Deploy.Security
776778
- :who: lillie-dae

src/Common/Configuration/Monai.Deploy.WorkflowManager.Common.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Monai.Deploy.Messaging" Version="1.0.3" />
34+
<PackageReference Include="Monai.Deploy.Messaging" Version="1.0.4" />
3535
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.18" />
3636
</ItemGroup>
3737

src/Common/Configuration/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net6.0": {
55
"Monai.Deploy.Messaging": {
66
"type": "Direct",
7-
"requested": "[1.0.3, )",
8-
"resolved": "1.0.3",
9-
"contentHash": "DoQrTyztAGmOafiPNhxZ44D50Qcbqv4W94N9LxofyhW2NgSqMOKMbS+6FcomMsCKlLC1E3dyoYdZF8GFunwKUw==",
7+
"requested": "[1.0.4, )",
8+
"resolved": "1.0.4",
9+
"contentHash": "K6RrbDh7upokvt+sKuKEhQ+B1Xj46DF4sHxqwE6ymZazwmRULzsD0u/1IeDDJCGuRs3iG64QWwCt32j30PSZLg==",
1010
"dependencies": {
1111
"Ardalis.GuardClauses": "4.1.1",
1212
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.21",

src/Common/Miscellaneous/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
},
147147
"Monai.Deploy.Messaging": {
148148
"type": "Transitive",
149-
"resolved": "1.0.3",
150-
"contentHash": "DoQrTyztAGmOafiPNhxZ44D50Qcbqv4W94N9LxofyhW2NgSqMOKMbS+6FcomMsCKlLC1E3dyoYdZF8GFunwKUw==",
149+
"resolved": "1.0.4",
150+
"contentHash": "K6RrbDh7upokvt+sKuKEhQ+B1Xj46DF4sHxqwE6ymZazwmRULzsD0u/1IeDDJCGuRs3iG64QWwCt32j30PSZLg==",
151151
"dependencies": {
152152
"Ardalis.GuardClauses": "4.1.1",
153153
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.21",
@@ -236,7 +236,7 @@
236236
"monai.deploy.workflowmanager.common.configuration": {
237237
"type": "Project",
238238
"dependencies": {
239-
"Monai.Deploy.Messaging": "[1.0.3, )",
239+
"Monai.Deploy.Messaging": "[1.0.4, )",
240240
"Monai.Deploy.Storage": "[0.2.18, )"
241241
}
242242
}

src/TaskManager/API/Monai.Deploy.WorkflowManager.TaskManager.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040

4141
<ItemGroup>
42-
<PackageReference Include="Monai.Deploy.Messaging" Version="1.0.3" />
42+
<PackageReference Include="Monai.Deploy.Messaging" Version="1.0.4" />
4343
<PackageReference Include="Mongo.Migration" Version="3.1.4" />
4444
<PackageReference Include="MongoDB.Bson" Version="2.21.0" />
4545
</ItemGroup>

src/TaskManager/API/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net6.0": {
55
"Monai.Deploy.Messaging": {
66
"type": "Direct",
7-
"requested": "[1.0.3, )",
8-
"resolved": "1.0.3",
9-
"contentHash": "DoQrTyztAGmOafiPNhxZ44D50Qcbqv4W94N9LxofyhW2NgSqMOKMbS+6FcomMsCKlLC1E3dyoYdZF8GFunwKUw==",
7+
"requested": "[1.0.4, )",
8+
"resolved": "1.0.4",
9+
"contentHash": "K6RrbDh7upokvt+sKuKEhQ+B1Xj46DF4sHxqwE6ymZazwmRULzsD0u/1IeDDJCGuRs3iG64QWwCt32j30PSZLg==",
1010
"dependencies": {
1111
"Ardalis.GuardClauses": "4.1.1",
1212
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.21",

src/TaskManager/Database/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@
247247
},
248248
"Monai.Deploy.Messaging": {
249249
"type": "Transitive",
250-
"resolved": "1.0.3",
251-
"contentHash": "DoQrTyztAGmOafiPNhxZ44D50Qcbqv4W94N9LxofyhW2NgSqMOKMbS+6FcomMsCKlLC1E3dyoYdZF8GFunwKUw==",
250+
"resolved": "1.0.4",
251+
"contentHash": "K6RrbDh7upokvt+sKuKEhQ+B1Xj46DF4sHxqwE6ymZazwmRULzsD0u/1IeDDJCGuRs3iG64QWwCt32j30PSZLg==",
252252
"dependencies": {
253253
"Ardalis.GuardClauses": "4.1.1",
254254
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.21",
@@ -684,7 +684,7 @@
684684
"monai.deploy.workflowmanager.taskmanager.api": {
685685
"type": "Project",
686686
"dependencies": {
687-
"Monai.Deploy.Messaging": "[1.0.3, )",
687+
"Monai.Deploy.Messaging": "[1.0.4, )",
688688
"Mongo.Migration": "[3.1.4, )",
689689
"MongoDB.Bson": "[2.21.0, )"
690690
}

src/TaskManager/Plug-ins/AideClinicalReview/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@
258258
},
259259
"Monai.Deploy.Messaging": {
260260
"type": "Transitive",
261-
"resolved": "1.0.3",
262-
"contentHash": "DoQrTyztAGmOafiPNhxZ44D50Qcbqv4W94N9LxofyhW2NgSqMOKMbS+6FcomMsCKlLC1E3dyoYdZF8GFunwKUw==",
261+
"resolved": "1.0.4",
262+
"contentHash": "K6RrbDh7upokvt+sKuKEhQ+B1Xj46DF4sHxqwE6ymZazwmRULzsD0u/1IeDDJCGuRs3iG64QWwCt32j30PSZLg==",
263263
"dependencies": {
264264
"Ardalis.GuardClauses": "4.1.1",
265265
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.21",
@@ -733,7 +733,7 @@
733733
"monai.deploy.workflowmanager.common.configuration": {
734734
"type": "Project",
735735
"dependencies": {
736-
"Monai.Deploy.Messaging": "[1.0.3, )",
736+
"Monai.Deploy.Messaging": "[1.0.4, )",
737737
"Monai.Deploy.Storage": "[0.2.18, )"
738738
}
739739
},
@@ -747,7 +747,7 @@
747747
"monai.deploy.workflowmanager.taskmanager.api": {
748748
"type": "Project",
749749
"dependencies": {
750-
"Monai.Deploy.Messaging": "[1.0.3, )",
750+
"Monai.Deploy.Messaging": "[1.0.4, )",
751751
"Mongo.Migration": "[3.1.4, )",
752752
"MongoDB.Bson": "[2.21.0, )"
753753
}

src/TaskManager/Plug-ins/Argo/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@
368368
},
369369
"Monai.Deploy.Messaging": {
370370
"type": "Transitive",
371-
"resolved": "1.0.3",
372-
"contentHash": "DoQrTyztAGmOafiPNhxZ44D50Qcbqv4W94N9LxofyhW2NgSqMOKMbS+6FcomMsCKlLC1E3dyoYdZF8GFunwKUw==",
371+
"resolved": "1.0.4",
372+
"contentHash": "K6RrbDh7upokvt+sKuKEhQ+B1Xj46DF4sHxqwE6ymZazwmRULzsD0u/1IeDDJCGuRs3iG64QWwCt32j30PSZLg==",
373373
"dependencies": {
374374
"Ardalis.GuardClauses": "4.1.1",
375375
"Microsoft.Extensions.Diagnostics.HealthChecks": "6.0.21",
@@ -871,7 +871,7 @@
871871
"monai.deploy.workflowmanager.common.configuration": {
872872
"type": "Project",
873873
"dependencies": {
874-
"Monai.Deploy.Messaging": "[1.0.3, )",
874+
"Monai.Deploy.Messaging": "[1.0.4, )",
875875
"Monai.Deploy.Storage": "[0.2.18, )"
876876
}
877877
},
@@ -885,7 +885,7 @@
885885
"monai.deploy.workflowmanager.taskmanager.api": {
886886
"type": "Project",
887887
"dependencies": {
888-
"Monai.Deploy.Messaging": "[1.0.3, )",
888+
"Monai.Deploy.Messaging": "[1.0.4, )",
889889
"Mongo.Migration": "[3.1.4, )",
890890
"MongoDB.Bson": "[2.21.0, )"
891891
}

src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.18">
6262
<TreatAsUsed>true</TreatAsUsed>
6363
</PackageReference>
64-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="1.0.1">
64+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="1.0.4">
6565
<TreatAsUsed>true</TreatAsUsed>
6666
</PackageReference>
6767
<PackageReference Include="Monai.Deploy.Security" Version="0.1.3" />

0 commit comments

Comments
 (0)