|
1 |
| -# MongoDB Kubernetes Operator 0.8.0 |
| 1 | +# MongoDB Kubernetes Operator 0.8.1 |
2 | 2 |
|
3 | 3 | ## MongoDBCommunity Resource
|
4 | 4 | - Changes
|
|
7 | 7 | - Each user in the resource contains the same field ```additionalConnectionStringConfig``` and these options apply only for this user and will override any existing options in the resource.
|
8 | 8 | - The following options will be ignored `replicaSet`, `tls`, `ssl`, as they are set through other means.
|
9 | 9 | - [Sample](../config/samples/mongodb.com_v1_mongodbcommunity_additional_connection_string_options.yaml)
|
10 |
| - |
11 |
| -## Kubernetes Operator |
12 |
| - |
13 |
| -- Changes |
14 |
| - - The Operator now uses the official [MongoDB Community Server images](https://hub.docker.com/r/mongodb/mongodb-community-server). |
15 |
| - It is still possible to use the Docker Inc. images by altering the JSON configuration file: |
16 |
| - ``` |
17 |
| - mongodb_image_name=mongo |
18 |
| - mongodb_image_repo_url=docker.io |
19 |
| - ``` |
20 |
| - Alternatively, it is possible to the Operator environmental variables to: |
21 |
| - ``` |
22 |
| - MONGODB_IMAGE=mongo |
23 |
| - MONGODB_REPO_URL=docker.io |
24 |
| - ``` |
25 |
| - The upgrade process for the official MongoDB images is automatic when using the default settings provided by both, |
26 |
| - [kubectl](install-upgrade.md#install-the-operator-using-kubectl) and [Helm](install-upgrade.md#install-the-operator-using-helm) |
27 |
| - operator installation methods. Once the Operator boots up, it will replace `image` tags in the StatefulSets. If however, |
28 |
| - you're using customized deployments (by modifying `MONGODB_IMAGE` or `MONGODB_REPO_URL` environment variable in the Operator |
29 |
| - Deployment), please check if your settings are correct and if they are pointing to the right coordinates. The Operator |
30 |
| - still provides basic backwards compatibility with previous images (`docker.io/mongo`). |
31 |
| -
|
32 |
| -- `mongodb-readiness-hook` and `mongodb-version-upgrade-hook` images are now rebuilt daily, incorporating updates to system packages and security fixes. The binaries are built only once during the release process and used without changes in daily rebuilt |
33 |
| -
|
| 10 | + - Support for Label and Annotations Wrapper |
| 11 | + - Additionally to the `specWrapper` for `statefulsets` we now support overriding `metadata.Labels` and `metadata.Annotations` via the `MetadataWrapper`. |
| 12 | + - [Sample](../config/samples/arbitrary_statefulset_configuration/mongodb.com_v1_metadata.yaml) |
34 | 13 |
|
35 | 14 | ## Updated Image Tags
|
36 | 15 |
|
37 |
| -- mongodb-kubernetes-operator:0.8.0 |
38 |
| -- mongodb-agent:12.0.21.7698-1 |
39 |
| -- mongodb-kubernetes-readinessprobe:1.0.14 |
40 |
| -- mongodb-kubernetes-operator-version-upgrade-post-start-hook:1.0.7 |
| 16 | +- mongodb-kubernetes-operator:0.8.1 |
| 17 | +- mongodb-agent:12.0.24.7719-1 |
| 18 | +- mongodb-kubernetes-readinessprobe:1.0.15 |
41 | 19 |
|
42 | 20 | _All the images can be found in:_
|
43 | 21 |
|
|
0 commit comments