Lauri Ojansivu 2 年之前
父節點
當前提交
5d9b9fada4
共有 8 個文件被更改,包括 12 次插入12 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 1 1
      helm/wekan/Chart.yaml
  4. 1 1
      helm/wekan/values.yaml
  5. 1 1
      package-lock.json
  6. 1 1
      package.json
  7. 2 2
      sandstorm-pkgdef.capnp
  8. 4 4
      snapcraft.yaml

+ 1 - 1
CHANGELOG.md

@@ -5,7 +5,7 @@ Download section.
 
 
 [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
 [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
 
 
-# Upcoming WeKan ® release
+# v6.54 2022-10-24 WeKan ® release
 
 
 This release adds the following new features:
 This release adds the following new features:
 
 

+ 1 - 1
Stackerfile.yml

@@ -1,5 +1,5 @@
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v6.53.0"
+appVersion: "v6.55.0"
 files:
 files:
   userUploads:
   userUploads:
     - README.md
     - README.md

+ 1 - 1
helm/wekan/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v2
 apiVersion: v2
-appVersion: "6.53"
+appVersion: "6.54"
 dependencies:
 dependencies:
   - condition: mongodb.enabled
   - condition: mongodb.enabled
     name: mongodb
     name: mongodb

+ 1 - 1
helm/wekan/values.yaml

@@ -14,7 +14,7 @@ serviceAccounts:
 ##
 ##
 image:
 image:
   repository: quay.io/wekan/wekan
   repository: quay.io/wekan/wekan
-  tag: v6.53
+  tag: v6.54
   pullPolicy: IfNotPresent
   pullPolicy: IfNotPresent
 
 
 ## Configuration for wekan component
 ## Configuration for wekan component

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "v6.53.0",
+  "version": "v6.54.0",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "v6.53.0",
+  "version": "v6.54.0",
   "description": "Open-Source kanban",
   "description": "Open-Source kanban",
   "private": true,
   "private": true,
   "repository": {
   "repository": {

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -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 = 653,
+    appVersion = 654,
     # Increment this for every release.
     # Increment this for every release.
 
 
-    appMarketingVersion = (defaultText = "6.53.0~2022-10-06"),
+    appMarketingVersion = (defaultText = "6.54.0~2022-10-24"),
     # Human-readable presentation of the app version.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,

+ 4 - 4
snapcraft.yaml

@@ -1,5 +1,5 @@
 name: wekan
 name: wekan
-version: '6.53'
+version: '6.54'
 base: core20
 base: core20
 summary: Open Source kanban
 summary: Open Source kanban
 description: |
 description: |
@@ -160,9 +160,9 @@ parts:
             # Cleanup
             # Cleanup
             mkdir .build
             mkdir .build
             cd .build
             cd .build
-            wget https://github.com/wekan/wekan/releases/download/v6.53/wekan-6.53-amd64.zip
-            unzip wekan-6.53-amd64.zip
-            rm wekan-6.53-amd64.zip
+            wget https://github.com/wekan/wekan/releases/download/v6.54/wekan-6.54-amd64.zip
+            unzip wekan-6.54-amd64.zip
+            rm wekan-6.54-amd64.zip
             cd ..
             cd ..
             ##cd .build/bundle
             ##cd .build/bundle
             ##find . -type d -name '*-garbage*' | xargs rm -rf
             ##find . -type d -name '*-garbage*' | xargs rm -rf