Compare commits

...

3 Commits

Author SHA1 Message Date
182edd374f Adds a release note to a previous release 2025-03-21 08:13:41 +00:00
96a5435d11
fix: update label 2025-01-09 13:02:17 +01:00
d699b3944e
fix: remove unused network
See toolshed/abra#470
2025-01-09 12:23:10 +01:00
3 changed files with 2 additions and 6 deletions

View File

@ -16,5 +16,3 @@ SECRET_TEST_PASS_ONE_VERSION=v1
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
#SECRET_EXTRA_PASS_VERSION=v1
#SECRET_LONG_SECRET_VERSION=v1
NETWORK_WITH_COMMENT=BAZ # should be removed

View File

@ -8,7 +8,6 @@ services:
- TEST_ENV_STANZA=DING # should be removed
networks:
- proxy
- net_with_comment
volumes:
- test-volume:/var/www
secrets:
@ -24,7 +23,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+1.21.0"
- "coop-cloud.${STACK_NAME}.version=0.3.1+1.21.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "backupbot.backup=true"
@ -56,5 +55,3 @@ volumes:
networks:
proxy:
external: true
net_with_comment:
name: ${NETWORK_WITH_COMMENT}

1
release/0.3.0+1.21.0 Normal file
View File

@ -0,0 +1 @@
A release note added after the release