From 2c46649af0605db7bd69a5900051abd9081356f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:29:14 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | ------------------- | ----------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.18.10 | 2.18.15 | | custom.rosa-camunda | red-hat-openshift | 4.17.0 | 4.17.1 | --- .github/actions/rosa-create-cluster/action.yml | 4 ++-- .github/actions/rosa-delete-cluster/action.yml | 2 +- .github/workflows/artifact-rosa-versions.yml | 2 +- .github/workflows/daily-cleanup.yml | 2 +- .github/workflows/links.yml | 4 ++-- .github/workflows/tests.yml | 2 +- .tool-versions | 2 +- modules/rosa-hcp/vars.tf | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/rosa-create-cluster/action.yml b/.github/actions/rosa-create-cluster/action.yml index fb22ee1..e1c238c 100644 --- a/.github/actions/rosa-create-cluster/action.yml +++ b/.github/actions/rosa-create-cluster/action.yml @@ -36,7 +36,7 @@ inputs: description: Version of the OpenShift to install required: true # renovate: datasource=custom.rosa-camunda depName=red-hat-openshift versioning=semver - default: 4.17.0 + default: 4.17.1 replicas: description: Number of replicas for the ROSA cluster required: true @@ -185,7 +185,7 @@ runs: --public-access-block-configuration "BlockPublicAcls=true,IgnorePublicAcls=true,BlockPublicPolicy=true,RestrictPublicBuckets=true" - name: Checkout Repository rosa modules - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: repository: camunda/camunda-tf-rosa ref: ${{ inputs.tf-modules-revision }} diff --git a/.github/actions/rosa-delete-cluster/action.yml b/.github/actions/rosa-delete-cluster/action.yml index 30bcc82..f9cca05 100644 --- a/.github/actions/rosa-delete-cluster/action.yml +++ b/.github/actions/rosa-delete-cluster/action.yml @@ -95,7 +95,7 @@ runs: echo "TFSTATE_KEY=${TFSTATE_KEY}" >> "$GITHUB_OUTPUT" - name: Checkout Repository rosa modules - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: repository: camunda/camunda-tf-rosa ref: ${{ inputs.tf-modules-revision }} diff --git a/.github/workflows/artifact-rosa-versions.yml b/.github/workflows/artifact-rosa-versions.yml index 69e6d0b..4c2f6d3 100644 --- a/.github/workflows/artifact-rosa-versions.yml +++ b/.github/workflows/artifact-rosa-versions.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: gh-pages diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index 945180a..20a59bd 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 5b512e5..0a2c62b 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -15,14 +15,14 @@ jobs: name: links-check runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Get Current Timestamp id: timestamp run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV" - name: Restore lychee cache - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: .lycheecache key: cache-lychee-${{ env.TIMESTAMP }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 425c0f6..7d3643d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.tool-versions b/.tool-versions index 360c68a..d77d48b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -3,7 +3,7 @@ # check it with # diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly" -awscli 2.18.10 +awscli 2.18.15 golang 1.23.2 diff --git a/modules/rosa-hcp/vars.tf b/modules/rosa-hcp/vars.tf index 139d5a9..6b7e036 100644 --- a/modules/rosa-hcp/vars.tf +++ b/modules/rosa-hcp/vars.tf @@ -9,7 +9,7 @@ variable "openshift_version" { type = string description = "The version of ROSA to be deployed" # renovate: datasource=custom.rosa-camunda depName=red-hat-openshift versioning=semver - default = "4.17.0" + default = "4.17.1" validation { condition = can(regex("^[0-9]*[0-9]+.[0-9]*[0-9]+.[0-9]*[0-9]+$", var.openshift_version)) error_message = "openshift_version must be with structure .. (for example 4.13.6)."