Update to version 3.2.1 beta

This commit is contained in:
Nedim Erkocevic 2021-08-05 17:52:37 +00:00 committed by GitHub
parent ccfec7be8c
commit 91e1ab309c
7 changed files with 7 additions and 5 deletions

View File

@ -18,7 +18,7 @@ jobs:
fi
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_WEBGRABPLUS_MASTER\". ****"
echo "**** Retrieving external version ****"
EXT_RELEASE=$(echo V3.1.8)
EXT_RELEASE=$(echo V3.2.1)
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
echo "**** Can't retrieve external version, exiting ****"
FAILURE_REASON="Can't retrieve external version for webgrabplus branch master"

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.8"
ARG WEBGRAB_VER="3.2.1"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.8"
ARG WEBGRAB_VER="3.2.1"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.8"
ARG WEBGRAB_VER="3.2.1"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -244,6 +244,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.08.21:** - Update to version 3.2.1 beta.
* **05.06.21:** - Added mono-devel dependency.
* **04.06.21:** - Update to version 3.1.8 beta.
* **22.03.21:** - Update to version 3.1.7 beta.

View File

@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-webgrabplus
external_type: na
custom_version_command: 'echo V3.1.8'
custom_version_command: 'echo V3.2.1'
release_type: stable
release_tag: latest
ls_branch: master

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "05.08.21:", desc: "Update to version 3.2.1 beta." }
- { date: "05.06.21:", desc: "Added mono-devel dependency." }
- { date: "04.06.21:", desc: "Update to version 3.1.8 beta." }
- { date: "22.03.21:", desc: "Update to version 3.1.7 beta." }