What's Changed
Features
- Support mirroring non-image artifacts (i.e. Cosign signatures, OCI Helm Charts, etc) under the
images
key by @mjnagel in #2027 - Improve support for finding images that are used in operators with
zarf prepare find-images
by @mjnagel in #2027 - Automatically discover cosign signatures / attestations for discovered images in
zarf prepare find-images
by @mjnagel in #2027 - Introduce Agent TLS secret rolling with
zarf tools update-creds agent
by @Racer159 in #2065
Fixes
- Properly allow namespaces to be empty when using
zarf tools wait-for
by @Racer159 in #2055 - Fix package metadata templating when using
zarf package create
with-o
to an OCI remote by @corang in #2067 - Properly return a nil on error during a cluster creation call to prevent panics by @Racer159 in #2068
- Streamline the creation of packages by removing the max package size prompt by @Racer159 in #2071
Docs
- Update warning to caution admonition within the Pepr Webhooks example by @Racer159 in #2053
- Improve documentation for package sources and for the use of
--max-package-size
by @Racer159 in #2071
Development
Full Changelog: v0.30.0...v0.30.1