Skip to content

Commit 7ed9955

Browse files
authored
(DOCSP-46128) Adds v2.6.0 RNs + updates compatibility tables. (#175) (#176)
* (DOCSP-46128) Adds v2.6.0 RNs + updates compatibility tables. * Revises per tech review. (cherry picked from commit 4c5c504)
1 parent 910861a commit 7ed9955

File tree

4 files changed

+29
-3
lines changed

4 files changed

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

22+
.. _ako_260:
23+
24+
|ak8so| 2.6.0
25+
-------------
26+
27+
New Features, Improvements and Fixes
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29+
30+
- Adds support for :ref:`federated authentication <ak8so-federated-auth>`.
31+
- Adds ability to configure private endpoints using the new :ref:`atlasprivateendpoint-custom-resource`.
32+
- Adds ability to configure custom roles using the new :ref:`ak8so-configure-custom-database-roles`.
33+
- Fixes a bug that deleted the database user secrets for serverless instances.
34+
- Fixes an issue that prevented |ak8so| from creating {+fts+} indexes.
35+
- Fixes incorrect reconciliation and prevents accidental deletion of data
36+
federation private endpoints that are not tracked by |ak8so|.
37+
- Fixes an issue that prevented |ak8so| from reconciling integrations.
38+
- Fixes a bug that caused the data federation controller to ignore changes to the ``AtlasProject`` custom resource.
39+
- Supports Kubernetes versions 1.28 through 1.30.
40+
- Supports OpenShift version 4.16.
41+
2242
.. _ako_250:
2343

2444
|ak8so| 2.5.0

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.6.0
31+
- Dec 19, 2024
32+
- 1.28, 1.29, 1.30
33+
- 4.16
34+
- Red Hat UBI 8 Base Image
35+
3036
* - 2.5.0
3137
- Nov 1, 2024
3238
- 1.28, 1.29, 1.30

0 commit comments

Comments
 (0)