Skip to content

Commit 334688d

Browse files
jdestefano-mongojwilliams-mongo
authored andcommitted
DOCSP-5006 - v0.10 release notes (#20)
* DOCSP-5006 - v0.10 release notes * DOCSP-5006 - version and redirect changes. * DOCSP-5006 - Images are based off of ubuntu:16:04 * DOCSP-5006 - Update release date. * DOCSP-5006 - Update redirects for v0.10 and v0.11 branches.
1 parent 8ea7c91 commit 334688d

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

config/build_conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ system:
2929
- 'sphinx_local.yaml'
3030
- htaccess: ['htaccess.yaml']
3131
version:
32-
release: '0.8'
32+
release: '0.10'
3333
branch: 'master'
3434
assets:
3535
- branch: master

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# while we work out how to deploy this property.
33

44
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
77
symlink: upcoming -> master
8-
symlink: stable -> v0.9
8+
symlink: stable -> v0.10
99

1010
########
1111

source/release-notes.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,32 @@ Release Notes for |k8s-op-full|
1212
:depth: 1
1313
:class: singlecol
1414

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+
1541
.. _ent-op-0.9:
1642

1743
|k8s-op-full| 0.9

source/tutorial/install-k8s-operator.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ To create your |k8s| secret:
556556
publicApiKey: 31 bytes
557557
user: 22 bytes
558558

559-
.. upgrade-k8s-operator:
559+
.. _upgrade-k8s-operator:
560560

561561
Upgrade the |k8s-op-full|
562562
-------------------------

0 commit comments

Comments
 (0)