summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-06 01:03:51 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-06 01:03:51 +0300
commit62e5e5db49c94ba6b4a26aa96a48dd7bd216a351 (patch)
treea1b76dcb3d0ed26fb812585c28accf1532b77de4
parenteb6373a879bb33b07575296c4ef990d6975ff70f (diff)
downloadwekan-1.12.tar.gz
wekan-1.12.tar.bz2
wekan-1.12.zip
v1.12v1.12
-rw-r--r--CHANGELOG.md2
-rw-r--r--Dockerfile4
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ba46b67..9e84c537 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v1.12 2018-07-06 Wekan release
This release adds the following new features:
diff --git a/Dockerfile b/Dockerfile
index 8b8b6a09..6d68867d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ ARG SRC_PATH
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
# ENV BUILD_DEPS="paxctl"
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 USE_EDGE ${USE_EDGE:-false}
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
# Description at https://releases.wekan.team/node.txt
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
grep ${NODE_VERSION}-${ARCHITECTURE}.tar.gz SHASUMS256.txt.asc | shasum -a 256 -c - && \
diff --git a/package.json b/package.json
index 117baa70..c96b3208 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "1.11.0",
+ "version": "1.12.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 22f53168..fc1db3ee 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 96,
+ appVersion = 97,
# 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.
minUpgradableAppVersion = 0,