Release Notes for Dispatch 1.4.1
v1.4.1 - Released March 4, 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.1.- 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.1 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.0
Resolved Issues
- Fixed the unhealthy target
dispatch/dispatch-event-sink-images/0
reported by Prometheus endpoint/ops/portal/prometheus/targets
. - Improved error message: when Dispatch CLI fails to find SCM secret for an SSH URL, it will now hint users to use an HTTPS URL.