Skip to content

Commit f1ee210

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/wrongsecrets-balancer/google-auth-library-9.2.0
2 parents 695cfa4 + 254e609 commit f1ee210

File tree

19 files changed

+244
-194
lines changed

19 files changed

+244
-194
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: ~/.tflint.d/plugins
3131
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
3232
- name: Setup Terraform
33-
uses: hashicorp/setup-terraform@v2
33+
uses: hashicorp/setup-terraform@v3
3434
with:
3535
terraform_version: 1.1.7
3636
- name: Setup TFLint

aws/.terraform.lock.hcl

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The documentation below is auto-generated to give insight on what's created via
150150

151151
| Name | Version |
152152
|------|---------|
153-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.19.0 |
153+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.23.1 |
154154
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.0 |
155155
| <a name="provider_random"></a> [random](#provider\_random) | 3.5.1 |
156156

@@ -160,7 +160,7 @@ The documentation below is auto-generated to give insight on what's created via
160160
|------|--------|---------|
161161
| <a name="module_cluster_autoscaler_irsa_role"></a> [cluster\_autoscaler\_irsa\_role](#module\_cluster\_autoscaler\_irsa\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.30.0 |
162162
| <a name="module_ebs_csi_irsa_role"></a> [ebs\_csi\_irsa\_role](#module\_ebs\_csi\_irsa\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.30.0 |
163-
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 19.16.0 |
163+
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 19.18.0 |
164164
| <a name="module_load_balancer_controller_irsa_role"></a> [load\_balancer\_controller\_irsa\_role](#module\_load\_balancer\_controller\_irsa\_role) | terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks | ~> 5.30.0 |
165165
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 5.1.1 |
166166

aws/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module "vpc" {
6262

6363
module "eks" {
6464
source = "terraform-aws-modules/eks/aws"
65-
version = "19.16.0"
65+
version = "19.18.0"
6666

6767
cluster_name = var.cluster_name
6868
cluster_version = var.cluster_version

azure/.terraform.lock.hcl

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ The documentation below is auto-generated to give insight on what's created via
161161
| Name | Version |
162162
|------|---------|
163163
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.1 |
164-
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.75.0 |
164+
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.78.0 |
165165
| <a name="requirement_http"></a> [http](#requirement\_http) | ~> 3.4.0 |
166166
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.5.1 |
167167

168168
## Providers
169169

170170
| Name | Version |
171171
|------|---------|
172-
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.75.0 |
172+
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.78.0 |
173173
| <a name="provider_http"></a> [http](#provider\_http) | 3.4.0 |
174174
| <a name="provider_random"></a> [random](#provider\_random) | 3.5.1 |
175175

azure/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
azurerm = {
1010
source = "hashicorp/azurerm"
11-
version = "~> 3.75.0"
11+
version = "~> 3.78.0"
1212
}
1313
http = {
1414
source = "hashicorp/http"

cleaner/package-lock.json

Lines changed: 69 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cleaner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@kubernetes/client-node": "^0.19.0",
1414
"jest-date-mock": "^1.0.8",
1515
"supertest": "^6.3.3",
16-
"winston": "^3.10.0"
16+
"winston": "^3.11.0"
1717
},
1818
"devDependencies": {
19-
"eslint": "^8.50.0",
19+
"eslint": "^8.52.0",
2020
"eslint-plugin-prettier": "^5.0.0",
2121
"jest": "^29.7.0",
2222
"prettier": "^3.0.3"

0 commit comments

Comments
 (0)