From 985a8f04e71af0dacabaf047c89ba775098f0095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:45:09 +0000 Subject: [PATCH 1/2] 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)." From 07a1e92de3feebb3f7ef7e92e19ccb7994d500f3 Mon Sep 17 00:00:00 2001 From: "infraex-misc[bot]" <158277198+infraex-misc[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:46:28 +0000 Subject: [PATCH 2/2] chore: update files from pre-commit run --- .github/actions/rosa-create-cluster/README.md | 4 ++-- modules/rosa-hcp/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/rosa-create-cluster/README.md b/.github/actions/rosa-create-cluster/README.md index d5d1a1a..06fc167 100644 --- a/.github/actions/rosa-create-cluster/README.md +++ b/.github/actions/rosa-create-cluster/README.md @@ -18,7 +18,7 @@ The kube context will be set on the created cluster. | `aws-region` |

AWS region where the ROSA cluster will be deployed

| `true` | `""` | | `rosa-cli-version` |

Version of the ROSA CLI to use

| `true` | `latest` | | `awscli-version` |

Version of the aws cli to use

| `true` | `2.15.52` | -| `openshift-version` |

Version of the OpenShift to install

| `true` | `4.17.0` | +| `openshift-version` |

Version of the OpenShift to install

| `true` | `4.17.1` | | `replicas` |

Number of replicas for the ROSA cluster

| `true` | `2` | | `s3-backend-bucket` |

Name of the S3 bucket to store Terraform state

| `true` | `""` | | `s3-bucket-region` |

Region of the bucket containing the resources states, if not set, will fallback on aws-region

| `false` | `""` | @@ -95,7 +95,7 @@ This action is a `composite` action. # Version of the OpenShift to install # # Required: true - # Default: 4.17.0 + # Default: 4.17.1 replicas: # Number of replicas for the ROSA cluster diff --git a/modules/rosa-hcp/README.md b/modules/rosa-hcp/README.md index 3bd2d78..290e885 100644 --- a/modules/rosa-hcp/README.md +++ b/modules/rosa-hcp/README.md @@ -25,7 +25,7 @@ | [htpasswd\_username](#input\_htpasswd\_username) | htpasswd username | `string` | `"kubeadmin"` | no | | [machine\_cidr\_block](#input\_machine\_cidr\_block) | value of the CIDR block to use for the machine | `string` | `"10.0.0.0/18"` | no | | [offline\_access\_token](#input\_offline\_access\_token) | The Red Hat OCM API access token for your account | `string` | n/a | yes | -| [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.17.0"` | no | +| [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.17.1"` | no | | [pod\_cidr\_block](#input\_pod\_cidr\_block) | value of the CIDR block to use for the pods | `string` | `"10.0.64.0/18"` | no | | [replicas](#input\_replicas) | The number of computer nodes to create. Must be a minimum of 2 for a single-AZ cluster, 3 for multi-AZ. | `string` | `"2"` | no | | [service\_cidr\_block](#input\_service\_cidr\_block) | value of the CIDR block to use for the services | `string` | `"10.0.128.0/18"` | no |