Release Notes for Dispatch 1.4.2
v1.4.2 - Released March 24, 2021
Document Modified Date: Released March 5, 2021
This document describes the new features, caveats, and resolved issues in D2iQ Dispatch.
Disclaimer
- Release notes are sometimes updated with new information about restrictions and caveats. Please see https://docs.d2iq.com/dkp/dispatch/ for the latest version of the D2iQ Dispatch release-notes.
Installation and Upgrades
To install Dispatch, follow one of the two options below:
-
Installation: Run
konvoy init
and then update theconfigVersion
forhttps://github.com/mesosphere/kubeaddons-dispatch
in yourcluster.yaml
. -
Upgrade: Update the
configVersion
forhttps://github.com/mesosphere/kubeaddons-dispatch
in yourcluster.yaml
.-
Update the following example snippet from
cluster.yaml
to upgrade Dispatch 1.3.x to 1.4.2.- configRepository: https://github.com/mesosphere/kubeaddons-dispatch configVersion: stable-1.18-1.3.1 addonsList: - name: dispatch enabled: false
It should read:
- configRepository: https://github.com/mesosphere/kubeaddons-dispatch configVersion: stable-1.19-1.4.2 addonsList: - name: dispatch enabled: true
-
Apply the configuration to install/upgrade Dispatch to the Konvoy cluster.
konvoy up
-
Verify that the installation/upgrade is successful.
helm test dispatch-kubeaddons
-
Frontend Languages
Frontend Language | Version |
---|---|
Starlark | 0.9 |
CUE | 0.7 |
YAML | 0.6 |
JSON | 0.6 |
Improvements since v1.4.1
Resolved Issues
- Support self-signed certificates for ArgoCD login through Konvoy SSO.