Skip to content

Commit 2ea8e0d

Browse files
DOCSP-48112 -- add AKO rn for v2.8.0 (#213)
* DOCSP-48112 -- add AKO rn for v2.8.0 * DOCSP-48112 -- add AKO rn for v2.8.0 * DOCSP-48112 -- copy review * DOCSP-48112 -- external review * DCOSP-48112 -- fix links * DOCSP-48112 -- versions updates in backport and config
1 parent 2a1c53d commit 2ea8e0d

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"repoOwner": "10gen",
33
"repoName": "docs-atlas-operator",
44

5-
"targetBranchChoices": ["v2.7", "v2.6", "v2.5", "v2.4", "v2.3", "v1.9"],
5+
"targetBranchChoices": ["v2.8", "v2.7", "v2.6", "v2.5", "v2.4", "v2.3", "v1.9"],
66

77
"editor": "code",
88

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define: base https://www.mongodb.com/docs/atlas/operator
22
define: old_bucket_prefix docs/atlas/atlas-operator
3-
define: versions v1.9 v2.0 v2.1 v2.3 v2.4 v2.5 v2.6 v2.7 master
3+
define: versions v1.9 v2.0 v2.1 v2.3 v2.4 v2.5 v2.6 v2.7 v2.8 master
44
symlink: upcoming -> master
5-
symlink: current -> v2.7
5+
symlink: current -> v2.8
66

77
# old_bucket_prefix represents the old path to these docs that we had to change to get embedded versioning to work
88

source/ak8so-changelog.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,32 @@
1919
You can find the full list of |ak8so| releases `here
2020
<https://github.com/mongodb/mongodb-atlas-kubernetes/releases>`_.
2121

22+
23+
.. _ako_280:
24+
25+
|ak8so| 2.8.0
26+
-------------
27+
28+
New Features, Improvements and Fixes
29+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30+
31+
- **Public Preview** Supports running |ak8so| in a "dry run" mode, which makes it easier to upgrade from earlier versions
32+
and allows you to preview changes to |service| resources after making a change in |ak8so|.
33+
This feature is in public preview.
34+
- Adds the |k8s| Atlas CLI commands as a separate plugin,
35+
available at https://github.com/mongodb/atlas-cli-plugin-kubernetes.
36+
- Starting with the 2.8.0 |ak8so| release, the |k8s| Atlas CLI commands are now
37+
available as a separate plugin, available at https://github.com/mongodb/atlas-cli-plugin-kubernetes.
38+
When you run the ``atlas kubernetes`` command, |ak8so| installs this plugin.
39+
You can update the plugin to the newest version with the `atlas plugin update <https://www.mongodb.com/docs/atlas/cli/current/command/atlas-plugin-update/>`__ command.
40+
- Adds |service| :ref:`Network Peering <atlasnetworkpeering-custom-resource>` and :ref:`Network Container <atlasnetworkcontainer-custom-resource>`
41+
:ref:`independent custom resources <ak8so-independent-crd>`. Configuring these
42+
resources via the :ref:`AtlasProject CRD <spec-network-peers>` is now deprecated,
43+
and support will be removed in a later release of the |ak8so|.
44+
- Fixes an issue related to connection secrets clean up.
45+
- Fixes an issue where translating Backup Compliance Policies could lead to a nil panic.
46+
- Fixes alerts for |service| serverless instances and allows to correctly specify decimal thresholds.
47+
2248
.. _ako_271:
2349

2450
|ak8so| 2.7.1

source/atlasproject-custom-resource.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ configure the following options:
5454
window sets the hour and day that |service| starts weekly
5555
maintenance on your {+database-deployments+}.
5656

57+
.. _spec-network-peers:
58+
5759
- :ref:`Network peering <ak8so-network-peering>` with the
5860
:setting:`spec.networkPeers` parameter. Network peering allows you to
5961
connect securely to your |aws|, |azure|, or |gcp| |vpc|.

0 commit comments

Comments
 (0)