Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Component updates Jan-2024 #1236

Merged
merged 25 commits into from
Jan 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3e7771c
Bump vue from 3.3.9 to 3.4.3 in /src/app/AlwaysOn.UI (#1234)
dependabot[bot] Jan 2, 2024
07f7936
Bump hashicorp/azurerm in /src/infra/monitoring/grafana/terraform/sta…
dependabot[bot] Jan 2, 2024
048d322
Bump Microsoft.ApplicationInsights.AspNetCore (#1228)
dependabot[bot] Jan 2, 2024
ec926f6
Bump grafana/grafana in /src/infra/monitoring/grafana (#1227)
dependabot[bot] Jan 2, 2024
de660f5
Bump hashicorp/azurerm in /src/testing/loadtest-locust/infra (#1223)
dependabot[bot] Jan 2, 2024
b4e40ec
Bump Azure/azapi in /src/infra/workload/releaseunit/modules/stamp (#1…
dependabot[bot] Jan 2, 2024
35b5e63
Bump @microsoft/applicationinsights-web in /src/app/AlwaysOn.UI (#1235)
dependabot[bot] Jan 2, 2024
614f0db
Bump Azure/azapi in /src/infra/workload/globalresources (#1214)
dependabot[bot] Jan 2, 2024
5d47099
Bump hashicorp/azurerm in /src/infra/workload/globalresources (#1215)
dependabot[bot] Jan 2, 2024
b20e439
Bump hashicorp/azurerm (#1216)
dependabot[bot] Jan 2, 2024
f484a9a
Bump Microsoft.ApplicationInsights.AspNetCore (#1219)
dependabot[bot] Jan 2, 2024
d84d002
Bump node from 19.8.1 to 21.5.0 in /src/app/AlwaysOn.UI (#1220)
dependabot[bot] Jan 2, 2024
6fb79a6
Bump hashicorp/azurerm in /src/infra/workload/releaseunit/modules/sta…
dependabot[bot] Jan 2, 2024
dd54a42
Bump vue-template-compiler from 2.7.15 to 2.7.16 in /src/app/AlwaysOn…
dependabot[bot] Jan 2, 2024
fabc09a
Bump hashicorp/azurerm in /src/testing/userload-generator/infra (#1218)
dependabot[bot] Jan 2, 2024
1d1b78b
Bump hashicorp/azurerm in /src/testing/loadtest-azure/infra (#1231)
dependabot[bot] Jan 2, 2024
de14d07
Bump Azure/azapi in /src/infra/workload/releaseunit (#1230)
dependabot[bot] Jan 2, 2024
6752c6e
Bump Microsoft.ApplicationInsights.WorkerService (#1226)
dependabot[bot] Jan 2, 2024
0383904
Bump hashicorp/azurerm in /src/infra/workload/releaseunit (#1229)
dependabot[bot] Jan 2, 2024
5af122a
Bump Microsoft.ApplicationInsights.AspNetCore (#1225)
dependabot[bot] Jan 2, 2024
21bed30
Bump actions/setup-dotnet from 3 to 4 (#1213)
dependabot[bot] Jan 2, 2024
7e74848
Bump Microsoft.ApplicationInsights.AspNetCore (#1217)
dependabot[bot] Jan 2, 2024
6bfbd96
Bump Microsoft.ApplicationInsights.AspNetCore in /src/app/AlwaysOn.Te…
dependabot[bot] Jan 2, 2024
b46df0f
fix for failing health check
sebader Jan 2, 2024
3aa691f
check also for frontend
sebader Jan 2, 2024
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
Prev Previous commit
Next Next commit
Bump hashicorp/azurerm in /src/infra/workload/releaseunit (#1229)
Bumps [hashicorp/azurerm](https://github.com/hashicorp/terraform-provider-azurerm) from 3.83.0 to 3.85.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-azurerm/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azurerm/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-azurerm@v3.83.0...v3.85.0)

---
updated-dependencies:
- dependency-name: hashicorp/azurerm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
commit 0383904e330c85ef34bf3858291cf1530b55f16b
2 changes: 1 addition & 1 deletion src/infra/workload/releaseunit/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.83.0"
version = "3.85.0"
}
azapi = {
source = "Azure/azapi"
Expand Down