Skip to content
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

Add compatibility matrix #875

Open
wants to merge 4 commits into
base: release-1.4
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions artifacts/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
:gke-short: GKE
:gcp-brand-name: Google Cloud Platform
:gcp-short: GCP
:aro-brand-name: Azure Red Hat Openshift
:aro-short: ARO
:rosa-brand-name: Red Hat Openshift Service on AWS
:rosa-short: ROSA

// Release Notes
:rn-product-title: Release notes for Red Hat Developer Hub
Expand Down
25 changes: 25 additions & 0 deletions modules/release-notes/ref-release-notes-compatibility-matrix.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
:_content-type: REFERENCE
[id="compatibility-matrix"]
= Compatibility matrix

The following table lists products and their versions compatible with {product-short} {product-version}:

.Platform Compatibility Matrix
[cols="2,1", options="header"]
|===
| Platform | {product-custom-resource-type} Version
|
- {ocp-brand-name} `{ocp-version-min}`-`{ocp-version}`

- {eks-brand-name} ({eks-short})

- {aks-brand-name} ({aks-short})

- {aro-brand-name} ({aro-short})
jmagak marked this conversation as resolved.
Show resolved Hide resolved

- {rosa-brand-name} ({rosa-short})

- {gke-brand-name} ({gke-short})
| `{product-backstage-version}`
|===

3 changes: 3 additions & 0 deletions titles/rel-notes-rhdh/title-rhdh-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ include::artifacts/attributes.adoc[]

{product} ({product-short}) {product-version} is now generally available. {product-short} is a fully supported, enterprise-grade productized version of upstream Backstage v{product-backstage-version}. You can access and download the {product} application from the {company-name} https://access.redhat.com/downloads[Customer Portal] or from the https://catalog.redhat.com/search?gs&q=rhdh&searchType=containers[Ecosystem Catalog].

include::modules/release-notes/ref-release-notes-compatibility-matrix.adoc[leveloffset=+1]


include::modules/release-notes/ref-release-notes-new-features.adoc[leveloffset=+1]


Expand Down
Loading