Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Releases: Azure/meta-azure-service-broker

v1.13.0: Refine the admin credentials source for Azure SQLDB module

15 May 03:03
Compare
Choose a tag to compare
  • Service module azure-sqldb
    • It is now switched to using the administratorLogin and administratorPasswrod from the AZURE_SQLDB_SQL_SERVER_POOL property in broker manifest during binding and unbinding operations. #211 This allows users to change SQL server admin password out of the broker and easier update it for the broker.

v1.12.0

23 Jan 00:47
Compare
Choose a tag to compare
  • Service module azure-postgresqldb
    • Enable the PostgreSQL service on ChinaCloud #204
    • Update the PostgreSQL SKU list to include all new plans (General Purpose, Memory Optimized) #204

v1.11.1

07 Dec 07:21
5cdc478
Compare
Choose a tag to compare
  • Make MASB work in CF environments which can't access NPM registry. #199

v1.11.0

24 Oct 07:03
966db27
Compare
Choose a tag to compare
  • Service module azure-sqldb-failover-group

    • User roles and permissions can be updated via cf update-service. The usage refers to the doc. #195

    • Add ARM resource tag 'user-agent': 'meta-azure-service-broker' to new-provisioned failover groups. #196

v1.10.0

10 Oct 08:29
ea80926
Compare
Choose a tag to compare
  • Service Broker

    • Open Service Broker API compliance fix: return 410 (Gone) for not existed bindings to unbind requests. #191

    • Upgrade the dependency deep-extend. #193

  • Module azure-rediscache

    • Bindings deliver uri with rediss schema when non-SSL port is disabled. #188
  • Module azure-mysqldb / azure-postgresqldb

    • Upgrade the REST API version to 2017-12-01. #190

    • Remove old plans, which are using Gen4 hardware, as Gen4 are no longer supported in most Azure regions. #190 Breaking change!

    • Add basic plans for Gen5 hardware. #190

v1.9.0

20 Aug 06:24
06b5491
Compare
Choose a tag to compare
  • Module azure-rediscache

    • Support update API. You can update service plan to change Redis Cache instance tier. Updating the configuration enableNonSslPort is also supported now. See guidance here. #183
  • Module azure-sqldb-failover-group

    • Support configuring failover policy. See updated example in the guidance here. #185

v1.8.0

30 Jul 08:47
7ec54c1
Compare
Choose a tag to compare
  • Module azure-sqldb
    • Add a service plan to azure-sqldb service to support registering existing database as service instance #180
      • See example provisioning parameters here. The parameters userProvidedDatabaseLogin and userProvidedDatabaseLoginPassword are optional. If present, the broker won't create a new database login in bindings and just deliver the user-provided database login/password to your apps.

v1.7.0

11 Jul 09:03
8c7754c
Compare
Choose a tag to compare
  • Service broker
    • Added capability for unique identifiers to enable the service broker space-scoped (#177)
  • Module azure-sqldb-failover-group
    • Add a new optional provisioning parameter userPermissions to specify extra permissions to grant to the user created in binding (#178)

v1.6.1

06 Jun 03:24
2be01bc
Compare
Choose a tag to compare
  • Redis Cache service

    • Treat 200 as success in creation to mitigate 504 gateway timeout error from Azure. Get 504, but it actually succeeded. Retry would get 200 instead of 201. As the REST API is idempotent, it is OK to also treat 200 as success.
  • SQL DB service

    • Add plans for Standard S4 - S12 and Premium P15
    • The original approach can't correctly handle the case sql server name is provided by default parameters. Fixed.
  • SQL DB failover group service

    • Fix FQDN generation RegEx issue in binding. In v1.6.0, The binding FQDN is not correct when the primary name contains dashes.

v1.6.0

16 May 03:26
58c1455
Compare
Choose a tag to compare
  • Service broker azure-rediscache
    • Service Plans
      • Move the specification of SKU from provisioning parameters to service plans. It is a fix as the original service plans don't match to the Azure Redis Cache SKUs at all. It may break scripts to create new Redis instances.
  • Service broker azure-sqldb-failover-group NEW