Skip to content

Releases: thecodeteam/ecs-cf-service-broker

2.3.1

07 Apr 21:40
30ce338
Compare
Choose a tag to compare
  • 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

27 Jul 15:52
8ec82df
Compare
Choose a tag to compare

Added:

  • dynamic bucket tag values from TAS or K8S context (#214)
  • ADO Read Only parameter for buckets (#94)

Dependencies update: Spring Boot v2.7.2, Spring Cloud Open Service Broker v3.5.2, Guava v31.1, logback v1.2.9, Jersey Client v2.36 (PR #230)

2.2.1

22 Apr 15:07
8a9be9a
Compare
Choose a tag to compare

Added support for AWS signature V4 mode
Spring Boot update - v2.6.7

2.2.0

24 Mar 15:20
4c9d17f
Compare
Choose a tag to compare

Added:

  • ObjectScale 1.0 support (#216)
  • Bucket expiration settings in plan or instance parameters (#48)

Dependencies update: Spring Boot v2.6.3, Spring Cloud Open Service Broker v3.5.0 (#215)
Runtime update: Java 11 (#183)

2.1.4

17 Dec 16:31
9ce8412
Compare
Choose a tag to compare

Hotfix:

  • Dependencies update to avoid log4Shell vulnerability.

2.1.1

22 Mar 14:59
af10c46
Compare
Choose a tag to compare

Added:

  • support for bucket tags and metadata search settings in PCF tile UI

Bugfix:

  • S3 path style checkbox not applied to bucket instances (#199)

2.1.0

01 Mar 11:54
cfbe78d
Compare
Choose a tag to compare

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

2.0.7

25 Jan 16:19
Compare
Choose a tag to compare

Dependencies updates:

  • Spring Boot 2.3.8
  • Spring Cloud Open Service Broker 3.2.0
  • Gradle 6.8

Docker base image update:

  • openjdk:8-jre-slim

Added #195 - configurable session timeout, allowing broker to obtain new token before session is expired on ECS side

2.0.6

19 Oct 18:04
0aacac5
Compare
Choose a tag to compare

Bugfix: #185 - Bucket creation fails when plan contains a Quota and custom name is applied

2.0.5

08 Oct 12:16
e4dbabe
Compare
Choose a tag to compare

Fixes and updates:

bugfix: #175 - Object Endpoint access is not validated during initialization
bugfix: #176 - NPE on namespace create if bucket quota is null