Skip to content

5.5.0

Compare
Choose a tag to compare
@oldgiova oldgiova released this 01 Feb 11:08
· 213 commits to master since this release
61c1d14

Version 5.5.0

  • Fix mongodb uri creation when using the mongodb subchart and replicast architecture
  • Added customEnv option to set default or per-service custom env variables
  • Added generic storage_proxy service, that could
    work for both minio and Amazon S3, and it's going to replace the api_gateway.minio configuration.
  • Add OpenID Connect authentication API to user authentication routes in the gateway.
  • Deprecations:
    • api_gateway.minio is deprecated in favor of api_gateway.storage_proxy.
      This entry could be used, but it is no longer maintained, and could be removed
      in future releases.
      How to upgrade:
      • set api_gateway.minio.enabled=false
      • set api_gateway.storage_proxy.enabled=true
      • set api_gateway.storage_proxy.url to the external storage url that you want to map externally. For example https://fleetstorage.example.com.
        If you leave it empty, it uses the Amazon S3 external URL.