Skip to content

Releases: mongodb/mongodb-atlas-kubernetes

v2.5.0

29 Oct 12:45
9708eb2
Compare
Choose a tag to compare

MongoDB Atlas Operator 2.5.0

New features

Improvements and fixes

  • Fixed the case when changing the Instance Size was ignored for a shared cluster CLOUDP-278494 #1867 by @helderjs
  • Resolved Operator panics when changing a deployment to/from serverless CLOUDP-278492 #1869 by @helderjs
  • Cleanup of orphan connection strings after a Database User was deleted CLOUDP-277876 #1856 by @josvazg
  • Fixed the case when an AtlasTeam resource that is not managed by the Atlas Operator (not assigned to any AtlasProject resource) was wrongly deleted CLOUDP-273419 #1829 by @helderjs
  • Remove custom ResourceWatcher in favor of controller-runtime field indexers. The legacy internal custom ResourceWatcher had bugs and its usage was error prone which could lead to lost data and data integrity issues with resources managed by Atlas Operator: CLOUDP-244158 by @s-urbaniak

Images can be found in: https://quay.io/mongodb/mongodb-atlas-kubernetes-operator
Supported Kubernetes versions updated in this release: 1.28-1.30
Supported OpenShift versions updated: 4.16
Full Changelog: v2.4.1...v2.5.0

v2.4.1

01 Aug 15:11
Compare
Choose a tag to compare

MongoDB Atlas Operator 2.4.1

New features, improvements and fixes

  • Fixed a bug where periodic reconciliation sometimes got skipped if there were no changes to custom resources in #1707 by @igor-karpukhin
  • Respect Teams deletion protection in #1722 by @josvazg

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

Supported Kubernetes versions: 1.28-1.30
Supported OpenShift versions: 4.15

Full Changelog: v2.4.0...v2.4.1

v2.4.0

16 Jul 15:51
c272c84
Compare
Choose a tag to compare

MongoDB Atlas Operator 2.4.0

New features, improvements and fixes

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

Supported Kubernetes versions updated in this release: 1.28-1.30
Supported OpenShift versions updated: 4.15

Full Changelog: v2.3.1...v2.4.0

v2.3.1

11 Jun 12:29
Compare
Choose a tag to compare

MongoDB Atlas Operator 2.3.1

Warnings

New features, improvements and bug fixes

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

Supported Kubernetes versions: 1.27-1.29
Supported OpenShift versions: 4.14

Full Changelog: v2.3.0...v2.3.1

v2.3.0

06 Jun 07:57
01961c2
Compare
Choose a tag to compare

MongoDB Atlas Operator 2.3.0

New features, improvements and bug fixes

Images can be found at: https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

Supported Kubernetes versions: 1.27-1.29
Supported OpenShift versions: 4.14

Full changelog: v2.2.2...v2.3.0

v2.2.2

24 Apr 13:37
Compare
Choose a tag to compare

New features, improvements and bug fixes

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

Supported Kubernetes versions: 1.27-1.29
Supported OpenShift versions: 4.14

Full Changelog: v2.2.1...v2.2.2

v2.2.1

18 Apr 12:26
Compare
Choose a tag to compare

New features, improvements and bug fixes

Deprecations and removals

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

Supported Kubernetes versions: 1.27-1.29
Supported OpenShift versions: 4.14

Full Changelog: v2.2.0...v2.2.1

v2.2.0

20 Mar 11:55
f12ab98
Compare
Choose a tag to compare

New features, improvements and bug fixes

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

v2.1.0

16 Feb 10:26
6b51a3f
Compare
Choose a tag to compare

Warnings

  • Disable sub-object deletion protection by @s-urbaniak in #1371: This disables the --subobject-deletion-protection flag due to a bug, where ownership of objects between the operator and the Atlas API cannot be detected deterministically. The --object-deletion-protection flag is still in place.

New features, improvements and bug fixes

  • Add terminationProtectionEnabled property for AdvancedDeployment resources by @igor-karpukhin in #1356: This adds the terminationProtectionEnabled property to advanced deployments to achieve feature parity with serverless deployments.
  • Add OIDC and AWS IAM authentication fields for AtlasDatabaseUser resources by @igor-karpukhin in #1221: In addition to existing authentication methods this adds support for OIDC and AWS IAM.

Deprecations and removals

  • Deprecate cloudProviderAccess* fields in favour of cloudProviderIntegration* in the AtlasProject resource by @helderjs in #1230: This changes the field names for clarity. Note that the old cloudProviderAccess* fields will be removed in future versions.

Images can be found in:
https://quay.io/mongodb/mongodb-atlas-kubernetes-operator

v1.9.3

06 Feb 11:43
e49d8e7
Compare
Choose a tag to compare

MongoDB Atlas Operator v1.9.3

Operator Changes

  • Fix failing reconciliation when updating a deployment with auto-scaling ON (#1351).