Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component updates - 25.08.2023 #1067

Merged
merged 26 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
91d49b9
Bump hashicorp/azurerm in /src/infra/workload/globalresources
dependabot[bot] Aug 25, 2023
b9b0668
Bump Azure/azapi in /src/infra/workload/globalresources
dependabot[bot] Aug 25, 2023
029ddf7
Bump hashicorp/azurerm in /src/testing/userload-generator/infra
dependabot[bot] Aug 25, 2023
47bd803
Bump Azure/azapi in /src/infra/workload/releaseunit/modules/stamp
dependabot[bot] Aug 25, 2023
19ae102
Bump hashicorp/azurerm in /src/infra/monitoring/grafana/terraform/stamps
dependabot[bot] Aug 25, 2023
48f6351
Bump Azure/azapi from 1.7.0 to 1.8.0 in /src/infra/workload/releaseunit
dependabot[bot] Aug 25, 2023
08665d1
Bump hashicorp/azurerm in /src/infra/workload/releaseunit/modules/stamp
dependabot[bot] Aug 25, 2023
d1329fc
Bump hashicorp/azurerm in /src/infra/workload/releaseunit
dependabot[bot] Aug 25, 2023
0db34f3
Bump hashicorp/azurerm in /src/testing/loadtest-locust/infra
dependabot[bot] Aug 25, 2023
14e4079
Bump Azure.Storage.Blobs in /src/app/AlwaysOn.CatalogService
dependabot[bot] Aug 25, 2023
f2bf786
Bump Microsoft.NET.Test.Sdk in /src/app/AlwaysOn.Tests
dependabot[bot] Aug 25, 2023
511ca9d
Bump Microsoft.Azure.Cosmos in /src/app/AlwaysOn.CatalogService
dependabot[bot] Aug 25, 2023
4048960
Bump Azure.Identity from 1.9.0 to 1.10.0 in /src/app/AlwaysOn.Tests
dependabot[bot] Aug 25, 2023
812e771
Bump Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
dependabot[bot] Aug 25, 2023
f997771
Bump hashicorp/azurerm in /src/testing/loadtest-azure/infra
dependabot[bot] Aug 25, 2023
715b59c
Bump Azure.Identity in /src/app/AlwaysOn.BackgroundProcessor
dependabot[bot] Aug 25, 2023
96041d2
Bump hashicorp/azurerm
dependabot[bot] Aug 25, 2023
635b783
Bump Azure.Storage.Blobs in /src/app/AlwaysOn.HealthService
dependabot[bot] Aug 25, 2023
8e7428b
Bump Azure.Data.Tables in /src/app/AlwaysOn.BackgroundProcessor
dependabot[bot] Aug 25, 2023
a6d57a3
Bump vue-router from 4.2.2 to 4.2.4 in /src/app/AlwaysOn.UI
dependabot[bot] Aug 25, 2023
0f31945
Bump playwright-core
dependabot[bot] Aug 25, 2023
8ecf138
Bump Microsoft.Azure.WebJobs.Extensions.DurableTask
dependabot[bot] Aug 25, 2023
4a41675
Bump durable-functions
dependabot[bot] Aug 25, 2023
d99f5e1
Bump @playwright/test
dependabot[bot] Aug 25, 2023
1b274d1
Bump Azure.Identity in /src/app/AlwaysOn.HealthService
dependabot[bot] Aug 25, 2023
15e337c
Bump playwright-chromium (#1064)
dependabot[bot] Aug 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.0" />
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.8.1" />
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="Azure.Messaging.EventHubs.Processor" Version="5.9.2" />
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.21.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.9.0" />
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="Azure.Monitor.Query" Version="1.2.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.17.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/app/AlwaysOn.Shared/AlwaysOn.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.9.2" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.35.1" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.35.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="7.0.8" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="7.0.10" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/app/AlwaysOn.Tests/AlwaysOn.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
8 changes: 4 additions & 4 deletions src/app/AlwaysOn.UI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/AlwaysOn.UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@microsoft/applicationinsights-web": "^3.0.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.2.47",
"vue-router": "^4.1.3"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/infra/monitoring/grafana/terraform/stamps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/infra/workload/globalresources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
azapi = {
source = "Azure/azapi"
version = "1.7.0"
version = "1.8.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/infra/workload/releaseunit/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
azapi = {
source = "Azure/azapi"
version = "1.7.0"
version = "1.8.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/infra/workload/releaseunit/modules/stamp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
azapi = {
source = "Azure/azapi"
version = "1.7.0"
version = "1.8.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/testing/loadtest-azure/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/testing/loadtest-locust/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.9.6" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.10.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
</ItemGroup>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/testing/userload-generator/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.69.0"
version = "3.71.0"
}
}

Expand Down