Skip to content

Releases: cloudfoundry/cloud-service-broker

sb-0.2.0-rc.5-azure-1.0.0-rc.4

23 Oct 18:30
3b1f92f
Compare
Choose a tag to compare
Pre-release
[#175358307] fail cf update to subsume plan, fail subsume without req…

sb-0.2.0-rc.4-gcp-0.0.1-rc.93

22 Oct 16:42
d0440be
Compare
Choose a tag to compare
Pre-release
175098075 fog subsume (#117)

* [#175098075] WIP: scripts to aid masb fog creation

* [#175098075] WIP: surgical tf import parameter removal

* [#175098075] WIP: fog subsume passes local testing

* [#175098075] WIP: fog subsume acceptance test script work

* [#175098075] WIP: upgrade azurerm provider, change to azurerm_mssql_database resource

* [#175098075,#175210472] WIP: added variable replacement for structs (like tags/labels)

* [#175335068] WIP: masb db subsume as plan

* [#175335068] plan for subsume masb sql db

* [#175335068] acceptance test and subsume plan

v0.7.3-beta

15 Oct 03:36
19e2eba
Compare
Choose a tag to compare

New Features

  • Added functionality with closed #100

Fixes

  • A few documentation typos/corrections

v0.7.2-beta

25 Sep 18:46
e26d353
Compare
Choose a tag to compare

New Features

  • [AWS] "Migration-less" Upgrade using TF Import is here for AWS Postgres for RDS! You can find the docs here: subsume-aws-postgres.md
  • [AWS] Added cf update-service functionality to AWS Postgres for RDS. Works as expected for Tile deployments. Those customers deploying a cf pushd broker should include a region in their update.
  • [Tiles] Added clarification to a previously confusing UX wherein empty brackets ("[]") were required to be present in the Service Config text box but users were not notified
  • [Azure] Accepted a PR from team at Desjardins which fixed #60

Customer Requests + Community Support

  • Associated stemcell with release of Tile on TanzuNet
    to address CI/CD issues #86

  • Made database binding more flexible by accommodating a use-case involving Splunk Drain #93

Bug Fixes

  • [Tiles] Fixed naming of "Location" to display as "Default Location" in Azure Tile Config

  • [Azure] Created a workaround for a shortcoming in Azure TF Provider wherein deleting a Failover Group db would not delete the secondary read-only db. This deletion is now made a bit easier. See #46

  • [Azure] Created a workaround for another shortcoming in Azure TF Provider wherein updates made to a CSB Failover Group did not propogate to the secondary db. See #63

Improvements

  • [DOCS] Added documentation for how to create an Azure-native MySQL db for storing Terraform state. See azure-mysql-statedb

Other Changes

v0.7.1-beta

08 Sep 19:57
71058fc
Compare
Choose a tag to compare

New Features

  • [NEW] cf update-service will now work as expected on imported Azure MSSQL DB Instances (csb-masb-mssql-db-subsume)

Bug Fixes

N/A

Other

  • Team is blocked on testing this feature, proceed with caution if using outside of a sandbox environment

[v0.7.0-beta] Public Tiles

01 Sep 22:44
Compare
Choose a tag to compare

New Features

  • [NEW] Migrate your MSSQL DB from the Legacy Azure Broker using the new "Subsume" feature (leveraging TF Import). See our documentation here.
    IMPORTANT Currently, imported Azure MSSQL DB Service instances cannot be updated using cf update-service. Look out for that functionality in v0.7.1-beta

  • [NEW] Tiles are live on TanzuNet

  • [NEW] #72 (Allow specifying Azure Redis max memory policy) implemented by #73 by @claassen

Bug Fixes

N/A

Other

  • [SPIKE] Conducted a spike related to #61, see issue for more information