Releases: thecodeteam/ecs-cf-service-broker
Releases · thecodeteam/ecs-cf-service-broker
2.0.3
2.0.2
2.0.1
Features added in this release:
- Added configuration flag to enable HTTPS when using base url to generate object endpoint address and S3 URLs for bound applications
- Optional name prefix parameter for services and bindings: a prefix to be added after broker prefix; generated name will have form of "broker prefix"-"optional prefix"-"GUID"
Fixes and updates:
- fix non-existent objects delete: requests failed when object cannot be found.
- fix exception thrown on namespace binding when no Base URL configured for broker or provided as optional parameter
- dependency updates: Spring Boot 2.2.9, Spring Cloud Open Service Broker 3.1.2
2.0.0
New release (2.0) introduces the following:
- Open Service Broker API support (openservicebrokerapi.org)
- Сonfigurable "reclamation policies" for buckets during service instance deletion (delete/detach/fail)
- Configurable plan pricing currency through Pivotal Tile
- Catalog configuration in Helm chart
Enhancements and bug fixes:
- S3 Access key are properly escaped
- Updated compile dependencies (Spring Boot 2.2.5, Spring Cloud Service Broker 3.1.0, ECS Object Client 3.1.3, etc)
1.2.0
New minor release [v1.2.0]
- Kubernetes support and new official docker image
- Helm chart
- /reset endpoint to restart Spring Boot app
- bump Spring Boot maintenance release
v1.1.2
Merge pull request #113 from captntuttle/feature-bucket-policy Feature bucket policy
v1.1.1
- Fixes thrown exception during service plan updates.