mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v1.12
This commit is contained in:
parent
eb6373a879
commit
62e5e5db49
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Upcoming Wekan release
|
# v1.12 2018-07-06 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ ARG SRC_PATH
|
||||||
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
|
||||||
# ENV BUILD_DEPS="paxctl"
|
# ENV BUILD_DEPS="paxctl"
|
||||||
ENV BUILD_DEPS="apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7"
|
ENV BUILD_DEPS="apt-utils gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7"
|
||||||
ENV NODE_VERSION ${NODE_VERSION:-v8.11.1}
|
ENV NODE_VERSION ${NODE_VERSION:-v8.11.3}
|
||||||
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
|
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
|
||||||
ENV USE_EDGE ${USE_EDGE:-false}
|
ENV USE_EDGE ${USE_EDGE:-false}
|
||||||
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
|
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
|
||||||
|
@ -48,7 +48,7 @@ RUN \
|
||||||
# Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
|
# Download node version 8.11.1 that has fix included, node binary copied from Sandstorm
|
||||||
# Description at https://releases.wekan.team/node.txt
|
# Description at https://releases.wekan.team/node.txt
|
||||||
wget https://releases.wekan.team/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && \
|
wget https://releases.wekan.team/node-${NODE_VERSION}-${ARCHITECTURE}.tar.gz && \
|
||||||
echo "308d0caaef0a1da3e98d1a1615016aad9659b3caf31d0f09ced20cabedb8acbf node-v8.11.1-linux-x64.tar.gz" >> SHASUMS256.txt.asc && \
|
echo "40e7990489c13a1ed1173d8fe03af258c6ed964b92a4bd59a0927ac5931054aa node-v8.11.3-linux-x64.tar.gz" >> SHASUMS256.txt.asc && \
|
||||||
\
|
\
|
||||||
# Verify nodejs authenticity
|
# Verify nodejs authenticity
|
||||||
grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && \
|
grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "1.11.0",
|
"version": "1.12.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 96,
|
appVersion = 97,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.11.0~2018-06-30"),
|
appMarketingVersion = (defaultText = "1.12.0~2018-07-06"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue