From c370348263306eadd7cb0b076019262daf24158a Mon Sep 17 00:00:00 2001 From: "zarf-release-please[bot]" <257630061+zarf-release-please[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 22:53:21 +0000 Subject: [PATCH] chore(main): release 0.83.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6d685d114..4a4587707c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.82.0" + ".": "0.83.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8836cbc125..0093d9e637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.83.0](https://github.com/zarf-dev/zarf/compare/v0.82.0...v0.83.0) (2026-07-29) + + +### ⚠ BREAKING CHANGES + +* chart naming and expose other useful library functions ([#5107](https://github.com/zarf-dev/zarf/issues/5107)) + +### Features + +* **security:** support project vulnerability scanning and VEX statements ([#5029](https://github.com/zarf-dev/zarf/issues/5029)) ([45ba4f1](https://github.com/zarf-dev/zarf/commit/45ba4f175e154ad59bcca4927954411c54c881f3)) +* **update-creds:** separate commands for each service ([#5106](https://github.com/zarf-dev/zarf/issues/5106)) ([37e071f](https://github.com/zarf-dev/zarf/commit/37e071f43c86bd3801d284cb6ad293b5601ff2da)) + + +### Bug Fixes + +* proper binary scan location for nightly cve scan ([#5120](https://github.com/zarf-dev/zarf/issues/5120)) ([10a199d](https://github.com/zarf-dev/zarf/commit/10a199da3ee37a5a64ad21e82b5f220baf3c3819)) +* version aware topic assignments for hidden pages ([#5108](https://github.com/zarf-dev/zarf/issues/5108)) ([79c8ecf](https://github.com/zarf-dev/zarf/commit/79c8ecf2ca20b19d32651f0964f9523e7922f81c)) + + +### Refactoring + +* chart naming and expose other useful library functions ([#5107](https://github.com/zarf-dev/zarf/issues/5107)) ([d50162d](https://github.com/zarf-dev/zarf/commit/d50162d26b4badb410c20a0778e20d7be86dfd3f)) + ## [0.82.0](https://github.com/zarf-dev/zarf/compare/v0.81.1...v0.82.0) (2026-07-23)