Эх сурвалжийг харах

Bump version for upstream 4.0.3

Johannes Zellner 6 жил өмнө
parent
commit
29463ca34c
4 өөрчлөгдсөн 9 нэмэгдсэн , 5 устгасан
  1. 5 1
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md
  4. 2 2
      Dockerfile

+ 5 - 1
CHANGELOG

@@ -114,4 +114,8 @@
 * Custom fields
 * Bulk move unfinished objects in sprint
 * Paginate history activity
-* Improve notifications area
+* Improve notifications area
+
+[2.0.1]
+* Update Taiga to 4.0.3
+

+ 1 - 1
CloudronManifest.json

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

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 ### Overview
 
-This app packages Taiga <upstream>4.0.0</upstream>
+This app packages Taiga <upstream>4.0.3</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

@@ -10,10 +10,10 @@ RUN apt-get update && apt-get install -y \
     && rm -rf /var/cache/apt /var/lib/apt/lists /etc/ssh_host_*
 
 ## backend (https://github.com/taigaio/taiga-back/commits/stable)
-RUN curl -L https://github.com/taigaio/taiga-back/archive/4.0.1.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
+RUN curl -L https://github.com/taigaio/taiga-back/archive/4.0.3.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/4.0.0-stable.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -
+RUN curl -L https://github.com/taigaio/taiga-front-dist/archive/4.0.3-stable.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -
 
 RUN npm install json