Skip to content

Commit fc0f712

Browse files
jdestefano-mongojwilliams-mongo
authored andcommitted
DOCSP-7412 - Kubernetes v1.3.0 release notes (#116)
* DOCSP-7412 - Kubernetes v1.3.0 release notes. * DOCSP-7454 - Updated per Anton's review. * DOCSP-7454 - Prep additional files for 1.3
1 parent 041cf02 commit fc0f712

File tree

3 files changed

+59
-4
lines changed

3 files changed

+59
-4
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: '1.2'
32+
release: '1.3'
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 v0.11 v0.12 v1.0 v1.1 v1.2 master
6-
symlink: v1.3 -> master
5+
define: versions v0.8 v0.9 v0.10 v0.11 v0.12 v1.0 v1.1 v1.2 v1.3 master
6+
symlink: v1.4 -> master
77
symlink: upcoming -> master
8-
symlink: stable -> v1.2
8+
symlink: stable -> v1.3
99

1010
########
1111

source/release-notes.txt

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

15+
.. _ent-op-1.3.0:
16+
17+
|k8s-op-full| 1.3.0
18+
-------------------
19+
20+
*Released 2019-10-25*
21+
22+
.. important::
23+
24+
This release introduces significant changes that may not be
25+
compatible with previous deployments or resource configurations. Read
26+
:doc:`/tutorial/migrate-to-single-resource` before installing or
27+
upgrading the |k8s-op-short|.
28+
29+
Specification Schema Changes
30+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31+
32+
- Moves to a
33+
:doc:`one cluster per project configuration </tutorial/migrate-to-single-resource>`.
34+
This follows the warnings introduced in a
35+
:ref:`previous version of the operator <ent-op-1.2.3>`.
36+
The operator now requires each cluster to be contained within a new
37+
project.
38+
39+
- Authentication settings are now contained within the
40+
:ref:`security section <security-settings>` of the MongoDB resource
41+
specification rather than the project ConfigMap.
42+
43+
- Replaces the ``project`` field with the
44+
:setting:`spec.opsManager.configMapRef.name` or
45+
:setting:`spec.cloudManager.configMapRef.name` fields.
46+
47+
- :ref:`User resources <manage-db-users>` now refer to MongoDB resources
48+
rather than project ConfigMaps.
49+
50+
- No longer requires ``data.projectName`` in the project ConfigMap. The
51+
name of the project defaults to the name of the MongoDB resource in
52+
|k8s|.
53+
54+
Ops Manager Resource Changes
55+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56+
57+
This release introduces signficant changes to the |onprem| resource's
58+
architecture. The |onprem| application database is now managed by
59+
the |k8s-op-short|, not by |onprem|.
60+
61+
Bug Fixes
62+
~~~~~~~~~
63+
64+
- Stops unnecessary recreation of NodePorts.
65+
66+
- Fixes logging so it's always in JSON format.
67+
68+
- Sets ``USER`` in the |k8s-op-short| Docker image.
69+
1570
.. _ent-op-1.2.4:
1671

1772
|k8s-op-full| 1.2.4

0 commit comments

Comments
 (0)