From 3c7414b3b26d718b1aea30036722a569889a144a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 01:30:40 +0000 Subject: [PATCH 1/2] chore(deps): update patch-grouped | datasource | package | from | to | | ------------------- | ----------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.17.42 | 2.17.46 | | github-tags | golang/go | 1.23.0 | 1.23.1 | | custom.rosa-camunda | red-hat-openshift | 4.16.8 | 4.16.9 | --- .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/tests.yml | 2 +- .tool-versions | 4 ++-- modules/rosa-hcp/vars.tf | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/actions/rosa-create-cluster/action.yml b/.github/actions/rosa-create-cluster/action.yml index f02a87b..2c9006a 100644 --- a/.github/actions/rosa-create-cluster/action.yml +++ b/.github/actions/rosa-create-cluster/action.yml @@ -35,7 +35,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.8" + default: "4.16.9" 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 7b46591..5afb74e 100644 --- a/.github/workflows/artifact-rosa-versions.yml +++ b/.github/workflows/artifact-rosa-versions.yml @@ -59,7 +59,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@a00d01c8e3225dd7738e864bf9d23deff00004c0 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@5b7cb35357c6cbfd7ebe0d9f45b0bcd45632676b # 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 0063046..a3ddf35 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -79,7 +79,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@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@5b7cb35357c6cbfd7ebe0d9f45b0bcd45632676b # 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 5e5e90a..b911aa4 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,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@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@5b7cb35357c6cbfd7ebe0d9f45b0bcd45632676b # 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 f69007e..e861d61 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -45,7 +45,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@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@5b7cb35357c6cbfd7ebe0d9f45b0bcd45632676b # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a11be4d..64d8ef5 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@7d850d8f29a0d1ec0c7d47e56ded357992c4bd71 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@5b7cb35357c6cbfd7ebe0d9f45b0bcd45632676b # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.tool-versions b/.tool-versions index c4ed4b8..4df9330 100644 --- a/.tool-versions +++ b/.tool-versions @@ -3,9 +3,9 @@ # 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.17.42 +awscli 2.17.46 -golang 1.23.0 +golang 1.23.1 just 1.35.0 diff --git a/modules/rosa-hcp/vars.tf b/modules/rosa-hcp/vars.tf index b9011b0..a18ebe4 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.8" + default = "4.16.9" 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 6c076a20e65d26ba93bffcc3130a4d5368cea4d0 Mon Sep 17 00:00:00 2001 From: Langleu Date: Mon, 9 Sep 2024 08:59:21 +0200 Subject: [PATCH 2/2] chore(readme): update tf docs [ci skip] --- modules/rosa-hcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rosa-hcp/README.md b/modules/rosa-hcp/README.md index 5b666e8..84d3dad 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.8"` | no | +| [openshift\_version](#input\_openshift\_version) | The version of ROSA to be deployed | `string` | `"4.16.9"` | 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 |