Skip to content

Releases: cloudfoundry-community/scs-broker

v1.1.2

01 Aug 14:47
f261397
Compare
Choose a tag to compare

What's Changed

New Features:

  • Support for JBP_CONFIG_OPEN_JDK_JRE:
    • Added support for setting the JBP_CONFIG_OPEN_JDK_JRE environment variable.
    • Updated createConfigServerInstance and createRegistryServerInstance methods to include this environment variable if specified in the configuration.
    • Introduced a new JavaConfig struct in the configuration to manage Java-related settings, including JBP_CONFIG_OPEN_JDK_JRE.

Improvements:

  • Go Version Update:

    • Updated Go version to 1.22 in go.mod for enhanced performance and new features.
  • Dependency Upgrades:

    • Upgraded the following dependencies to address security vulnerabilities and ensure compatibility:
      • golang.org/x/crypto to v0.25.0
      • golang.org/x/net to v0.27.0
      • golang.org/x/oauth2 to v0.0.0-20190604053449-0f29369cfe45
      • golang.org/x/sys to v0.22.0
      • golang.org/x/term to v0.22.0

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 Jul 15:56
Compare
Choose a tag to compare

Compiled with go v1.20(.4) on Ubuntu Jammy to resolve CVEs inherent in previous libraries/OS

Full Changelog: v1.1.0...v1.1.1

V1.1.0

02 Jun 18:10
fbba27d
Compare
Choose a tag to compare

hostKey defaults set when when service created

Merge pull request #8 from starkandwayne/Remove-HostKey-Check-Default

Remove host key check default

Note: This is a re-release of the original v1.1.0 release of starkandwayne/scs-broker, released on Dec 7, 2022 by @TheDigitalEagle, containing the exact same assets and repo state.