From aaed237829fdab5a3b8a3bc279629f24c7f81638 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:13:49 +0000 Subject: [PATCH 1/2] chore(deps): update patch-grouped | datasource | package | from | to | | ------------------- | ----------------------------- | ------- | ------- | | github-tags | camunda/infraex-common-config | 1.2.2 | 1.2.3 | | github-tags | golang/go | 1.23.1 | 1.23.2 | | custom.rosa-camunda | red-hat-openshift | 4.16.13 | 4.16.14 | | github-releases | hashicorp/terraform | 1.9.6 | 1.9.7 | | github-tags | aquasecurity/tfsec | 1.28.10 | 1.28.11 | --- .github/actions/rosa-create-cluster/action.yml | 2 +- .github/workflows/artifact-rosa-versions.yml | 2 +- .github/workflows/daily-cleanup.yml | 2 +- .github/workflows/labeler.yml | 2 +- .github/workflows/links.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/tests.yml | 2 +- .pre-commit-config.yaml | 2 +- .tool-versions | 6 +++--- modules/rosa-hcp/vars.tf | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/actions/rosa-create-cluster/action.yml b/.github/actions/rosa-create-cluster/action.yml index 7259a23..9ea3ea2 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.16.13 + default: 4.16.14 replicas: description: Number of replicas for the ROSA cluster required: true diff --git a/.github/workflows/artifact-rosa-versions.yml b/.github/workflows/artifact-rosa-versions.yml index 64edf37..ae53b2a 100644 --- a/.github/workflows/artifact-rosa-versions.yml +++ b/.github/workflows/artifact-rosa-versions.yml @@ -60,7 +60,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7e7ae626961c7766d7612620374b7c4944f420db # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index 6081e21..b38fb50 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -93,7 +93,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' && steps.retry_delete_clusters.outcome == 'failure' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7e7ae626961c7766d7612620374b7c4944f420db # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ea52928..24e5976 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,7 +20,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7e7ae626961c7766d7612620374b7c4944f420db # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b2ed5c9..1996ff8 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -46,7 +46,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7e7ae626961c7766d7612620374b7c4944f420db # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ac79f02..9872473 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,5 +9,5 @@ on: jobs: lint: - uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@102b2d46c2c3961ee04eb78fcf00f150d938422e # 1.2.2 + uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@7e7ae626961c7766d7612620374b7c4944f420db # 1.2.3 secrets: inherit diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc02b14..f22b103 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -126,7 +126,7 @@ jobs: - name: Notify in Slack in case of failure id: slack-notification if: failure() && github.event_name == 'schedule' - uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@fd70dca436c5764e6e90fa6613e7f0adebb83b6d # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@7e7ae626961c7766d7612620374b7c4944f420db # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ffd985..2a0f24f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/camunda/infraex-common-config - rev: 1.2.2 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: 1.2.3 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: update-action-readmes-docker diff --git a/.tool-versions b/.tool-versions index 2706389..aa04c3d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -5,16 +5,16 @@ awscli 2.17.61 -golang 1.23.1 +golang 1.23.2 just 1.35.0 pre-commit 3.8.0 -terraform 1.9.6 +terraform 1.9.7 terraform-docs 0.19.0 tflint 0.53.0 -tfsec 1.28.10 +tfsec 1.28.11 diff --git a/modules/rosa-hcp/vars.tf b/modules/rosa-hcp/vars.tf index 8cc210e..d2560ec 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.16.13" + default = "4.16.14" 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 c72b40a0e6a88a37e249e6c7e6a3b56da9f2cf78 Mon Sep 17 00:00:00 2001 From: "infraex-misc[bot]" <158277198+infraex-misc[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:15:35 +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 2eb9f84..9a27c13 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.16.13` | +| `openshift-version` |

Version of the OpenShift to install

| `true` | `4.16.14` | | `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.16.13 + # Default: 4.16.14 replicas: # Number of replicas for the ROSA cluster diff --git a/modules/rosa-hcp/README.md b/modules/rosa-hcp/README.md index 4ea5f58..658d4da 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.16.13"` | no | +| [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.16.14"` | 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 |