Skip to content

v0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 20:54
· 393 commits to main since this release
v0.28.0
09522c4

What's Changed

⚠️ Breaking Changes

  • Update the default init package's k3s version to v1.27.2+k3s1 from v1.24.1+k3s1 by @renovate in #1709

This only impacts existing deployments using the k3s component from the default init package, and the deprecated APIs are outlined in the K8s Deprecated API Migration Guide. Chart manifests will need to be updated to support the new APIs and will need to be redeployed to the cluster ideally prior to upgrading k3s. Zarf-managed charts can detect deprecations and attempt migrations after a k3s update but any GitOps deployments will need to be updated manually (see the Helm mapkubeapis plugin if you need to do this after updating k3s)

Features

    

Rollup From v0.27 Patch Releases

  • Add a package warnings section, unhide filtered components, and improve SBOM message user experience by @Racer159 in #1749
  • Respect actions.defaults.MaxTotalSeconds within the Big Bang extension by @Noxsios in #1782

Fixes

  • Fix git repository fallbacks for branch, tag, and full repository clones by @Racer159 in #1841
  • Fix Pending pods causing the Zarf injection process to stall by @Racer159 in #1844
  • Fix deploy page in web UI not properly handling fatal error responses by @mike-winberry in #1842

Rollup From v0.27 Patch Releases

  • Correctly name the HelmRelease manifest file for the Big Bang extension by @mjnagel in #1748
  • Fix filepaths not being allowed to be nonexistent during component compose by @Noxsios in #1758
  • Fix Importing OCI skeleton components w/ no local resources by @Noxsios in #1774
  • Fix Big Bang OCI compose and Big Bang --differential package creation by @Racer159 in #1762
  • Fix htpasswd generation causing issues with external registry passwords longer than 72 bytes by @Racer159 in #1786

Docs

Rollup From v0.27 Patch Releases

Dependencies

Rollup From v0.27 Patch Releases

  • Update dependency @fontsource/roboto to v5 by @renovate in #1738
  • Update Gitea image to 1.19.3-rootless (with Gitea Helm Chart 8.3.0) by @renovate in #1505

Development

Rollup From v0.27 Patch Releases

  • Fix the nightly AWS EKS / ECR tests by @Racer159 in #1740
  • Add GitHub URLs in zarf.yamls to the Renovate bot regex matcher by @Racer159 in #1755
  • Properly remove files in parallel tests for component actions by @Racer159 in #1784
  • Fix some issues with releases running out of space by @Racer159 in #1785

New Contributors

Full Changelog: v0.27.1...v0.28.0