Przeglądaj źródła

Revert "Bump version for upstream 3.4.6"

This reverts commit df6c0bc3638de66e12fe6f240242d6c6198ce0ec.

Revert this taiga-back is not published yet
Girish Ramakrishnan 6 lat temu
rodzic
commit
7e81047419
4 zmienionych plików z 5 dodań i 9 usunięć
  1. 1 5
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md
  4. 2 2
      Dockerfile

+ 1 - 5
CHANGELOG

@@ -103,8 +103,4 @@
 
 
 [1.7.0]
 [1.7.0]
 * Update Taiga to 3.4.5
 * Update Taiga to 3.4.5
-* Use new Cloudron base image
-
-[1.7.1]
-* Update Taiga to 3.4.6
-
+* Use new Cloudron base image

+ 1 - 1
CloudronManifest.json

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

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 ### Overview
 ### Overview
 
 
-This app packages Taiga <upstream>3.4.6</upstream>
+This app packages Taiga <upstream>3.4.5</upstream>
 
 
 Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.
 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_*
     && rm -rf /var/cache/apt /var/lib/apt/lists /etc/ssh_host_*
 
 
 ## backend (https://github.com/taigaio/taiga-back/commits/stable)
 ## backend (https://github.com/taigaio/taiga-back/commits/stable)
-RUN curl -L https://github.com/taigaio/taiga-back/archive/3.4.6.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
+RUN curl -L https://github.com/taigaio/taiga-back/archive/3.4.5.tar.gz | tar -xz -C /app/code/taiga-back --strip-components 1 -f -
 
 
 ## frontend (https://github.com/taigaio/taiga-front-dist/commits/stable)
 ## frontend (https://github.com/taigaio/taiga-front-dist/commits/stable)
-RUN curl -L https://github.com/taigaio/taiga-front-dist/archive/3.4.6-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/3.4.5-stable.tar.gz | tar -xz -C /app/code/taiga-front-dist --strip-components 1 -f -
 
 
 ADD build.sh nginx.conf conf.json conf_ldap.json local.py local_ldap.py start.sh /app/code/
 ADD build.sh nginx.conf conf.json conf_ldap.json local.py local_ldap.py start.sh /app/code/