Releases: EMCECS/ecs-cf-service-broker
Releases · EMCECS/ecs-cf-service-broker
2.3.3
What's Changed
- Upgrade dependencies to fix CVEs
- Upgrade spring framework to 5.3.36-wso2v1
- Upgrade tomcat to 9.0.95
- Added documentation for Delete reclaim policies
- Corrected dead/outdated links for Github projects, Broadcom support portal, documentation etc.
Full Changelog: v2.3.2...2.3.3
2.3.2
What's Changed
- [ECSOSB-294] Relax verification for remote connection creation
- [ECSOSB-296] Updated dependencies to fix CVEs
- [OBSSEC-473] Upgraded dependencies to fix vulnerabilities found in BD scan
Full Changelog: v2.3.1...v2.3.2
2.3.1
- Fixed thecodeteam/ecs-cf-service-broker#238 (unbind should not fail if user or bucket does not exist)
- Fixed thecodeteam/ecs-cf-service-broker#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