From 770438b4fe7221a458e5840a83a7b53ff72132ac Mon Sep 17 00:00:00 2001 From: Periklis Tsirakidis Date: Mon, 25 Mar 2024 13:12:08 +0100 Subject: [PATCH] chore(operator): Bump max OpenShift version to next release (#12333) --- operator/CHANGELOG.md | 2 ++ operator/bundle/openshift/metadata/properties.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/operator/CHANGELOG.md b/operator/CHANGELOG.md index cf21948497dd7..b836901242286 100644 --- a/operator/CHANGELOG.md +++ b/operator/CHANGELOG.md @@ -1,5 +1,7 @@ ## Main +- [12333](https://github.com/grafana/loki/pull/12333) **periklis**: Bump max OpenShift version to next release + ## 0.6.0 (2024-03-19) - [12228](https://github.com/grafana/loki/pull/12228) **xperimental**: Restructure LokiStack metrics diff --git a/operator/bundle/openshift/metadata/properties.yaml b/operator/bundle/openshift/metadata/properties.yaml index 29cf4cf14ee4e..14cab18c37fc5 100644 --- a/operator/bundle/openshift/metadata/properties.yaml +++ b/operator/bundle/openshift/metadata/properties.yaml @@ -1,3 +1,3 @@ properties: - type: olm.maxOpenShiftVersion - value: 4.15 + value: 4.17