What's Changed
Fixes
- Add warnings to better log the errors encountered on image push retries by @Racer159 in #2147
- Make
set -e
(and$ErrorActionPreference = 'Stop';
) the default for multiline actions so that they fail correctly by @UncleGedd in #2148
Docs
- Improve the docs for
zarf tools k9s
options and other command examples by @Racer159 in #2132
Dependencies
Development
- Fix race condition in TestValidateLastNonBreakingVersion unit test by @lucasrod16 in #2138
- Split up the e2e tests that need a cluster, versus ones that do not to speed up CI by @bdw617 in #2139
- Update external tests to run in a unique k3d cluster and use the same Gitea chart as Zarf by @bdw617 in #2145
Full Changelog: v0.31.1...v0.31.2