Skip to content

Releases: infobloxopen/atlas-db

v0.4.0

14 Aug 13:34
d940eb5
Compare
Choose a tag to compare
  • Add support for AWS S3 source alongwith gitHub source.
  • Optimize resource events
  • Optimize crd validation logic
  • For RDS instance (manually deployed) create DatabaseServer and Database resource. With this change, it is now mandate to create all 3 resources for each application.
  • Add Label Selector support for all resources created by database controller if passed.

Breaking Changes

  • For databaseSchema resource git and gitFrom keys are renamed to source and sourceFrom to accomodate multiple migration sources.

v0.3.0

13 Aug 13:46
3392fab
Compare
Choose a tag to compare
  • Improved validation checks. #58
  • Added events for all the well known operations. #55
  • Dev and Prod deployment are almost same. #55
  • Label will be to all new resources created by controller. #56
  • Use of ExternalName service type to access RDS database instance. #55

v0.2.0

24 Jul 09:54
e50aa0f
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Handle local database connection cache invalidation.
Handle panics in cases where database is mentioned without server.

Initial release

16 Jul 07:05
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First release:

  • Creates and manages DatabaseServers, Databases and DatabaseSchemas custom resources.