Conduktor release 1.13.1!
Bug fixes and improved http proxy support
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 setCDK_HTTP_NON_PROXY_HOSTS
default value tolocalhost|127.*
when HTTP proxy is configured. See our Http Proxy configuration documentation for more details.
- Fix an issue whereby platform does not take hostname from
-
Testing
- Fix migration for HTTP certs and some test scenarios