Skip to content

Commit e1cba7a

Browse files
authored
Merge pull request #2673 from appwrite/feat-1.8.1-release
Bump Appwrite version to 1.8.1
2 parents c895c94 + ac1c31c commit e1cba7a

File tree

7 files changed

+39
-38
lines changed

7 files changed

+39
-38
lines changed

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/blog/post/building-apps-with-bun-and-appwrite/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Installing a self-hosted version of Appwrite is pretty straight-forward, all you
7575
--volume /var/run/docker.sock:/var/run/docker.sock \
7676
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
7777
--entrypoint="install" \
78-
appwrite/appwrite:1.8.0
78+
appwrite/appwrite:1.8.1
7979
```
8080

8181
For one-click setups, check out the [installation docs](https://appwrite.io/docs/self-hosting).

src/routes/blog/post/email-otp-auth-sveltekit/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker run -it --rm \
4242
--volume /var/run/docker.sock:/var/run/docker.sock \
4343
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
4444
--entrypoint="install" \
45-
appwrite/appwrite:1.8.0
45+
appwrite/appwrite:1.8.1
4646
```
4747

4848
Once that is done, [set up email delivery](https://appwrite.io/docs/advanced/self-hosting/email) on your self-hosted Appwrite instance. This can be done by visiting your `appwrite` directory and updating the `.env` file in a similar manner as follows:

src/routes/blog/post/planetscale-databases-alternative/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker run -it --rm \
7272
--volume /var/run/docker.sock:/var/run/docker.sock \
7373
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
7474
--entrypoint="install" \
75-
appwrite/appwrite:1.8.0
75+
appwrite/appwrite:1.8.1
7676
```
7777

7878
We have a dedicated [self-hosting guide](/docs/advanced/self-hosting) in our docs for more info.

src/routes/docs/advanced/self-hosting/installation/+page.markdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker run -it --rm \
4242
--volume /var/run/docker.sock:/var/run/docker.sock \
4343
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
4444
--entrypoint="install" \
45-
appwrite/appwrite:1.8.0
45+
appwrite/appwrite:1.8.1
4646
```
4747
{% /tabsitem %}
4848

@@ -53,7 +53,7 @@ docker run -it --rm ^
5353
--volume //var/run/docker.sock:/var/run/docker.sock ^
5454
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
5555
--entrypoint="install" ^
56-
appwrite/appwrite:1.8.0
56+
appwrite/appwrite:1.8.1
5757
```
5858

5959
## PowerShell
@@ -62,7 +62,7 @@ docker run -it --rm `
6262
--volume /var/run/docker.sock:/var/run/docker.sock `
6363
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
6464
--entrypoint="install" `
65-
appwrite/appwrite:1.8.0
65+
appwrite/appwrite:1.8.1
6666
```
6767
{% /tabsitem %}
6868
{% /tabs %}

static/install/compose

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- appwrite
3333

3434
appwrite:
35-
image: appwrite/appwrite:1.8.0
35+
image: appwrite/appwrite:1.8.1
3636
container_name: appwrite
3737
<<: *x-logging
3838
restart: unless-stopped
@@ -172,7 +172,7 @@ services:
172172
appwrite-console:
173173
<<: *x-logging
174174
container_name: appwrite-console
175-
image: appwrite/console:7.4.7
175+
image: appwrite/console:7.5.7
176176
restart: unless-stopped
177177
networks:
178178
- appwrite
@@ -192,7 +192,7 @@ services:
192192
- traefik.http.routers.appwrite_console_https.tls=true
193193

194194
appwrite-realtime:
195-
image: appwrite/appwrite:1.8.0
195+
image: appwrite/appwrite:1.8.1
196196
entrypoint: realtime
197197
container_name: appwrite-realtime
198198
<<: *x-logging
@@ -235,7 +235,7 @@ services:
235235
- _APP_LOGGING_CONFIG
236236

237237
appwrite-worker-audits:
238-
image: appwrite/appwrite:1.8.0
238+
image: appwrite/appwrite:1.8.1
239239
entrypoint: worker-audits
240240
<<: *x-logging
241241
container_name: appwrite-worker-audits
@@ -261,7 +261,7 @@ services:
261261
- _APP_LOGGING_CONFIG
262262

263263
appwrite-worker-webhooks:
264-
image: appwrite/appwrite:1.8.0
264+
image: appwrite/appwrite:1.8.1
265265
entrypoint: worker-webhooks
266266
<<: *x-logging
267267
container_name: appwrite-worker-webhooks
@@ -289,7 +289,7 @@ services:
289289
- _APP_LOGGING_CONFIG
290290

291291
appwrite-worker-deletes:
292-
image: appwrite/appwrite:1.8.0
292+
image: appwrite/appwrite:1.8.1
293293
entrypoint: worker-deletes
294294
<<: *x-logging
295295
container_name: appwrite-worker-deletes
@@ -352,7 +352,7 @@ services:
352352
- _APP_EMAIL_CERTIFICATES
353353

354354
appwrite-worker-databases:
355-
image: appwrite/appwrite:1.8.0
355+
image: appwrite/appwrite:1.8.1
356356
entrypoint: worker-databases
357357
<<: *x-logging
358358
container_name: appwrite-worker-databases
@@ -378,7 +378,7 @@ services:
378378
- _APP_LOGGING_CONFIG
379379

380380
appwrite-worker-builds:
381-
image: appwrite/appwrite:1.8.0
381+
image: appwrite/appwrite:1.8.1
382382
entrypoint: worker-builds
383383
<<: *x-logging
384384
container_name: appwrite-worker-builds
@@ -446,7 +446,7 @@ services:
446446
- _APP_DOMAIN_SITES
447447

448448
appwrite-worker-certificates:
449-
image: appwrite/appwrite:1.8.0
449+
image: appwrite/appwrite:1.8.1
450450
entrypoint: worker-certificates
451451
<<: *x-logging
452452
container_name: appwrite-worker-certificates
@@ -483,7 +483,7 @@ services:
483483
- _APP_LOGGING_CONFIG
484484

485485
appwrite-worker-functions:
486-
image: appwrite/appwrite:1.8.0
486+
image: appwrite/appwrite:1.8.1
487487
entrypoint: worker-functions
488488
<<: *x-logging
489489
container_name: appwrite-worker-functions
@@ -522,7 +522,7 @@ services:
522522
- _APP_LOGGING_CONFIG
523523

524524
appwrite-worker-mails:
525-
image: appwrite/appwrite:1.8.0
525+
image: appwrite/appwrite:1.8.1
526526
entrypoint: worker-mails
527527
<<: *x-logging
528528
container_name: appwrite-worker-mails
@@ -556,7 +556,7 @@ services:
556556
- _APP_OPTIONS_FORCE_HTTPS
557557

558558
appwrite-worker-messaging:
559-
image: appwrite/appwrite:1.8.0
559+
image: appwrite/appwrite:1.8.1
560560
entrypoint: worker-messaging
561561
<<: *x-logging
562562
container_name: appwrite-worker-messaging
@@ -607,7 +607,7 @@ services:
607607
- _APP_STORAGE_WASABI_BUCKET
608608

609609
appwrite-worker-migrations:
610-
image: appwrite/appwrite:1.8.0
610+
image: appwrite/appwrite:1.8.1
611611
entrypoint: worker-migrations
612612
<<: *x-logging
613613
container_name: appwrite-worker-migrations
@@ -643,7 +643,7 @@ services:
643643
- _APP_MIGRATIONS_FIREBASE_CLIENT_SECRET
644644

645645
appwrite-task-maintenance:
646-
image: appwrite/appwrite:1.8.0
646+
image: appwrite/appwrite:1.8.1
647647
entrypoint: maintenance
648648
<<: *x-logging
649649
container_name: appwrite-task-maintenance
@@ -682,7 +682,7 @@ services:
682682
- _APP_MAINTENANCE_RETENTION_SCHEDULES
683683

684684
appwrite-task-stats-resources:
685-
image: appwrite/appwrite:1.8.0
685+
image: appwrite/appwrite:1.8.1
686686
container_name: appwrite-task-stats-resources
687687
entrypoint: stats-resources
688688
<<: *x-logging
@@ -711,7 +711,7 @@ services:
711711
- _APP_STATS_RESOURCES_INTERVAL
712712

713713
appwrite-worker-stats-resources:
714-
image: appwrite/appwrite:1.8.0
714+
image: appwrite/appwrite:1.8.1
715715
entrypoint: worker-stats-resources
716716
container_name: appwrite-worker-stats-resources
717717
<<: *x-logging
@@ -739,7 +739,7 @@ services:
739739
- _APP_STATS_RESOURCES_INTERVAL
740740

741741
appwrite-worker-stats-usage:
742-
image: appwrite/appwrite:1.8.0
742+
image: appwrite/appwrite:1.8.1
743743
entrypoint: worker-stats-usage
744744
container_name: appwrite-worker-stats-usage
745745
<<: *x-logging
@@ -767,7 +767,7 @@ services:
767767
- _APP_USAGE_AGGREGATION_INTERVAL
768768

769769
appwrite-task-scheduler-functions:
770-
image: appwrite/appwrite:1.8.0
770+
image: appwrite/appwrite:1.8.1
771771
entrypoint: schedule-functions
772772
container_name: appwrite-task-scheduler-functions
773773
<<: *x-logging
@@ -792,7 +792,7 @@ services:
792792
- _APP_DB_PASS
793793

794794
appwrite-task-scheduler-executions:
795-
image: appwrite/appwrite:1.8.0
795+
image: appwrite/appwrite:1.8.1
796796
entrypoint: schedule-executions
797797
container_name: appwrite-task-scheduler-executions
798798
<<: *x-logging
@@ -817,7 +817,7 @@ services:
817817
- _APP_DB_PASS
818818

819819
appwrite-task-scheduler-messages:
820-
image: appwrite/appwrite:1.8.0
820+
image: appwrite/appwrite:1.8.1
821821
entrypoint: schedule-messages
822822
container_name: appwrite-task-scheduler-messages
823823
<<: *x-logging
@@ -842,17 +842,17 @@ services:
842842
- _APP_DB_PASS
843843

844844
appwrite-assistant:
845-
image: appwrite/assistant:0.8.3
845+
image: appwrite/assistant:0.8.4
846846
container_name: appwrite-assistant
847847
<<: *x-logging
848848
restart: unless-stopped
849849
networks:
850850
- appwrite
851851
environment:
852852
- _APP_ASSISTANT_OPENAI_API_KEY
853-
853+
854854
appwrite-browser:
855-
image: appwrite/browser:0.2.4
855+
image: appwrite/browser:0.3.2
856856
container_name: appwrite-browser
857857
<<: *x-logging
858858
restart: unless-stopped

static/install/env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ _APP_FUNCTIONS_MEMORY_SWAP=0
100100
_APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0
101101
_APP_EXECUTOR_SECRET=your-secret-key
102102
_APP_EXECUTOR_HOST=http://exc1/v1
103+
_APP_BROWSER_HOST=http://appwrite-browser:3000/v1
103104
_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
104105
_APP_FUNCTIONS_ENVS=node-16.0,php-7.4,python-3.9,ruby-3.0
105106
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60

0 commit comments

Comments
 (0)