Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.77.0"
".": "0.78.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading