Merge pull request #47 from pbathuk/patch-1

V3.2.2 Beta upgrade
This commit is contained in:
aptalca 2021-12-17 08:45:37 -05:00 committed by GitHub
commit da9c6b7de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 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.2.1)
EXT_RELEASE=$(echo V3.2.2)
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.2.1"
ARG WEBGRAB_VER="3.2.2"
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.2.1"
ARG WEBGRAB_VER="3.2.2"
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.2.1"
ARG WEBGRAB_VER="3.2.2"
ARG WGUPDATE_VER=""
# environment variables.

View File

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

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "17.12.21:", desc: "Update to version 3.2.2 beta." }
- { 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." }