Known Issues
zarf init
orzarf tools download-init
pulling of the Zarf init package fails on this version - use the following curl command as a workaround (replacingamd64
witharm64
as required):
curl -L https://github.com/defenseunicorns/zarf/releases/download/v0.30.0-rc1/zarf-init-amd64-v0.30.0-rc1.tar.zst -O ~/.zarf-cache/zarf-init-amd64-v0.30.0-rc1.tar.zst
What's Changed
- feat: initial implementation of pattern by @Racer159 in #2016
- feat: allow shasums to be present in images by @Racer159 in #2028
- feat: in cluster package webhooks via Pepr (alpha) by @YrrepNoj in #1899
- fix: EKS cluster teardown in nightly workflow and update eksctl version by @lucasrod16 in #2014
- fix: adjust timeout messaging to be more correct on timeout errors with 0 retries by @Racer159 in #2012
- fix: adds a hint when the release might be empty by @dgershman in #2003
- fix: remove the image manifest check from find successors by @Racer159 in #2018
- fix: refactor image pulling to use goroutines for concurrency by @corang in #1868
- fix: return an error after processing all charts if any of them failed during image discovery by @Racer159 in #2038
- chore(deps): update github.com/anchore/stereoscope digest to bf05af5 by @renovate in #1986
- chore(deps): update aws-actions/configure-aws-credentials action to v4 by @renovate in #2011
- chore(deps): update actions/checkout action to v4 by @renovate in #2006
- chore(deps): update docker/login-action action to v3 by @renovate in #2013
- chore(deps): update all non-major dependencies by @renovate in #1961
- chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #2017
- chore(deps): upgrade to cosign v2 and be more clear on the deprecation of
sget://
by @Racer159 in #2023 - chore: update the bundle adr to express its migration to uds-cli by @Racer159 in #2031
- chore: officially deprecate component
group
and add messaging to CLI + docs by @Racer159 in #2032 - chore: refine the documentation for
manifests
by @Racer159 in #2039 - chore: refactor package loading process w provider pattern (the real MZAL) by @Noxsios in #1977
- chore: mark the Zarf UI as [Deprecated] and update tunnel logic for library use by @Racer159 in #2042
- chore: cleanup files in release workflow by @Racer159 in #2045
Full Changelog: v0.29.2...v0.30.0-rc1