Skip to content

Commit 501d811

Browse files
chore(deps): update iac-support-deps
| datasource | package | from | to | | ---------------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/zarf-dev/packages/init | v0.76.0 | v0.77.0 | | github-tags | opentofu/opentofu | 1.12.0 | 1.12.1 | | terraform-module | terraform-aws-modules/eks/aws | 21.20.0 | 21.23.0 | | terraform-module | terraform-aws-modules/s3-bucket/aws | 5.13.0 | 5.14.0 |
1 parent 36be3f6 commit 501d811

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/bundles/aks/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
packages:
1313
- name: init
1414
repository: ghcr.io/zarf-dev/packages/init
15-
ref: v0.76.0
15+
ref: v0.77.0
1616

1717
- name: core
1818
path: ../../../build

.github/bundles/eks/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
packages:
1313
- name: init
1414
repository: ghcr.io/zarf-dev/packages/init
15-
ref: v0.76.0
15+
ref: v0.77.0
1616

1717
- name: core
1818
path: ../../../build

.github/bundles/rke2/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages:
1616

1717
- name: init
1818
repository: ghcr.io/zarf-dev/packages/init
19-
ref: v0.76.0
19+
ref: v0.77.0
2020
overrides:
2121
zarf-registry:
2222
docker-registry:

.github/test-infra/aws/eks/cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "aws_ami" "eks_bottlerocket_ami" {
2121
# Create EKS Cluster
2222
module "eks" {
2323
source = "terraform-aws-modules/eks/aws"
24-
version = "~> 21.20.0"
24+
version = "~> 21.23.0"
2525

2626
name = var.name
2727
kubernetes_version = var.kubernetes_version

.github/test-infra/aws/rke2/irsa.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "aws_secretsmanager_secret_version" "private_key" {
3636
# Public bucket to host OIDC files
3737
module "oidc_bucket" {
3838
source = "terraform-aws-modules/s3-bucket/aws"
39-
version = "5.13.0"
39+
version = "5.14.0"
4040

4141
bucket = "${var.environment}-oidc-${random_string.ssm.result}"
4242
force_destroy = var.force_destroy

.github/workflows/test-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: opentofu/setup-opentofu@847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4 # v2.0.1
7676
with:
7777
# renovate: datasource=github-tags depName=opentofu/opentofu extractVersion=^v?(?<version>.*)$
78-
tofu_version: 1.12.0
78+
tofu_version: 1.12.1
7979
tofu_wrapper: false
8080

8181
- name: Create UDS Core Package

.github/workflows/test-eks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
github_token: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Configure AWS Credentials
56-
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
56+
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6
5757
with:
5858
role-to-assume: ${{ secrets.AWS_GOVCLOUD_ROLE_TO_ASSUME }}
5959
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
@@ -72,7 +72,7 @@ jobs:
7272
uses: opentofu/setup-opentofu@847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4 # v2.0.1
7373
with:
7474
# renovate: datasource=github-tags depName=opentofu/opentofu extractVersion=^v?(?<version>.*)$
75-
tofu_version: 1.12.0
75+
tofu_version: 1.12.1
7676
tofu_wrapper: false
7777

7878
- name: Create UDS Core Package

.github/workflows/test-rke2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
5858

5959
- name: Configure AWS Credentials
60-
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
60+
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6
6161
with:
6262
role-to-assume: ${{ secrets.AWS_GOVCLOUD_ROLE_TO_ASSUME }}
6363
role-session-name: ${{ github.job || github.event.client_payload.pull_request.head.sha || github.sha }}
@@ -76,7 +76,7 @@ jobs:
7676
uses: opentofu/setup-opentofu@847eaa4afeb791b06daa46e8eafa8b1b68d7cfb4 # v2.0.1
7777
with:
7878
# renovate: datasource=github-tags depName=opentofu/opentofu extractVersion=^v?(?<version>.*)$
79-
tofu_version: 1.12.0
79+
tofu_version: 1.12.1
8080
tofu_wrapper: false
8181

8282
- name: Create UDS Core Package

0 commit comments

Comments
 (0)