Skip to content

fix: release notes for OpenShift #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions modules/ROOT/partials/release-notes/release-24.11.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,18 @@ helm install --wait trino-operator stackable-stable/trino-operator --version 24.
helm install --wait zookeeper-operator stackable-stable/zookeeper-operator --version 24.11.1
----

==== Supported OpenShift versions

This release is available in the RedHat Certified Operator Catalog for the following OpenShift versions:

* `4.16`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is 4.15 included in our "range"?

* `4.14`

These OpenShift versions are no longer supported:

* `4.13`
* `4.12`

=== 24.11.0

Released on 2024-11-28.
Expand Down Expand Up @@ -329,18 +341,6 @@ These Kubernetes versions are no longer supported:
* `1.25` as we removed internal forks required to support Kubernetes `1.25` and below.
This includes OpenShift `4.12`, which is using Kubernetes `1.25`.

==== Supported OpenShift versions

This release is available in the RedHat Certified Operator Catalog for the following OpenShift versions:

* `4.15`
* `4.14`

These OpenShift versions are no longer supported:

* `4.13`
* `4.12`

==== Breaking changes

Of the changes mentioned above, the following are breaking (or could lead to breaking behaviour), and you will need to adapt your existing CRDs accordingly:
Expand Down
Loading