Skip to content

Releases: cloudfoundry/cloud-service-broker

sb-0.2.0-rc.6-azure-1.0.0-rc.7

04 Nov 04:27
Compare
Choose a tag to compare
Pre-release
[#175503852] added document links for update subsume failure message

sb-0.2.0-rc.6-aws-0.0.1-rc.141

04 Nov 04:09
Compare
Choose a tag to compare
Pre-release
[#175503852] added document links for update subsume failure message

v0.8.0-beta

28 Oct 19:53
ec60fb1
Compare
Choose a tag to compare

New Features

  • [NEW] Changed pattern for subsuming existing MSSQL DB Instances to work as a plan instead of a stand-alone service. Expect this to be the pattern for subsume moving forward! See our documentation for a full walk-through of the change
  • [NEW] Added better error handling to subsume, including link to official Pivotal Documentation and OS documentation on Github
  • [NEW] Added support for AWS DynamoDB
  • [NEW] Added support for update-service for AWS Services
  • [NEW] As a part of #121, added:
  1. Support for controlling backup retention for Azure MySQL.
  2. Support for firewall rules for Azure Redis.

Fixes

  • [AWS TF PROVIDER] Updated from 2.4 > 3.0
  • [FIX] Marked brokerpak values which are mandatory as "required" which should help with error handling
  • [CHANGE] As a part of #121, moved TLS configuration from user_inputs to plan_inputs for Azure MySQL and Azure Redis.

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

04 Nov 00:29
Compare
Choose a tag to compare
Pre-release
Merge branch 'master' of github.com:pivotal/cloud-service-broker

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

03 Nov 02:40
ec60fb1
Compare
Choose a tag to compare
Pre-release
Update subsume-masb-mssql-db.md

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