From f4a77fcf1191ed76ae640916302304ce602cf52e Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 11 Apr 2023 16:52:38 +0000 Subject: [PATCH 1/4] feat: update readme --- README-CN.md | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README-CN.md b/README-CN.md index d1243da985..f9e211c6b9 100644 --- a/README-CN.md +++ b/README-CN.md @@ -67,7 +67,7 @@ docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ - appwrite/appwrite:1.2.1 + appwrite/appwrite:1.3.0 ``` ### Windows @@ -79,7 +79,7 @@ docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ - appwrite/appwrite:1.2.1 + appwrite/appwrite:1.3.0 ``` #### PowerShell @@ -89,7 +89,7 @@ docker run -it --rm ` --volume /var/run/docker.sock:/var/run/docker.sock ` --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ` --entrypoint="install" ` - appwrite/appwrite:1.2.1 + appwrite/appwrite:1.3.0 ``` 运行后,可以在浏览器上访问 http://localhost 找到 Appwrite 控制台。在非 Linux 的本机主机上完成安装后,服务器可能需要几分钟才能启动。 diff --git a/README.md b/README.md index d39bf510d1..f6176121c9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ English | [简体中文](README-CN.md) -[**Announcing Appwrite 1.2 with GraphQL support! Learn what's new!**](https://appwrite.io/graphql) + Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster. @@ -76,7 +76,7 @@ docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ - appwrite/appwrite:1.2.1 + appwrite/appwrite:1.3.0 ``` ### Windows @@ -88,7 +88,7 @@ docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ - appwrite/appwrite:1.2.1 + appwrite/appwrite:1.3.0 ``` #### PowerShell @@ -98,7 +98,7 @@ docker run -it --rm ` --volume /var/run/docker.sock:/var/run/docker.sock ` --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw ` --entrypoint="install" ` - appwrite/appwrite:1.2.1 + appwrite/appwrite:1.3.0 ``` Once the Docker installation is complete, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after completing the installation. From 7f14db493d6c2e40ea3d20eb9b145d0f2db98321 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 11 Apr 2023 17:00:22 +0000 Subject: [PATCH 2/4] feat: update security file --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 98a386a461..356b78d6e1 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,6 +9,7 @@ | 1.0.x | :white_check_mark: | | 1.1.x | :white_check_mark: | | 1.2.x | :white_check_mark: | +| 1.3.x | :white_check_mark: | ## Reporting a Vulnerability From 641a47f1951e63b2a8920fb26832dd5d63a62888 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 11 Apr 2023 17:21:26 +0000 Subject: [PATCH 3/4] feat: remove support for 0.15.x --- SECURITY.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 356b78d6e1..bc85b354d8 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,7 @@ | Version | Supported | | --------- | ------------------ | -| <= 0.14.x | :x: | -| 0.15.x | :white_check_mark: | +| <= 0.15.x | :x: | | 1.0.x | :white_check_mark: | | 1.1.x | :white_check_mark: | | 1.2.x | :white_check_mark: | From 871f158bb60142c89737a5422e82cbfbdc077e7a Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 11 Apr 2023 23:19:10 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6176121c9..aa808d82c3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ English | [简体中文](README-CN.md) - + Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.