diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdd1e5a..bc236ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ variables: S3_BUCKET_NAME: mender-convert-images # These variables are present elsewhere in the repository too. Make sure to # search for and change them too. - MENDER_ARTIFACT_VERSION: 3.4.0b1 - MENDER_CLIENT_VERSION: 2.3.0b1 + MENDER_ARTIFACT_VERSION: 3.4.0 + MENDER_CLIENT_VERSION: 2.3.0 # Make sure to update the link in mender-docs to the new one when changing # 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 @@ -207,6 +207,3 @@ publish:s3: - aws s3api put-object-acl --acl public-read --bucket $S3_BUCKET_NAME --key ${RASPBIAN_NAME}/arm/${PUBLISH_NAME} - done - - only: - - /^(master|[0-9]+\.[0-9]+\.x)$/ diff --git a/Dockerfile b/Dockerfile index caae031..df6a8c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN cd /root/pxz && make FROM ubuntu:20.04 -ARG MENDER_ARTIFACT_VERSION=3.4.0b1 +ARG MENDER_ARTIFACT_VERSION=3.4.0 RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \ # For 'ar' command to unpack .deb diff --git a/configs/mender_convert_config b/configs/mender_convert_config index 4cad066..68000aa 100644 --- a/configs/mender_convert_config +++ b/configs/mender_convert_config @@ -98,7 +98,7 @@ MENDER_PARTITION_ALIGNMENT="8388608" # Mender client version # # This is used to fetch the correct binaries -MENDER_CLIENT_VERSION="2.3.0b1" +MENDER_CLIENT_VERSION="2.3.0" # File storage, containing binary files, do not modify this unless you know # what you are doing.