Releases: thecodeteam/ecs-cf-service-broker
Releases · thecodeteam/ecs-cf-service-broker
2.3.1
- Fixed #238 (unbind should not fail if user or bucket does not exist)
- Fixed #231 (switch docker base image away from openjdk)
NOTE: This release includes breaking changes in Spring configuration files (application.yml)... if you use this file to configure your broker, modify it appropriately to reflect the new profile format:
change this:
spring:
profiles: foo
to this:
spring:
config:
activate:
on-profile: foo
Dependencies update: Spring Boot v2.7.9, Spring Cloud Open Service Broker v3.6.0, Guava v31.1, logback v1.2.11, Jersey Client v2.39, slf4j 1.7.36, object-client 3.4.5, bucket-wipe 2.2.0
- Switched to Gradle 7.5
2.3.0
2.2.1
2.2.0
2.1.4
2.1.1
2.1.0
Added:
- Namespace, replication group and base URLs settings in services and plans (#13)
- Bucket search metadata config support (#77)
- Bucket custom tags config support (#182)
- Changing retention period on bucket plan update (#95)
- REST API for instances and bindings listing (#158)
- UID in instance binding credentials for file enabled buckets (#190)
- S3 path style access control in broker settings