From 9484658d9733cea07c2d6b0c8016d1eadf3d474f Mon Sep 17 00:00:00 2001 From: "zarf-release-please[bot]" <257630061+zarf-release-please[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:25:28 +0000 Subject: [PATCH] chore(main): release 0.78.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bec5fdbfd1..2fc6875364 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.77.0" + ".": "0.78.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a59386583..d126887a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.78.0](https://github.com/zarf-dev/zarf/compare/v0.77.0...v0.78.0) (2026-06-08) + + +### ⚠ BREAKING CHANGES + +* **values:** support state built-ins ([#4957](https://github.com/zarf-dev/zarf/issues/4957)) +* **values:** support schema merge on imports ([#4951](https://github.com/zarf-dev/zarf/issues/4951)) + +### Features + +* **init:** add init agent for the agent to only mutate labeled resources ([#4937](https://github.com/zarf-dev/zarf/issues/4937)) ([4dcc4ae](https://github.com/zarf-dev/zarf/commit/4dcc4ae8532fc5549a5e4884d1028fb0945d068b)) +* **values:** support schema merge on imports ([#4951](https://github.com/zarf-dev/zarf/issues/4951)) ([9c79597](https://github.com/zarf-dev/zarf/commit/9c7959763b258373ffe14094c7a6f0a9ebbbdf1b)) +* **values:** support state built-ins ([#4957](https://github.com/zarf-dev/zarf/issues/4957)) ([5105843](https://github.com/zarf-dev/zarf/commit/51058430fccac9a5a035d74adbea7039536e9b8d)) + + +### Bug Fixes + +* **agent:** properly pass through context ([#4966](https://github.com/zarf-dev/zarf/issues/4966)) ([9b844cc](https://github.com/zarf-dev/zarf/commit/9b844cca8977d578e0f097d476ee09bff9874c27)) +* **tools,wait:** handle context propagation for networking calls ([#4925](https://github.com/zarf-dev/zarf/issues/4925)) ([42dba94](https://github.com/zarf-dev/zarf/commit/42dba94122371cfb53132290e375be83f309d8c7)) + ## [0.77.0](https://github.com/zarf-dev/zarf/compare/v0.76.0...v0.77.0) (2026-05-28)