From 2ec9fa110dd23dc2b81044df9d7268790a9ad862 Mon Sep 17 00:00:00 2001 From: Ville Heinila Date: Thu, 30 Jan 2025 11:45:21 +0200 Subject: [PATCH 1/2] Update README.md (#1128) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e152e87..e070b543 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > Docker Compose files will be removed from this repository by the release of Camunda 8.7 (April 2025). > Check [Camunda 8 Self-Managed - Docker Compose](https://github.com/camunda/camunda-self-managed/tree/main/docker-compose) for more details. -This repository contains [releases for Camunda 8](https://github.com/camunda/camunda-platform/releases). +This repository contains [releases for Camunda 8](https://github.com/camunda/camunda-platform/releases) for versions below 8.6.0. For Camunda releases 8.6.0 and above, please go to [camunda/camunda](https://github.com/camunda/camunda/releases) repository. For more details check: From 3c40bf0670f477ba976e13b295410fa34ca5e73e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:57:28 +0000 Subject: [PATCH 2/2] chore(deps): update axllent/mailpit docker tag to v1.22.0 (#1126) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .env | 2 +- docker-compose/camunda-8.6/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 9bffdb98..27d58720 100644 --- a/.env +++ b/.env @@ -23,7 +23,7 @@ CAMUNDA_WEB_MODELER_VERSION=8.6.6 ELASTIC_VERSION=8.17.1 KEYCLOAK_SERVER_VERSION=24.0.5 # renovate: datasource=docker depName=axllent/mailpit -MAILPIT_VERSION=v1.21.8 +MAILPIT_VERSION=v1.22.0 POSTGRES_VERSION=14.5-alpine HOST=localhost KEYCLOAK_HOST=localhost diff --git a/docker-compose/camunda-8.6/.env b/docker-compose/camunda-8.6/.env index 52a6d9ee..b8dc9c0a 100644 --- a/docker-compose/camunda-8.6/.env +++ b/docker-compose/camunda-8.6/.env @@ -11,7 +11,7 @@ CAMUNDA_WEB_MODELER_VERSION=8.6.6 ELASTIC_VERSION=8.17.1 KEYCLOAK_SERVER_VERSION=24.0.5 # renovate: datasource=docker depName=axllent/mailpit -MAILPIT_VERSION=v1.21.8 +MAILPIT_VERSION=v1.22.0 POSTGRES_VERSION=14.5-alpine HOST=localhost KEYCLOAK_HOST=localhost