From 117e83e7785fe1186700a88e1b923c47850532db Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 14 Nov 2025 11:14:01 +0100 Subject: [PATCH] Release v0.88.1 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 6 +++++- GNUmakefile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b074051c..adaf48f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. -## Unreleased +## [0.88.1] - 2025-14-07 + +## Fixed + +- Fix support PostgreSQL CA bundle in Helm charts with file path option ## [0.88.0] - 2025-13-07 diff --git a/GNUmakefile b/GNUmakefile index aad52765f..3110b8e53 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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.0 +VERSION= 0.88.1 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"