@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.88.2] - 2025-14-07
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix missing healthcheck for postgres docker compose prod.
|
||||
- Fix missing `AUTH_COOKIE_SECURE` support in entrypoint.sh.
|
||||
|
||||
## [0.88.1] - 2025-14-07
|
||||
|
||||
## Fixed
|
||||
|
||||
@@ -14,7 +14,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS)
|
||||
|
||||
DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS)
|
||||
|
||||
VERSION= 0.88.1
|
||||
VERSION= 0.88.2
|
||||
LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'"
|
||||
GCFLAGS= -gcflags="-e"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user