1.3.0-beta.2
Pre-release
Pre-release
docker-ee-ucp
released this
20 Apr 13:40
·
16 commits
to master
since this release
Changelog
(vs 1.3.0-beta.1
)
- Fix WinRM closed channel panic
- Add MSR certificate configuration fields
- Set MSR
--ucp-ca
when MKE CA configured - Require MKE and MSR versions in configuration
Certificate configuration:
spec:
msr:
caCertPath: ./ca.pem
certPath: ./cert.pem
keyPath: ./cert.key
With embedded certificates:
spec:
msr:
caCertData: AABBCC==
certData: AABBCC==
keyData: AABBCC==