From c7ca36b76737b5ce00bd845ca943e15a1cec169e Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Tue, 30 Jun 2026 19:40:49 +0200 Subject: [PATCH] Release probod-bootstrap/v0.4.0 Signed-off-by: Bryan Frimin --- cmd/probod-bootstrap/CHANGELOG.md | 10 ++++++++++ cmd/probod-bootstrap/VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/cmd/probod-bootstrap/CHANGELOG.md b/cmd/probod-bootstrap/CHANGELOG.md index 13612daeb..6d95cc843 100644 --- a/cmd/probod-bootstrap/CHANGELOG.md +++ b/cmd/probod-bootstrap/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to `probod-bootstrap` will be documented in this file. ## Unreleased +## [0.4.0] - 2026-06-30 + +### Added + +- `--format` flag: pass `--format json` to emit the resolved configuration as JSON instead of YAML + +### Fixed + +- Empty-valued env vars are now omitted from the generated configuration file + ## [0.3.0] - 2026-06-30 ### Added diff --git a/cmd/probod-bootstrap/VERSION b/cmd/probod-bootstrap/VERSION index 0d91a54c7..1d0ba9ea1 100644 --- a/cmd/probod-bootstrap/VERSION +++ b/cmd/probod-bootstrap/VERSION @@ -1 +1 @@ -0.3.0 +0.4.0