From e65cc7823499d19b23d1ad6f806ff0f918d36b3d Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 May 2024 15:30:14 +1200 Subject: [PATCH 1/4] Update executor default var to match new container hostname --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index 185ab29d0c..8412b9ebe6 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -767,7 +767,7 @@ return [ 'name' => '_APP_EXECUTOR_HOST', 'description' => 'The host used by Appwrite to communicate with the function executor!', 'introduction' => '0.13.0', - 'default' => 'http://appwrite-executor/v1', + 'default' => 'http://exc1/v1', 'required' => false, 'overwrite' => true, 'question' => '', From 3eec8317d4bd06ba709b77df9bd014e3ff42952f Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 May 2024 15:31:17 +1200 Subject: [PATCH 2/4] Improve variable desc copy --- app/config/variables.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/config/variables.php b/app/config/variables.php index 8412b9ebe6..b61a267785 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -756,7 +756,7 @@ return [ ], [ 'name' => '_APP_EXECUTOR_SECRET', - 'description' => 'The secret key used by Appwrite to communicate with the function executor. Make sure to change this!', + 'description' => 'The secret key used by Appwrite to communicate with the function executor. Make sure to change this.', 'introduction' => '0.13.0', 'default' => 'your-secret-key', 'required' => false, @@ -765,7 +765,7 @@ return [ ], [ 'name' => '_APP_EXECUTOR_HOST', - 'description' => 'The host used by Appwrite to communicate with the function executor!', + 'description' => 'The host used by Appwrite to communicate with the function executor.', 'introduction' => '0.13.0', 'default' => 'http://exc1/v1', 'required' => false, @@ -775,7 +775,7 @@ return [ ], [ 'name' => '_APP_EXECUTOR_RUNTIME_NETWORK', - 'description' => 'Deprecated with 0.14.0, use \'OPEN_RUNTIMES_NETWORK\' instead!', + 'description' => 'Deprecated with 0.14.0, use \'OPEN_RUNTIMES_NETWORK\' instead.', 'introduction' => '0.13.0', 'default' => 'appwrite_runtimes', 'required' => false, @@ -784,7 +784,7 @@ return [ ], [ 'name' => '_APP_FUNCTIONS_ENVS', - 'description' => 'Deprecated with 0.8.0, use \'_APP_FUNCTIONS_RUNTIMES\' instead!', + 'description' => 'Deprecated with 0.8.0, use \'_APP_FUNCTIONS_RUNTIMES\' instead.', 'introduction' => '0.7.0', 'default' => 'node-16.0,php-7.4,python-3.9,ruby-3.0', 'required' => false, @@ -802,7 +802,7 @@ return [ ], [ 'name' => 'DOCKERHUB_PULL_USERNAME', - 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_USERNAME\' instead!', + 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_USERNAME\' instead.', 'introduction' => '0.10.0', 'default' => '', 'required' => false, @@ -811,7 +811,7 @@ return [ ], [ 'name' => 'DOCKERHUB_PULL_PASSWORD', - 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_PASSWORD\' instead!', + 'description' => 'Deprecated with 1.2.0, use \'_APP_DOCKER_HUB_PASSWORD\' instead.', 'introduction' => '0.10.0', 'default' => '', 'required' => false, @@ -829,7 +829,7 @@ return [ ], [ 'name' => 'OPEN_RUNTIMES_NETWORK', - 'description' => 'Deprecated with 1.2.0, use \'_APP_FUNCTIONS_RUNTIMES_NETWORK\' instead!', + 'description' => 'Deprecated with 1.2.0, use \'_APP_FUNCTIONS_RUNTIMES_NETWORK\' instead.', 'introduction' => '0.13.0', 'default' => 'appwrite_runtimes', 'required' => false, From 96bc307fcd4bc19e3ab4f8eb7d6b606686d98c21 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 May 2024 15:39:26 +1200 Subject: [PATCH 3/4] Checkout 4.3.2 --- app/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/console b/app/console index f483d9631d..d751874580 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit f483d9631d6f21e94aedb20b5c37c56fea06c23e +Subproject commit d75187458097a20b9e693079b16cb3f25933d31c From 3da213434ff5097bf42f2243011e89620546679e Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 24 May 2024 15:40:42 +1200 Subject: [PATCH 4/4] Update to 4.3.3 to match cloud --- .gitmodules | 2 +- app/console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b9474b68d2..7ed6db9a3e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 4.3.2 + branch = 4.3.3 diff --git a/app/console b/app/console index d751874580..7f0fa477ef 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit d75187458097a20b9e693079b16cb3f25933d31c +Subproject commit 7f0fa477ef22e51fa3d92445a044245015a6c6ee