Skip to content

Commit

Permalink
chore(deps): update support-deps
Browse files Browse the repository at this point in the history
| datasource         | package                             | from   | to     |
| ------------------ | ----------------------------------- | ------ | ------ |
| terraform-provider | hashicorp/aws                       | 5.70.0 | 5.71.0 |
| github-tags        | defenseunicorns/lula                | v0.8.0 | v0.9.1 |
| github-tags        | defenseunicorns/uds-common          | v1.0.0 | v1.1.0 |
| terraform-module   | terraform-aws-modules/s3-bucket/aws | 4.2.0  | 4.2.1  |
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent c42ccf8 commit 454ac2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1
with:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
version: v0.8.0
version: v0.9.1

- name: Iron Bank Login
if: ${{ inputs.registry1Username != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/irsa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_secretsmanager_secret_version" "private_key" {
# Public bucket to host OIDC files
module "oidc_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.0"
version = "4.2.1"

bucket = "${var.environment}-oidc-${random_string.ssm.result}"
force_destroy = var.force_destroy
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "~> 5.70.0"
version = "~> 5.71.0"
}
random = {
version = "~> 3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


includes:
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.0.0/tasks/create.yaml
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/create.yaml

variables:
- name: FLAVOR
Expand Down

0 comments on commit 454ac2e

Please sign in to comment.