From 0e2f9a20d875c22dded671f0da7d63bd6cfff9e6 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 1 Sep 2025 19:08:58 +0200 Subject: [PATCH] Release v0.55.0 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 11bb9ab77..063f23583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.55.0] - 2025-09-01 + +### Added +- Add vendor snapshots ### Fixed - Fix document deletion and update errors - Remove signature block from trust center documents +- Fix non mandatory fields on vendor ## [0.54.0] - 2025-09-01 diff --git a/GNUmakefile b/GNUmakefile index ee30ade5d..9725662f7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -11,7 +11,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.54.0 +VERSION= 0.55.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"