chore: prepare for 1.5.11 releas

This commit is contained in:
Christy Jacob
2024-09-13 12:54:56 +00:00
parent 18664a73b2
commit 860207ede5
5 changed files with 12 additions and 4 deletions
+7
View File
@@ -1,3 +1,10 @@
# Version 1.5.11
## What's Changed
## Security
-
# Version 1.5.10
## What's Changed
+2 -2
View File
@@ -112,8 +112,8 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return
const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
const APP_CACHE_BUSTER = 4330;
const APP_VERSION_STABLE = '1.5.10';
const APP_CACHE_BUSTER = 4331;
const APP_VERSION_STABLE = '1.5.11';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
const APP_DATABASE_ATTRIBUTE_IP = 'ip';
+1 -1
View File
@@ -753,7 +753,7 @@ $image = $this->getParam('image', '');
<<: *x-logging
restart: unless-stopped
stop_signal: SIGINT
image: openruntimes/executor:0.5.7
image: openruntimes/executor:0.5.8
networks:
- appwrite
- runtimes
+1 -1
View File
@@ -833,7 +833,7 @@ services:
hostname: exc1
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.5.7
image: openruntimes/executor:0.5.8
restart: unless-stopped
networks:
- appwrite
+1
View File
@@ -89,6 +89,7 @@ abstract class Migration
'1.5.8' => 'V20',
'1.5.9' => 'V20',
'1.5.10' => 'V20',
'1.5.11' => 'V20'
];
/**