Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krancour krancour released this 01 May 20:05
· 143 commits to master since this release
  • Service updates:
    • Cosmos (experimental):
      • Added ability to specify consistency policy on provision
      • Mongo:
        • Added Spring Data Connector URI to credentials returned from bind
      • SQL:
        • Added new plans to accommodate a variety of use cases:
          • Provision an account with a single database (basic / all-in-one option)
          • Provision an account only
          • Provision one or more databases in an existing account (advanced usage)
    • MS SQL (preview):
      • Services renamed to clearly indicate API version compatibility
    • MySQL (preview):
      • Services renamed to clearly indicate API version compatibility
      • Existing plans removed / re-written to support the new Azure Database for MySQL billing model (which changed when that service itself graduated from preview to GA)
    • PostgreSQL (preview):
      • Services renamed to clearly indicate API version compatibility
      • Existing plans retired / re-written to support the new Azure Database for PostgreSQL billing model (which changed when that service itself graduated from preview to GA)
    • Redis (experimental):
      • Added Spring Data Connector URI to credentials returned from bind
  • Internals:
    • Added ability to designate services or plans as "end of life." As Azure itself (eventually) retires services (or versions of services), this will permit future releases of OSBA to hide services or plans from platforms like Kubernetes Service Catalog or Cloud Foundry and cease to provision instances of those services or plans while still retaining all the logic required to deprovision existing instances of those services or plans.