Răsfoiți Sursa

Update to latest stable from Oct 19th

Johannes Zellner 7 ani în urmă
părinte
comite
29cfb60e32
4 a modificat fișierele cu 6 adăugiri și 4 ștergeri
  1. 2 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md
  4. 2 2
      Dockerfile

+ 2 - 0
CHANGELOG

@@ -42,3 +42,5 @@
 * Update upstream to 30th Aug 2017
 * Scale worker count based on available memory
 
+[1.2.0]
+* Update to latest 3.1 stable from Oct 19

+ 1 - 1
CloudronManifest.json

@@ -3,7 +3,7 @@
   "title": "Taiga",
   "author": "Taiga Authors",
   "tagline": "Project management platform",
-  "version": "1.1.0",
+  "version": "1.2.0",
   "description": "file://DESCRIPTION.md",
   "changelog": "file://CHANGELOG",
   "healthCheckPath": "/",

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 ### Overview
 
-This app packages Taiga <upstream>3.1.0 (30 Aug 2017)</upstream>
+This app packages Taiga <upstream>3.1.0 (19 Oct 2017)</upstream>
 
 Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.
 

+ 2 - 2
Dockerfile

@@ -15,8 +15,8 @@ RUN apt-get update && apt-get install -y \
 
 # We don't use release tags but the stable branches
 
-## backend (https://github.com/taigaio/taiga-back/tree/stable)
-RUN curl -L https://github.com/taigaio/taiga-back/archive/2533507fc1f1c6f407ce8de02a9489d529137b09.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
+## backend (https://github.com/taigaio/taiga-back/commits/stable)
+RUN curl -L https://github.com/taigaio/taiga-back/archive/49650db3326460e4bf19d3f4f8e16a7c643262eb.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
 
 ## frontend (https://github.com/taigaio/taiga-front-dist/commits/stable)
 RUN curl -L https://github.com/taigaio/taiga-front-dist/archive/ac88fa2f9127c26173c2dd04e59dd076a3899ab9.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -