Skip to content

Commit 5ff4205

Browse files
(DOCSP-10047): Add compatibility table (#265)
* (DOCSP-10047): Add compatibility table * Add comma to RL * Tech review
1 parent cd0951e commit 5ff4205

File tree

3 files changed

+43
-4
lines changed

3 files changed

+43
-4
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:widths: 33 33 33
4+
5+
* - |k8s-op| Release Series
6+
- |k8s| Version
7+
- OpenShift Version
8+
9+
* - 1.0.0
10+
- 1.11, 1.12, 1.13, 1.14
11+
- 3.11, 4.0, 4.1
12+
13+
* - 1.1.0
14+
- *1.11*, *1.12*, 1.13, 1.14
15+
- 3.11, 4.0, 4.1
16+
17+
* - 1.2.0
18+
- 1.13, 1.14, 1.15
19+
- 3.11, 4.0, 4.1
20+
21+
* - 1.3.0
22+
- 1.14, 1.15, 1.16
23+
- 3.11, 4.0, 4.1
24+
25+
* - 1.4.0
26+
- 1.14, 1.15, 1.16
27+
- 3.11, 4.0, 4.1, 4.2 [1]_, 4.3 [1]_
28+
29+
* - 1.5.0
30+
- 1.14, 1.15, 1.16, 1.17, 1.18
31+
- 3.11, 4.0, 4.1, 4.2, 4.3, 4.4
32+
33+
.. [1] |k8s-op-short| v1.4.3 and later

source/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ appear in the |k8s-op-short| logs. To configure secure deployments, see
3434
Bug Fixes
3535
~~~~~~~~~
3636

37-
Fixes an issue where when no authentication is configured by the
37+
Fixes an issue where, when no authentication is configured by the
3838
|k8s-op-short|, the |k8s-op-short| disables authentication in |com|.
3939
The |k8s-op-short| no longer disables authentication unless you
4040
explicitly set :setting:`spec.security.authentication.enabled` to

source/tutorial/plan-k8s-operator-install.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ resources.
3333
Considerations
3434
--------------
3535

36-
|k8s| Compatibility
37-
~~~~~~~~~~~~~~~~~~~
36+
|k8s-op-short| Compatibility with |k8s| and OpenShift
37+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3838

39-
|k8s-op-full| is compatible with |k8s| v1.13 or later.
39+
The |k8s-op-short| is compatible with the following |k8s| and OpenShift
40+
versions. Unless otherwise noted, each |k8s-op-short| version listed
41+
spans the full release series starting from the listed version.
42+
43+
Versions in *italics* are deprecated.
44+
45+
.. include:: /includes/list-tables/compatibility.rst
4046

4147
Docker Container Details
4248
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)