From af898b951e449e5c3a6cab36f20dffbeb0e77422 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 24 Jan 2024 12:21:48 +0530 Subject: [PATCH 1/2] released 26.0.8.23 --- upgrade-guides/upgrade-to-26.0.8.23.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade-guides/upgrade-to-26.0.8.23.md b/upgrade-guides/upgrade-to-26.0.8.23.md index 65aee63..8ce0472 100644 --- a/upgrade-guides/upgrade-to-26.0.8.23.md +++ b/upgrade-guides/upgrade-to-26.0.8.23.md @@ -11,7 +11,7 @@ - Please make sure that all changes from https://gitlab.e.foundation/e/infra/ecloud-selfhosting/-/merge_requests/95/diffs are pulled. - In your `docker-compose.yml` file update the following: - - Set the nextcloud image to `registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8` + - Set the nextcloud image to `registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8-23` - Set the mailserver image to `mailserver2/mailserver:1.1.16` - In the `nginx:` service, `depends_on:` section, replace `- automx` with `- mail-autodiscover-autoconfig` - Replace the whole `automx:` service with: -- GitLab From ee869bddd441a840f598735df19b768d8c445d1e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 24 Jan 2024 12:23:27 +0530 Subject: [PATCH 2/2] released 26.0.8.23 --- templates/docker-compose/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose/docker-compose.yml b/templates/docker-compose/docker-compose.yml index 15a734e..c951ea3 100644 --- a/templates/docker-compose/docker-compose.yml +++ b/templates/docker-compose/docker-compose.yml @@ -128,7 +128,7 @@ services: - "mail.${DOMAIN}:${NC_HOST_IP}" nextcloud: - image: registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8 + image: registry.gitlab.e.foundation/e/infra/ecloud/nextcloud/selfhost:26-0-8-23 container_name: nextcloud restart: always networks: -- GitLab