prepare release
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2020-04-12 18:48:12 +02:00
parent 850662d773
commit d2101d73f2
3 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,3 @@
* FEATURE
* update server to v1.14.1
* update web-vault to v2.13.1
* add new env variable `USER_ATTACHMENT_LIMIT`
* add new env variable `ORG_ATTACHMENT_LIMIT`
* ENHANCEMENT
* update server to v1.14.2
* update web-vault to v2.13.2

View File

@ -6,7 +6,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ARG VAULT_VERSION=2.13.1
ARG VAULT_VERSION=2.13.2b
ADD overlay/ /

View File

@ -1,4 +1,4 @@
export BUILD_VERSION ?= 1.14.1
export BUILD_VERSION ?= 1.14.2
export DEBIAN_FRONTEND ?= noninteractive
export LANG ?= C.UTF-8
export TZ ?= UTC
@ -21,7 +21,7 @@ build-bin:
rustup set profile minimal && \
cd $(SRC) && \
rustup target add x86_64-unknown-linux-musl && \
cargo build -j 8 --features $(DB) --release
BWRS_VERSION="$${BUILD_VERSION##v}" cargo build -j 8 --features $(DB) --release
.PHONY: clean
clean: