Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,36 @@ sections:
AND "Release Note Status" = "Done"
AND level is EMPTY
AND status in (Closed, "Release Pending")
AND "Release Note Type" in ("Developer Preview", "Technology Preview")
AND "Release Note Type" in ("Technology Preview")
AND fixVersion >= "{version_minor}"
AND fixVersion <= "{version_patch}"
ORDER BY key
template: with-jira-link
- id: developer-preview
title: Developer Preview
description: |
This section lists Developer Preview features in {product} {product-version}.

[IMPORTANT]
====
Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to functionality in advance of possible inclusion in a Red Hat product offering. Customers can use these features to test functionality and provide feedback during the development process. Developer Preview features might not have any documentation, are subject to change or removal at any time, and have received limited testing. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.

For more information about the support scope of Red Hat Developer Preview features, see link:https://access.redhat.com/support/offerings/devpreview/[Developer Preview Support Scope].
====
query: >
project = "Red Hat Internal Developer Platform"
AND "Release Note Status" = "Done"
AND level is EMPTY
AND status in (Closed, "Release Pending")
AND "Release Note Type" in ("Developer Preview")
AND fixVersion >= "{version_minor}"
AND fixVersion <= "{version_patch}"
ORDER BY key
template: with-jira-link
- id: fixed-issues
title: Fixed issues
description: |
This section lists issues fixed in {product} {product-version} that have a significant impact on users.
This section lists issues fixed in {product} {product-version}.
query: >
project = "Red Hat Internal Developer Platform"
AND "Release Note Status" = "Done"
Expand Down