Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Jul 24, 2024
1 parent c502876 commit 76dc323
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/artifactory/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.58.0"
version = "5.59.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/audit/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.58.0"
version = "5.59.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/gitlab-permissions/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
gitlab = {
source = "gitlabhq/gitlab"
version = "17.1.0"
version = "17.2.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/gitlab-runners/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "vpc_endpoints" {

module "runner-instance-1" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.8.0"
version = "7.9.0"

environment = var.environment

Expand Down Expand Up @@ -150,7 +150,7 @@ module "runner-instance-1" {

module "runner-instance-2" {
source = "cattle-ops/gitlab-runner/aws"
version = "7.8.0"
version = "7.9.0"

environment = var.environment

Expand Down
4 changes: 2 additions & 2 deletions modules/gitlab-runners/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.58.0"
version = "5.59.0"
}
gitlab = {
source = "gitlabhq/gitlab"
version = "17.1.0"
version = "17.2.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion modules/oidc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.58.0"
version = "5.59.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit 76dc323

Please sign in to comment.