File tree Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Expand file tree Collapse file tree 3 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ system:
29
29
- ' sphinx_local.yaml'
30
30
- htaccess : ['htaccess.yaml']
31
31
version :
32
- release : ' 1.10 '
32
+ release : ' 1.11 '
33
33
branch : ' master'
34
34
assets :
35
35
- branch : master
Original file line number Diff line number Diff line change 2
2
# while we work out how to deploy this property.
3
3
4
4
define: base https://docs.mongodb.com/kubernetes-operator
5
- define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 master
6
- symlink: v1.10 -> master
5
+ define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 master
6
+ symlink: v1.11 -> master
7
7
symlink: upcoming -> master
8
- symlink: stable -> v1.9
8
+ symlink: stable -> v1.10
9
9
10
10
########
11
11
Original file line number Diff line number Diff line change @@ -12,21 +12,27 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- .. _ent-op-1.9 .x:
15
+ .. _ent-op-1.10 .x:
16
16
17
- |k8s-op-full| 1.9 Series
18
- ------------------------
17
+ |k8s-op-full| 1.10 Series
18
+ -------------------------
19
19
20
- .. _ent-op-1.9.3 :
20
+ .. _ent-op-1.10.0 :
21
21
22
- |k8s-op-full| 1.9.3
23
- ~~~~~~~~~~~~~~~~~~~
22
+ |k8s-op-full| 1.10.0
23
+ ~~~~~~~~~~~~~~~~~~~~
24
24
25
25
*Released 2020-03-25*
26
26
27
27
|k8s-op-short|
28
28
``````````````
29
29
30
+ Changes
31
+ +++++++
32
+
33
+ - Updates the |k8s-crds| from the ``v1beta1`` version to the ``v1``
34
+ version. Clusters on |k8s| 1.16 and higher should remain unimpacted. The |k8s-crds| cannot install in clusters on |k8s| versions lower than 1.16.
35
+
30
36
Bug Fixes
31
37
+++++++++
32
38
@@ -49,7 +55,12 @@ Known Issues
49
55
``automation.versions.download.baseUrl.allowOnlyAvailableBuilds``
50
56
property to ``false``. |onprem| 4.4.11 fixes this issue.
51
57
52
- .. _ent-op-1.9.2:
58
+ .. _ent-op-1.9.x:
59
+
60
+ |k8s-op-full| 1.9 Series
61
+ ------------------------
62
+
63
+ .. _ent-op-1.9.2:
53
64
54
65
|k8s-op-full| 1.9.2
55
66
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments