Conduktor release 1.13.1!

Bug fixes and improved http proxy support
ArrowChangelog
1.13.1
March 17th, 2023

Conduktor 1.13.1

We have released version 1.13.1 of Conduktor. This version contains fixes and improvements for the Platform and fixing of an edge case bug in Testing.

Pull the latest version now:

docker pull conduktor/conduktor-platform:latest

Fix 🔨

  • Platform

    • Fix an issue whereby platform does not take hostname from platform.external.url. Now the configured external url is always used for SSO callback url resolution.
    • Fix an issue whereby CDK_HTTP_PROXY_* configurations were not being used for OIDC SSO requests. Also set CDK_HTTP_NON_PROXY_HOSTS default value to localhost|127.* when HTTP proxy is configured. See our Http Proxy configuration documentation for more details.
  • Testing

    • Fix migration for HTTP certs and some test scenarios