From aaf18e7ba2d74b0842e1fdd60edcb5bcb4f75dba Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Mon, 1 Sep 2025 10:54:35 +0200 Subject: [PATCH] Release v0.54.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5bc2e45a..98479a4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.54.0] - 2025-09-01 ### Added - Add compliance registry snapshots diff --git a/GNUmakefile b/GNUmakefile index 7bc3af9a0..ee30ade5d 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.53.0 +VERSION= 0.54.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"