From 340956716994d7e1b11a11d3071e5f86b58ea501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 21:52:30 +0000 Subject: [PATCH] chore(deps): update patch-grouped | datasource | package | from | to | | -------------- | ----------------- | ------- | ------- | | github-tags | aws/aws-cli | 2.17.0 | 2.17.2 | | endoflife-date | red-hat-openshift | 4.15.16 | 4.15.18 | --- .github/actions/rosa-create-cluster/action.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 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/rosa-create-cluster/action.yml b/.github/actions/rosa-create-cluster/action.yml index a068cd7..50f26be 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=endoflife-date depName=red-hat-openshift versioning=semver - default: "4.15.16" + default: "4.15.18" replicas: description: 'Number of replicas for the ROSA cluster' required: true diff --git a/.github/workflows/daily-cleanup.yml b/.github/workflows/daily-cleanup.yml index f04e3a0..0f68188 100644 --- a/.github/workflows/daily-cleanup.yml +++ b/.github/workflows/daily-cleanup.yml @@ -77,7 +77,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@4307a7b51fa981235895ab7682d8f34cdb7b6304 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@584d5ebc12e23e0c4420860fe4d2575fecf09b94 # 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 75f9181..d376519 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@4307a7b51fa981235895ab7682d8f34cdb7b6304 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@584d5ebc12e23e0c4420860fe4d2575fecf09b94 # 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 583c586..2ca4117 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@4307a7b51fa981235895ab7682d8f34cdb7b6304 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@584d5ebc12e23e0c4420860fe4d2575fecf09b94 # 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 3d1d137..83b6f2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,7 +122,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@4307a7b51fa981235895ab7682d8f34cdb7b6304 # main + uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@584d5ebc12e23e0c4420860fe4d2575fecf09b94 # main with: vault_addr: ${{ secrets.VAULT_ADDR }} vault_role_id: ${{ secrets.VAULT_ROLE_ID }} diff --git a/.tool-versions b/.tool-versions index 3c6075a..1010082 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.17.0 +awscli 2.17.2 golang 1.22.4