Our organization is currently using the hosted professional version of mender. We ran into an issue with some client devices. We want to target mender-client_3.1.0-1_amd64 and mender-connect 1.2.+.
We have no problem targeting the mender version using;
DEBIAN_FRONTEND=noninteractive dpkg -i mender-client_3.1.0-1_amd64.deb
The problem is there is no documentation on how to target mender-connect 1.2.+. Just using the apt install seems to target 2.0.+, which then updates mender to 3.2.
What is the best way to target the mender-connect version?
Thanks!