Compare commits
7 Commits
add-onion-
...
3.10.0+v3.
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f977f1cca | |||
| ee344cce5d | |||
| 27cc7efb72 | |||
|
324933a9cc
|
|||
| dc3e50838f | |||
| d59f6e0302 | |||
| c2cdfd80b6 |
@ -1,5 +1,6 @@
|
||||
---
|
||||
name: "Traefik pull request template"
|
||||
about: "Traefik pull request template"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
||||
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "traefik:v3.6.6"
|
||||
image: "traefik:v3.6.7"
|
||||
# Note(decentral1se): *please do not* add any additional ports here.
|
||||
# Doing so could break new installs with port conflicts. Please use
|
||||
# the usual `compose.$app.yml` approach for any additional ports
|
||||
@ -48,7 +48,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=3.9.0+v3.6.5"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.10.0+v3.6.7"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
|
||||
|
||||
10
release/3.10.0+v3.6.7
Normal file
10
release/3.10.0+v3.6.7
Normal file
@ -0,0 +1,10 @@
|
||||
Short summary of the latest changes:
|
||||
|
||||
* Traefik has been upgraded with a patch release, no issues expected.
|
||||
* "CurveP256" has been included to the TLS options.
|
||||
* The default TIMEOUT value has been removed from the label directly.
|
||||
* Anubis support is here, try out `compose.anubis.yml` and see the README.md for more.
|
||||
* Onion services with Tor are not supported! See the README.md for more.
|
||||
* There are now officially 3 recipe maintainers for Traefik!
|
||||
|
||||
All changes: https://git.coopcloud.tech/coop-cloud/traefik/compare/3.9.0+v3.6.5...master
|
||||
Reference in New Issue
Block a user