0.13.0-rc7
Pre-release
Pre-release
docker-ee-ucp
released this
14 Aug 07:04
·
42 commits
to master
since this release
Changelog
- Use docker.io/mirantis as the default repository for newer UCP versions
- Install user supplied UCP certificates
- Use go 1.15 to build
- Sign windows binary
- Uninstall engine on windows during reset
- Support installation, upgrade, joining, reset and removal of DTR nodes
- Introduce cluster.yaml api version v1beta3
- Kind: UCP changed to Kind: DockerEnterprise
DTR is installed by adding a host with "dtr" role and configured using the dtr
key:
apiVersion: launchpad.mirantis.com/v1beta3
kind: DockerEnterprise
metadata:
name: launchpad-ucp
spec:
hosts:
- address: 10.0.0.3
role: dtr
dtr:
version: 2.8.1
imageRepo: "docker.io/docker"
installFlags:
- --dtr-external-url dtr.example.com
- --ucp-insecure-tls
replicaConfig: sequential