Skip to content

Releases: EMCECS/ecs-cf-service-broker

2.3.3

26 Nov 08:45
ce0ead1
Compare
Choose a tag to compare

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

28 Feb 06:53
547e5cd
Compare
Choose a tag to compare

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

14 Aug 14:33
30ce338
Compare
Choose a tag to compare

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