Browse Source
Merge pull request #234 from lluiscampos/release-2.2.0-final
Update versions for 2.2.0 release
revert-252-rm-only-tag-2.2.x
2.2.0
Lluis Campos
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.gitlab-ci.yml
-
configs/mender_convert_config
|
@ -5,7 +5,7 @@ variables: |
|
|
# These variables are present elsewhere in the repository too. Make sure to |
|
|
# These variables are present elsewhere in the repository too. Make sure to |
|
|
# search for and change them too. |
|
|
# search for and change them too. |
|
|
MENDER_ARTIFACT_VERSION: 3.4.0 |
|
|
MENDER_ARTIFACT_VERSION: 3.4.0 |
|
|
MENDER_CLIENT_VERSION: 2.4.0-build2 |
|
|
MENDER_CLIENT_VERSION: 2.4.0 |
|
|
# 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: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip |
|
|
RASPBIAN_URL: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip |
|
|
|
@ -111,7 +111,7 @@ MENDER_PARTITION_ALIGNMENT="8388608" |
|
|
# Mender client version |
|
|
# Mender client version |
|
|
# |
|
|
# |
|
|
# This is used to fetch the correct binaries |
|
|
# This is used to fetch the correct binaries |
|
|
MENDER_CLIENT_VERSION="2.4.0-build2" |
|
|
MENDER_CLIENT_VERSION="2.4.0" |
|
|
|
|
|
|
|
|
# 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. |
|
|