You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds support for local credentials for custom resources,
31
+
allowing specific custom resources to be managed using specific Atlas Admin API credentials.
32
+
- ``AtlasDeployment`` and ``AtlasDatabaseUser`` can now be used as :ref:`independent resources <ak8so-independent-crd>`,
33
+
meaning you can manage |service| deployments without also managing the project using the |ak8so|.
34
+
- Adds new "basic deployment" and "advanced deployment"
35
+
:ref:`Helm templates <ak8so-quick-start-helm-ref>` that allow provisioning of
36
+
|service| projects, deployments, and database users.
37
+
- Fixes the case when changing the Instance Size was ignored for a shared cluster.
38
+
- Resolves Operator panic when changing a deployment to or from serverless instances.
39
+
- Adds cleanup of orphan connection strings after a database user was deleted.
40
+
- Fixes the case when an ``AtlasTeam`` resource that is not managed by the |ak8so| (not assigned to any ``AtlasProject`` resource) was wrongly deleted.
41
+
- Removes custom ``ResourceWatcher`` in favor of controller-runtime field indexers.
42
+
The legacy internal custom ``ResourceWatcher`` had bugs and its usage was error prone which could lead to
43
+
lost data and data integrity issues with resources managed by |ak8so|.
0 commit comments