Skip to content

Commit c574425

Browse files
DOCSP-45684: ako 2.7.0 release notes (#199)
* DOCSP-45684: ako 2.7.0 release notes * add link * fix
1 parent bf82a89 commit c574425

File tree

6 files changed

+41
-7
lines changed

6 files changed

+41
-7
lines changed

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 master
3+
define: versions v1.9 v2.0 v2.1 v2.3 v2.4 v2.5 v2.6 v2.7 master
44
symlink: upcoming -> master
5-
symlink: current -> v2.6
5+
symlink: current -> v2.7
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: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,34 @@
1919
You can find the full list of |ak8so| releases `here
2020
<https://github.com/mongodb/mongodb-atlas-kubernetes/releases>`_.
2121

22+
.. _ako_270:
23+
24+
|ak8so| 2.7.0
25+
-------------
26+
27+
New Features, Improvements and Fixes
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+
30+
- Adds support for :ref:`Flex clusters <ak8so-migration-to-flex>`.
31+
- Adds support for configuring |service| IP Access Lists using the new :ref:`atlasipaccesslist-custom-resource`.
32+
- Fixes a bug where |ak8so| could crash if:
33+
- :setting:`spec.deploymentSpec.replicationSpecs` is set, but empty
34+
- :setting:`spec.deploymentSpec.replicationSpecs` has empty entries
35+
- :setting:`spec.deploymentSpec.replicationSpecs.regionConfigs` is set, but empty
36+
- :setting:`spec.deploymentSpec.replicationSpecs.regionConfigs` has empty entries
37+
- Fixes a bug where |ak8so| reconciled private endpoints :ref:`defined with custom resources
38+
<atlasprivateendpoint-custom-resource>` every three hours instead of every 15 minutes.
39+
- Fixes a bug where |ak8so| ignores the migration of existing custom roles maintained
40+
as AtlasProject subresources to :ref:`independent custom resources <ak8so-configure-custom-database-roles>`.
41+
- Supports Kubernetes versions 1.28 through 1.30.
42+
- Supports OpenShift version 4.17.
43+
44+
Deprecations
45+
~~~~~~~~~~~~
46+
47+
``M2``, ``M5``, and serverless instances are deprecated. Support for these
48+
instances will be removed in a future release.
49+
2250
.. _ako_261:
2351

2452
|ak8so| 2.6.1

source/ak8so-compatibility.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Compatibility
2727
- OpenShift
2828
- Base Image
2929

30+
* - 2.7.0
31+
- February 5, 2025
32+
- 1.28, 1.29, 1.30
33+
- 4.17
34+
- Red Hat UBI 8 Base Image
35+
3036
* - 2.6.1
3137
- January 9, 2024
3238
- 1.28, 1.29, 1.30

source/atlasdeployment-custom-resource.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ specify in the ``AtlasDeployment`` custom resource:
7979

8080
Don't specify values for fields under :setting:`spec.serverlessSpec` because
8181
{+Serverless-instances+} will be deprecated soon. Instead, specify fields under
82-
:setting:`spec.flexSpec`. To learn more, see :ref:`ak8s0-migration-to-flex`.
82+
:setting:`spec.flexSpec`. To learn more, see :ref:`ak8so-migration-to-flex`.
8383

8484
Creating or updating a {+cluster+} or {+Flex-cluster+} can take
8585
up to 10 minutes. |ak8so| monitors the update process.
@@ -279,7 +279,7 @@ specification configured for a {+Flex-cluster+}:
279279

280280
Don't specify values for fields under :setting:`spec.serverlessSpec`
281281
because {+Serverless-instances+} are deprecated. Instead, specify fields
282-
under :setting:`spec.flexSpec`. To learn more, see :ref:`ak8s0-migration-to-flex`.
282+
under :setting:`spec.flexSpec`. To learn more, see :ref:`ak8so-migration-to-flex`.
283283

284284
The following example shows an ``AtlasDeployment`` custom resource
285285
specification configured for a {+Serverless-instance+}:
@@ -744,7 +744,7 @@ examples, and the |api| documentation.
744744

745745
* - |service| will deprecate ``M2`` and ``M5`` {+clusters+} and
746746
{+Serverless-instances+} in the near future. To learn more,
747-
see :ref:`ak8s0-migration-to-flex`.
747+
see :ref:`ak8so-migration-to-flex`.
748748
Set the :setting:`spec.deploymentSpec.replicationSpecs.regionConfigs.electableSpecs.instanceSize`
749749
parameter to ``M0``, ``M2``, or ``M5``.
750750
- You must deploy MongoDB 7.0 or later.

source/includes/fact-ak8so-continuous-backup-private-endpoints-flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ January 2026.
2424

2525
If your workloads require :atlas:`Private Endpoints
2626
</private-endpoint-overview>` or :atlas:`Continuous Backup and Point-in-Time Restore </pit-restore>`,
27-
switch to |service| {+Dedicated-Clusters+}. To learn more, see :ref:`ak8s0-migration-to-flex`
27+
switch to |service| {+Dedicated-Clusters+}. To learn more, see :ref:`ak8so-migration-to-flex`
2828
and the :atlas:`Atlas Flex Migration Guide </flex-migration>`.

source/includes/fact-ak8so-flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ by March 2025. You must remove all remaining ``M2``, ``M5``, and
1919
{+Serverless-instance+} features from your {+ak8so+} configurations before
2020
January 2026.
2121

22-
To learn more, see :ref:`ak8s0-migration-to-flex`
22+
To learn more, see :ref:`ak8so-migration-to-flex`
2323
in this guide and the :atlas:`Flex Migration Guide </flex-migration>`
2424
in the |service| documentation.

0 commit comments

Comments
 (0)