Browse Source

Switch to stable version of mender-configure.

Changelog: Title

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
(cherry picked from commit 021df0a5b8)
2.5.x
Kristian Amlie 4 years ago
parent
commit
e5cf27bf3f
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 2
      .gitlab-ci.yml
  2. 3
      configs/mender_convert_config

2
.gitlab-ci.yml

@ -7,7 +7,7 @@ variables:
MENDER_ARTIFACT_VERSION: master MENDER_ARTIFACT_VERSION: master
MENDER_CLIENT_VERSION: latest MENDER_CLIENT_VERSION: latest
MENDER_ADDON_CONNECT_VERSION: latest MENDER_ADDON_CONNECT_VERSION: latest
MENDER_ADDON_CONFIGURE_VERSION: master MENDER_ADDON_CONFIGURE_VERSION: latest
# Make sure to update the link in mender-docs to the new one when changing # Make sure to update the link in mender-docs to the new one when changing
# this. # this.
RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-lite.zip RASPBIAN_URL: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-01-12/2021-01-11-raspios-buster-armhf-lite.zip

3
configs/mender_convert_config

@ -136,8 +136,7 @@ MENDER_ADDON_CONFIGURE_INSTALL="n"
# Mender Configure addon version # Mender Configure addon version
# #
# Valid values are "latest" (default), "master" or a specific version # Valid values are "latest" (default), "master" or a specific version
#MENDER_ADDON_CONFIGURE_VERSION="latest" MENDER_ADDON_CONFIGURE_VERSION="latest"
MENDER_ADDON_CONFIGURE_VERSION="master"
# File storage, containing binary files, do not modify this unless you know # File storage, containing binary files, do not modify this unless you know
# what you are doing. # what you are doing.

Loading…
Cancel
Save