Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource          | package               | from    | to      |
| ------------------- | --------------------- | ------- | ------- |
| github-tags         | aws/aws-cli           | 2.17.51 | 2.17.56 |
| custom.rosa-camunda | red-hat-openshift     | 4.16.10 | 4.16.11 |
| terraform-provider  | terraform-redhat/rhcs | 1.6.3   | 1.6.4   |
| github-releases     | hashicorp/terraform   | 1.9.5   | 1.9.6   |
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent dd5bc52 commit 687ccd1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/rosa-create-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10
default: 4.16.11
replicas:
description: Number of replicas for the ROSA cluster
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/artifact-rosa-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@fe25bf36edcc03717275a4e05969cdb5483388df # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@fe25bf36edcc03717275a4e05969cdb5483388df # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@fe25bf36edcc03717275a4e05969cdb5483388df # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@fe25bf36edcc03717275a4e05969cdb5483388df # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@fe25bf36edcc03717275a4e05969cdb5483388df # main
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@102b2d46c2c3961ee04eb78fcf00f150d938422e # main
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# 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.51
awscli 2.17.56

golang 1.23.1

just 1.35.0

pre-commit 3.8.0

terraform 1.9.5
terraform 1.9.6

terraform-docs 0.18.0

Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.35.0"
}
rhcs = {
version = "1.6.3"
version = "1.6.4"
source = "terraform-redhat/rhcs"
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"
default = "4.16.11"
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 <major>.<minor>.<patch> (for example 4.13.6)."
Expand Down

0 comments on commit 687ccd1

Please sign in to comment.