Bug fixes
- Unset the
ssl.VERIFY_X509_STRICT
flag in SSL contexts used for Kafka connections. Python 3.13 enables this flag by default, and the current certs that Strimzi generates for these Kafka endpoints are missing an Authority Key Identifier, which prevents connections when the flag is set.
What's Changed
- DM-48199: Update comment for Sphinx Path exclusion by @rra in #360
- DM-48214: Unset
ssl.VERIFY_X509_STRICT
flag on Kafka SSl contexts by @fajpunk in #361 - DM-48199: Prepare 9.1.1 release by @rra in #362
Full Changelog: 9.1.0...9.1.1