Releases: infobloxopen/atlas-db
Releases · infobloxopen/atlas-db
v0.4.0
- Add support for AWS S3 source alongwith gitHub source.
- Optimize resource events
- Optimize crd validation logic
- For RDS instance (manually deployed) create
DatabaseServer
andDatabase
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
resourcegit
andgitFrom
keys are renamed tosource
andsourceFrom
to accomodate multiple migration sources.
v0.3.0
v0.2.0
Initial release
First release:
- Creates and manages
DatabaseServers
,Databases
andDatabaseSchemas
custom resources.