What's Changed
🚀 Updates
- feat(zoci): add transport parameter to NewRemoteWithOptions by @AustinAbro321 in #5260
- fix: pass remote options when loading OCI init packages by @fabian1heinrich in #5265
- feat: warn on image push failure by @AustinAbro321 in #5268
- test: v1beta1 to v1alpha1 roundtrip fuzzing by @AustinAbro321 in #5249
- chore: add missing tests for URL and Commit format by @soltysh in #5277
- refactor(state): move agent information into a sub-struct by @AustinAbro321 in #5269
- feat!: publish v1beta1 component configs by @AustinAbro321 in #5219
- fix: support platform flag entries for crane copy by @brandtkeller in #5280
- feat: add oci source auto-prefixing by @mjnagel in #5273
- feat(helm): support allowable errors for helm chart retries by @brandtkeller in #5287
- fix(helm): ensure retrieval of latest release by @brandtkeller in #5295
- test: fix typos in image discovery fixtures and test text by @luojiyin1987 in #4945
- feat: add index and count to deploy by @a1994sc in #4170
- chore: update gitea chart to
12.7.0by @NAME-ASHWANIYADAV in #5302
📦 Dependencies
- chore(deps): bump k8s.io/streaming from 0.36.3 to 0.36.4 in the k8s group across 1 directory by @dependabot[bot] in #5256
- chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5264
- chore(deps): bump github.com/stretchr/testify from 1.12.0 to 1.12.1 by @dependabot[bot] in #5270
- chore(deps): bump helm.sh/helm/v4 from 4.2.3 to 4.2.4 by @dependabot[bot] in #5258
- chore(deps): bump the k8s group across 1 directory with 2 updates by @dependabot[bot] in #5288
- chore(deps): bump github.com/mikefarah/yq/v4 from 4.53.3 to 4.53.6 by @dependabot[bot] in #5292
- chore(deps): bump github.com/google/go-containerregistry from 0.21.9 to 0.22.0 by @dependabot[bot] in #5297
- chore(deps): bump the k8s group across 1 directory with 6 updates by @dependabot[bot] in #5291
- chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5296
- chore(deps): bump github.com/sirupsen/logrus from 1.9.4 to 1.10.2 by @dependabot[bot] in #5305
New Contributors
- @fabian1heinrich made their first contribution in #5265
- @luojiyin1987 made their first contribution in #4945
- @NAME-ASHWANIYADAV made their first contribution in #5302
Full Changelog: v0.84.0...v0.85.0-rc1
Verifying Init Packages
The init packages in this release are signed with keyless Sigstore signing. Verify with:
amd64:
zarf package verify zarf-init-amd64-v0.85.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"arm64:
zarf package verify zarf-init-arm64-v0.85.0-rc1.tar.zst \
--certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.85.0-rc1" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"See RELEASES.md for details.