From 5e3cb7955059f0d38f57ea70a940887c4a7427f5 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Tue, 17 Mar 2026 14:14:53 +0100 Subject: [PATCH] Release v0.144.0 Signed-off-by: Sacha Al Himdani --- CHANGELOG.md | 8 ++++++++ GNUmakefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b6837ab..82cc94ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [0.144.0] - 2026-03-17 + +### Added + +- Add implemented state and justification to controls +- Add release guide documentation +- Add Lima sandbox environment for parallel feature testing + ## [0.143.0] - 2026-03-16 ### Added diff --git a/GNUmakefile b/GNUmakefile index c4edf6465..39bad7a31 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ DOCKER_BUILD= DOCKER_BUILDKIT=1 $(DOCKER) build $(DOCKER_BUILD_FLAGS) DOCKER_COMPOSE= $(DOCKER) compose -f compose.yaml $(DOCKER_COMPOSE_FLAGS) -VERSION= 0.143.0 +VERSION= 0.144.0 LDFLAGS= -ldflags "-X 'main.version=$(VERSION)' -X 'main.env=prod'" GCFLAGS= -gcflags="-e"