Skip to content

Commit 2a44631

Browse files
authored
Merge pull request #94270 from rh-tokeefe/OLS-1624
OLS-1624: OLS 1.0 Release Notes
2 parents 6068a0d + 3d173f9 commit 2a44631

File tree

4 files changed

+69
-19
lines changed

4 files changed

+69
-19
lines changed

modules/ols-1-0-known-issues.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// This module is used in the following assemblies:
2+
3+
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="ols-1-0-known-issues_{context}"]
7+
= Known issues
8+
9+
The following issues are identified with {ols-official} 1.0:
10+
11+
* For {ocp-product-title} 4.17 and later, the {ols-short} icon disappears when you click *Create Namespace* or *Create Project* from one of the following locations in the {ocp-product-title} web console:
12+
+
13+
--
14+
** *Administration -> Namespaces*
15+
** *Home -> Projects -> Create Project*
16+
** The *Project* drop-down menu located at the top of most pages
17+
--
18+
+
19+
Workaround: Refresh the web browser and the {ols-short} icon appears. link:https://issues.redhat.com/browse/OLS-1815[OLS-1815].
20+
21+
* Changing the value of the `quota` parameter in the `spec.ols.quotaHandlersConfig.limitersConfig` specification of the `OLSConfig` custom resource file does not take effect until the currently defined quota period expires.
22+
+
23+
Workaround: Delete the {ols-short} Operator. Ensure that any operand pods that the {ols-short} Operator manages, and the Persistent Volume Claim `lightspeed-postgres-pvc` associated with the `postgres` pod are also deleted. Then, install the {ols-short} Operator again. https://issues.redhat.com/browse/OLS-1826[OLS-1826]
24+
25+
* After restarting the `postgres` pod, the {ols-short} service pod fails to connect to the `postgres` pod.
26+
+
27+
Workaround: Restart the {ols-short} service pod so that the service pod connects to the `postgres` pod. link:https://issues.redhat.com/browse/OLS-1815[OLS-1835].

modules/ols-1-0-release-notes.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// Module included in the following assemblies:
2+
// * lightspeed-docs-main/release_notes/ols-release-notes.adoc
3+
4+
:_mod-docs-content-type: REFERENCE
5+
[id="ols-1-0-release-notes_{context}"]
6+
= {ols-long} version 1.0
7+
8+
{ols-official} 1.0 is now available on {ocp-product-title} 4.15 and later.
9+
10+
[id="ols-1-0-enhancements_{context}"]
11+
== Enhancements
12+
13+
The following enhancements are made with {ols-official} 1.0:
14+
15+
* This release makes {ols-official} 1.0 generally available, adds new features, addresses Common Vulnerabilities and Exposures (CVEs), and is supported on {ocp-product-title} 4.15 and later.
16+
17+
* This release includes the following Technology Preview features:
18+
+
19+
--
20+
** Cluster interaction
21+
** PostgreSQL persistence
22+
** Token quota
23+
24+
include::snippets/ols-technology-preview-general-statement.adoc[]
25+
--

release_notes/ols-release-notes.adoc

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,10 @@ toc::[]
88

99
The release notes highlight what is new and what has changed with each {ols-official} release.
1010

11-
include::modules/ols-0-3-6-release-notes.adoc[leveloffset=+1]
12-
include::modules/ols-0-3-6-fixed-issues.adoc[leveloffset=+2]
13-
include::modules/ols-0-3-6-known-issues.adoc[leveloffset=+2]
14-
include::modules/ols-0-3-5-release-notes.adoc[leveloffset=+1]
15-
include::modules/ols-0-3-5-fixed-issues.adoc[leveloffset=+2]
16-
include::modules/ols-0-3-4-release-notes.adoc[leveloffset=+1]
17-
include::modules/ols-0-3-4-fixed-issues.adoc[leveloffset=+2]
18-
include::modules/ols-0-3-3-release-notes.adoc[leveloffset=+1]
19-
include::modules/ols-0-3-3-fixed-issues.adoc[leveloffset=+2]
20-
include::modules/ols-0-3-2-release-notes.adoc[leveloffset=+1]
21-
include::modules/ols-0-3-2-fixed-issues.adoc[leveloffset=+2]
22-
include::modules/ols-0-3-1-release-notes.adoc[leveloffset=+1]
23-
include::modules/ols-0-3-0-release-notes.adoc[leveloffset=+1]
24-
include::modules/ols-release-0-3-0-known-issues.adoc[leveloffset=+2]
25-
include::modules/ols-0-2-1-release-notes.adoc[leveloffset=+1]
26-
include::modules/ols-0-2-0-release-notes.adoc[leveloffset=+1]
27-
include::modules/ols-0-1-7-release-notes.adoc[leveloffset=+1]
28-
include::modules/ols-0-1-6-release-notes.adoc[leveloffset=+1]
29-
include::modules/ols-0-1-5-release-notes.adoc[leveloffset=+1]
11+
[IMPORTANT]
12+
====
13+
{ols-official} is designed for Federal Information Processing Standards (FIPS). When running on {ocp-product-title} in FIPS mode, it uses the {rhel} cryptographic libraries submitted (or planned to be submitted) to NIST for FIPS validation on only the `x86_64`, `ppc64le`, and `s390X` architectures. For more information about the NIST validation program, see link:https://csrc.nist.gov/Projects/cryptographic-module-validation-program/validated-modules[Cryptographic Module Validation Program]. For the latest NIST status of the individual versions of {rhel} cryptographic libraries that have been submitted for validation, see link:https://access.redhat.com/en/compliance[Product compliance].
14+
====
15+
16+
include::modules/ols-1-0-release-notes.adoc[leveloffset=+1]
17+
include::modules/ols-1-0-known-issues.adoc[leveloffset=+2]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// This snippet can be used as a general statement, such as in release notes prior to a list of TP features
2+
3+
4+
[IMPORTANT]
5+
====
6+
[subs="attributes+"]
7+
Technology Preview features are not supported with Red{nbsp}Hat production service level agreements (SLAs) and might not be functionally complete. Red{nbsp}Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
8+
9+
For more information about the support scope of Red{nbsp}Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
10+
====

0 commit comments

Comments
 (0)