File tree Expand file tree Collapse file tree 4 files changed +31
-5
lines changed Expand file tree Collapse file tree 4 files changed +31
-5
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 : ' 0.8 '
32
+ release : ' 0.10 '
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 v1.0 master
6
- symlink: v0.10 -> master
5
+ define: versions v0.8 v0.9 v0.10 v0.11 master
6
+ symlink: v0.11 -> master
7
7
symlink: upcoming -> master
8
- symlink: stable -> v0.9
8
+ symlink: stable -> v0.10
9
9
10
10
########
11
11
Original file line number Diff line number Diff line change @@ -12,6 +12,32 @@ Release Notes for |k8s-op-full|
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. _ent-op-0.10:
16
+
17
+ |k8s-op-full| 0.10
18
+ ------------------
19
+
20
+ *Released 2019-04-02*
21
+
22
+ - The |k8s-op-short| and database images are now based on ubuntu:16.04.
23
+
24
+ - The |k8s-op-short| now uses a single |k8s-crd| named ``MongoDB``
25
+ instead of the ``MongoDbReplicaSet``, ``MongoDbShardedCluster``, and
26
+ ``MongoDbStandalone`` CRDs.
27
+
28
+ .. important::
29
+
30
+ Follow the :ref:`upgrade procedure <upgrade-k8s-operator>` to
31
+ transfer existing ``MongoDbReplicaSet``, ``MongoDbShardedCluster``,
32
+ and ``MongoDbStandalone`` resources to the new format.
33
+
34
+ - For a list of the packages installed and any security vulnerabilities
35
+ detected in our build process, see:
36
+
37
+ - `MongoDB Enterprise Operator <https://quay.io/repository/mongodb/mongodb-enterprise-operator?tab=tags>`__
38
+
39
+ - `MongoDB Enterprise Database <https://quay.io/repository/mongodb/mongodb-enterprise-database?tab=tags>`__
40
+
15
41
.. _ent-op-0.9:
16
42
17
43
|k8s-op-full| 0.9
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ To create your |k8s| secret:
556
556
publicApiKey: 31 bytes
557
557
user: 22 bytes
558
558
559
- .. upgrade -k8s-operator:
559
+ .. _upgrade -k8s-operator:
560
560
561
561
Upgrade the |k8s-op-full|
562
562
-------------------------
You can’t perform that action at this time.
0 commit comments