Skip to content

Releases: zalando/spring-cloud-config-aws-kms

Release 4.1

01 Apr 13:31
Compare
Choose a tag to compare

Upgrade to Spring Cloud Greenwich.SR1

Release 4.0

29 Jan 12:35
Compare
Choose a tag to compare

Upgrade to Spring Cloud Greenwich, which supports Spring Boot 2.1

Release 4.0-beta1

03 Dec 10:33
Compare
Choose a tag to compare
Release 4.0-beta1 Pre-release
Pre-release

Changes

  • Upgrade to Spring Cloud Greenwich.M3 to support Spring Boot 2.1

Release 3.2

24 Oct 11:50
Compare
Choose a tag to compare

Changes

  • Upgrade to Spring Cloud Finchley.SR2

Release 2.2

24 Oct 11:41
Compare
Choose a tag to compare

Changes

  • Upgrade to Spring Cloud Edgware.SR5

Release 3.1

17 Aug 13:35
Compare
Choose a tag to compare

Changes

  • support base64 output encoding for decrypted secrets (#45)

Release 2.1

17 Aug 13:35
Compare
Choose a tag to compare

Changes

  • upgrade to Spring Cloud Edgware.SR4
  • support base64 output encoding for decrypted secrets (#45)

Release 3.0

19 Jun 10:09
Compare
Choose a tag to compare

Breaking Changes

  • upgrade to Spring Cloud "Finchley" release train which includes Spring Boot 2.0 and is not compatible with Spring Boot 1.5
    • Please see here for details about Spring Cloud release trains.

Release 2.0

17 May 08:53
Compare
Choose a tag to compare

Breaking Changes

  • removed spring-cloud-config-client dependency (thanks to @fiunchinho #28)
  • use Java 8
  • get AWS region from default provider chain
    • no need to configure it manually anymore
    • property aws.region will be ignored

Other changes

  • added support for endpoint configuration (thanks to @davidtkaczyk69 #37)
  • Upgraded Spring Cloud to Edgware.SR3
  • simplify dependency management
    • use spring-cloud-starter-parent to inherit all the dependency management
  • remove obsolete Copyright notices

Release 2.0-beta4

17 Apr 09:31
Compare
Choose a tag to compare
Release 2.0-beta4 Pre-release
Pre-release
  • Upgraded Spring Cloud to Edgware.SR3