Release v0.88.2

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-11-14 12:47:49 +01:00
parent f573e639ac
commit 93f2136bfd
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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"