From a1d7cdb05daa1b6dd32584658aa64819d753a382 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 21 Mar 2026 17:39:05 +0100 Subject: [PATCH] chore: prep for 5.0.0+v3.6.10 --- compose.yml | 2 +- release/5.0.0+v3.6.10 | 10 ++++++++++ release/next | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 release/5.0.0+v3.6.10 delete mode 100644 release/next diff --git a/compose.yml b/compose.yml index 5827385..6f57080 100644 --- a/compose.yml +++ b/compose.yml @@ -55,7 +55,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.service=api@internal" - "traefik.http.routers.${STACK_NAME}.middlewares=security@file" - - "coop-cloud.${STACK_NAME}.version=4.0.0+v3.6.10" + - "coop-cloud.${STACK_NAME}.version=5.0.0+v3.6.10" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}" - "backupbot.backup=${ENABLE_BACKUPS:-true}" diff --git a/release/5.0.0+v3.6.10 b/release/5.0.0+v3.6.10 new file mode 100644 index 0000000..53c137e --- /dev/null +++ b/release/5.0.0+v3.6.10 @@ -0,0 +1,10 @@ +/!\ BREAKING CHANGE: Change metrics endpoint to use https instead of http 8082 + to prevent sending BASIC_AUTH in plaintext + +The metrics endpoint changed from http on port 8082 to the web-secure +endpoint to prevent sending BASIC_AUTH credentials plaintext. If metrics is +enabled you need to configure a FQDN for it by setting METRICS_FQDN in your +.env. You should also update the scrape config files in prometheus for +Traefik metrics from port 8082 to the new FQDN. + +All changes: https://git.coopcloud.tech/coop-cloud/traefik/compare/5.0.0+v3.6.10...4.0.0+v3.6.10 diff --git a/release/next b/release/next deleted file mode 100644 index 889fe4c..0000000 --- a/release/next +++ /dev/null @@ -1 +0,0 @@ -* The metrics endpoint changed from http on port 8082 to the web-secure endpoint to prevent sending BASIC_AUTH credentials plaintext. If metrics is enabled you need to configure a FQDN for it by setting METRICS_FQDN in your .env. You should also update the scrape config files in prometheus for Traefik metrics from port 8082 to the new FQDN. \ No newline at end of file -- 2.49.0