diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dc9bb2..1b83d06 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: actionlint-docker - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.414.1 + rev: 37.417.1 hooks: - id: renovate-config-validator args: ["--strict"] diff --git a/modules/rosa-hcp/vars.tf b/modules/rosa-hcp/vars.tf index 572ee2c..c7f55cb 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=endoflife-date depName=red-hat-openshift versioning=semver - default = "4.14.21" + default = "4.15.18" 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)."