From 5869ca6519e4bd1b57851d80cd3f2e5c35b9d35a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:45:16 +0000 Subject: [PATCH] chore(deps): update minor-grouped | datasource | package | from | to | | -------------- | ---------------------------- | -------- | -------- | | endoflife-date | red-hat-openshift | 4.14.21 | 4.15.18 | | github-tags | renovatebot/pre-commit-hooks | 37.414.1 | 37.417.1 | --- .pre-commit-config.yaml | 2 +- modules/rosa-hcp/vars.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)."