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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements and fixes
Improved Consistency Between apply and generate Commands #54 by @helderjs
The apply command now correctly supports the same functionality as the generate command. Previously, new flags added to generate were not available in apply - missing features when applying configurations straight to the cluster. The following flags are now supported in apply:
--dataFederationName: Allows exporting a specific data federation.
--independentResources: Exports resources as independent entities.
Added Compatibility with MongoDB Atlas Operator 2.8.0 #60 by @helderjs / @Josvaz
The plugin now fully supports Atlas Kubernetes Operator (AKO) version 2.8.0, ensuring seamless integration with the latest capabilities and improvements.