Merge pull request #23 from linuxserver/v3.1

Update to v3.1.0
This commit is contained in:
saarg 2020-06-20 17:49:49 +02:00 committed by GitHub
commit 4abffbf395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 4 deletions

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.0.0"
ARG WEBGRAB_VER="3.1.0"
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.0.0"
ARG WEBGRAB_VER="3.1.0"
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.0.0"
ARG WEBGRAB_VER="3.1.0"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -239,6 +239,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **18.06.20:** - Update to v3.1.0.
* **29.03.20:** - Update to v3.0.0. Changed to use wg3-cron file.
* **28.05.19:** - Update to v2.1.0 and beta v2.1.9, rebase to bionic.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.

View File

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

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "18.06.20:", desc: "Update to v3.1.0." }
- { date: "29.03.20:", desc: "Update to v3.0.0. Changed to use wg3-cron file." }
- { date: "28.05.19:", desc: "Update to v2.1.0 and beta v2.1.9, rebase to bionic." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }