Skip to content

Releases: zarf-dev/zarf

v0.69.0

08 Jan 22:48
v0.69.0
6567728

Choose a tag to compare

👋 Hey Everyone! Zarf v0.69.0 has been released. :zarf:

Notably we have a few SDK breaking changes as we charge towards v1.0.0 (expect more on this soon):

  1. Support for the injector being architecture aware (and thus only scheduling on a matching architecture node) has required updates to the cluster.StartInjection() function. This only impacts those who are using the SDK for injection.
  2. SkipSignatureValidation has been removed from the packager.LoadOptions and layout.PackageLayoutOptions structs with the addition of a Verify field. This change impacts SDK users who explicitly set the SkipSignatureValidation field on the mentioned options.

Regarding package verification and item 2 above - Zarf is now attempting verification when possible on all deployments but only enforcing verification when --verify is set (or package.verify: true in your config file). See issue #4048 for more context on decision. --skip-signature-validation flag has been deprecated but retained so as to not break any users with automation.

Note!: If you are explicitly relying on Zarf to fail deployments based on verification - you will need to set --verify to have parity with previous behaviors.

Other improvements or fixes:

  • k3s upstream bugs and init package updates - #4435
  • fixes for flux objects with the registry proxy feature - #4486
  • arbitrary manifest naming support - #4493

As well as other dependency updates and bug fixes for user and development experience.

Thanks to all of those who contributed to this release!

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #4494
  • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #4478
  • chore(deps): bump helm.sh/helm/v3 from 3.19.3 to 3.19.4 by @dependabot[bot] in #4483
  • chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 by @dependabot[bot] in #4496
  • chore(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in #4497
  • chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.23.0 to 1.24.0 by @dependabot[bot] in #4502
  • chore(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 by @dependabot[bot] in #4504

Full Changelog: v0.68.1...v0.69.0

v0.69.0-rc1

08 Jan 21:39
v0.69.0-rc1
6567728

Choose a tag to compare

v0.69.0-rc1 Pre-release
Pre-release

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github/codeql-action from 4.31.8 to 4.31.9 by @dependabot[bot] in #4494
  • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #4478
  • chore(deps): bump helm.sh/helm/v3 from 3.19.3 to 3.19.4 by @dependabot[bot] in #4483
  • chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 by @dependabot[bot] in #4496
  • chore(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1 by @dependabot[bot] in #4497
  • chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.23.0 to 1.24.0 by @dependabot[bot] in #4502
  • chore(deps): bump github.com/goccy/go-yaml from 1.19.1 to 1.19.2 by @dependabot[bot] in #4504

Full Changelog: v0.68.1...v0.69.0-rc1

v0.68.1

18 Dec 21:44
v0.68.1
e71a9b4

Choose a tag to compare

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github/codeql-action from 4.31.5 to 4.31.7 by @dependabot[bot] in #4449
  • chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #4448
  • chore(deps): bump the actions-organization group with 3 updates by @dependabot[bot] in #4447
  • chore(deps): bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0 by @dependabot[bot] in #4450
  • chore(deps): bump the golang group across 1 directory with 3 updates by @dependabot[bot] in #4455
  • chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #4433
  • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #4459
  • chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.6 to 5.22.7 by @dependabot[bot] in #4461
  • chore(deps): bump helm.sh/helm/v3 from 3.19.2 to 3.19.3 by @dependabot[bot] in #4472
  • chore(deps): bump the k8s group across 1 directory with 6 updates by @dependabot[bot] in #4468
  • chore(deps): bump the actions-organization group with 2 updates by @dependabot[bot] in #4475
  • chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #4477
  • chore(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #4476
  • chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 by @dependabot[bot] in #4479
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.49.2 to 4.50.1 by @dependabot[bot] in #4480

Full Changelog: v0.67.0...v0.68.1

v0.67.0

05 Dec 22:02
v0.67.0
fe2731f

Choose a tag to compare

BREAKING CHANGES:

  • Zarf now allows setting static injector nodeport values. Check your nodeport configuration values.
  • Values files can now be referenced from any directory during zarf package create. Check that your package builds work as expected if you are using the values alpha feature.

Notables:
New command alias zarf package push for zarf package publish
Values schema validation now catches configuration errors earlier - as well as zarf dev inspect can analyze values configurations (alpha)
Custom security contexts can be configured for registry deployments
The SDK now exports the images and features packages

Bug fixes include:

  • Image detection properly handles underscores in names
  • zarf package publish works when package names match existing directories
  • Agent release discovery works with custom-named init packages
  • Archive creation post-pull clears attributes and sorts files for reproducible package checksums

Dependency updates as always - Helm, K9s, etc

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot[bot] in #4372
  • chore(deps): bump github.com/docker/cli from 29.0.0+incompatible to 29.0.1+incompatible in the docker group across 1 directory by @dependabot[bot] in #4373
  • chore(deps): bump sigs.k8s.io/kustomize/api from 0.20.1 to 0.21.0 by @dependabot[bot] in #4380
  • chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #4389
  • chore(deps): bump github.com/docker/cli from 29.0.1+incompatible to 29.0.2+incompatible in the docker group across 1 directory by @dependabot[bot] in #4379
  • chore(deps): bump astro from 5.14.4 to 5.16.0 in /site by @dependabot[bot] in #4390
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.7.3 to 1.7.4 by @dependabot[bot] in #4396
  • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #4394
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.48.1 to 4.48.2 by @dependabot[bot] in #4395
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #4409
  • chore(deps): bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #4408
  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #4407
  • chore(deps): bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7 by @dependabot[bot] in #4412
  • chore(deps): bump github.com/docker/cli from 29.0.2+incompatible to 29.0.4+incompatible in the docker group across 1 directory by @dependabot[bot] in #4411
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.48.2 to 4.49.2 by @dependabot[bot] in #4413
  • chore(deps): bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in #4422
  • chore(deps): bump aws-actions/configure-aws-credentials from 5.1.0 to 5.1.1 by @dependabot[bot] in #4421
  • chore(deps): bump the actions-organization group with 4 updates by @dependabot[bot] in #4406
  • chore(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in #4423

New Contributors

Full Changelog: v0.66.0...v0.67.0

v0.67.0-rc1

05 Dec 21:13
v0.67.0-rc1
fe2731f

Choose a tag to compare

v0.67.0-rc1 Pre-release
Pre-release

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot[bot] in #4372
  • chore(deps): bump github.com/docker/cli from 29.0.0+incompatible to 29.0.1+incompatible in the docker group across 1 directory by @dependabot[bot] in #4373
  • chore(deps): bump sigs.k8s.io/kustomize/api from 0.20.1 to 0.21.0 by @dependabot[bot] in #4380
  • chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #4389
  • chore(deps): bump github.com/docker/cli from 29.0.1+incompatible to 29.0.2+incompatible in the docker group across 1 directory by @dependabot[bot] in #4379
  • chore(deps): bump astro from 5.14.4 to 5.16.0 in /site by @dependabot[bot] in #4390
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.7.3 to 1.7.4 by @dependabot[bot] in #4396
  • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #4394
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.48.1 to 4.48.2 by @dependabot[bot] in #4395
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #4409
  • chore(deps): bump github/codeql-action from 4.31.2 to 4.31.4 by @dependabot[bot] in #4408
  • chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #4407
  • chore(deps): bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7 by @dependabot[bot] in #4412
  • chore(deps): bump github.com/docker/cli from 29.0.2+incompatible to 29.0.4+incompatible in the docker group across 1 directory by @dependabot[bot] in #4411
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.48.2 to 4.49.2 by @dependabot[bot] in #4413
  • chore(deps): bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in #4422
  • chore(deps): bump aws-actions/configure-aws-credentials from 5.1.0 to 5.1.1 by @dependabot[bot] in #4421
  • chore(deps): bump the actions-organization group with 4 updates by @dependabot[bot] in #4406
  • chore(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0 by @dependabot[bot] in #4423

New Contributors

Full Changelog: v0.66.0...v0.67.0-rc1

v0.66.0

13 Nov 18:28
v0.66.0
e3e5f19

Choose a tag to compare

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.5 to 5.22.6 by @dependabot[bot] in #4337
  • chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by @dependabot[bot] in #4329
  • chore(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #4336
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.3 to 0.22.4 by @dependabot[bot] in #4341
  • chore(deps): bump github.com/anchore/stereoscope from 0.1.11 to 0.1.12 by @dependabot[bot] in #4342
  • chore(deps): bump github.com/anchore/syft from 1.36.0 to 1.37.0 by @dependabot[bot] in #4343
  • chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #4351
  • chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 in the golang group across 1 directory by @dependabot[bot] in #4352
  • chore(deps): bump the docker group across 1 directory with 2 updates by @dependabot[bot] in #4345
  • chore(deps): bump the k8s group across 1 directory with 6 updates by @dependabot[bot] in #4359

Full Changelog: v0.65.1...v0.66.0

v0.65.1

31 Oct 14:30
v0.65.1
d15db6d

Choose a tag to compare

What's Changed

🚀 Updates

Full Changelog: v0.65.0-rc1...v0.65.1

v0.65.0

30 Oct 20:55
v0.65.0
0e34a65

Choose a tag to compare

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github.com/anchore/syft from 1.33.0 to 1.34.2 by @dependabot[bot] in #4281
  • chore(deps): bump github.com/pterm/pterm from 0.12.81 to 0.12.82 by @dependabot[bot] in #4277
  • chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #4292
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.47.2 to 4.48.1 by @dependabot[bot] in #4293
  • chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the actions-organization group by @dependabot[bot] in #4291
  • chore(deps): bump github.com/anchore/syft from 1.34.2 to 1.36.0 by @dependabot[bot] in #4305
  • chore(deps): bump the actions-organization group with 4 updates by @dependabot[bot] in #4315
  • chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #4316
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.7.2 to 1.7.3 by @dependabot[bot] in #4322

New Contributors

Full Changelog: v0.64.0...v0.65.0

v0.65.0-rc1

30 Oct 20:02
v0.65.0-rc1
0e34a65

Choose a tag to compare

v0.65.0-rc1 Pre-release
Pre-release

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github.com/anchore/syft from 1.33.0 to 1.34.2 by @dependabot[bot] in #4281
  • chore(deps): bump github.com/pterm/pterm from 0.12.81 to 0.12.82 by @dependabot[bot] in #4277
  • chore(deps): bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #4292
  • chore(deps): bump github.com/mikefarah/yq/v4 from 4.47.2 to 4.48.1 by @dependabot[bot] in #4293
  • chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0 in the actions-organization group by @dependabot[bot] in #4291
  • chore(deps): bump github.com/anchore/syft from 1.34.2 to 1.36.0 by @dependabot[bot] in #4305
  • chore(deps): bump the actions-organization group with 4 updates by @dependabot[bot] in #4315
  • chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #4316
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.7.2 to 1.7.3 by @dependabot[bot] in #4322

New Contributors

Full Changelog: v0.64.0...v0.65.0-rc1

v0.64.0

16 Oct 21:35
v0.64.0
69c0032

Choose a tag to compare

What's Changed

🚀 Updates

📦 Dependencies

  • chore(deps): bump github.com/sigstore/cosign/v2 from 2.6.0 to 2.6.1 by @dependabot[bot] in #4229
  • chore(deps): bump the docker group across 1 directory with 2 updates by @dependabot[bot] in #4228
  • chore(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #4232
  • chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #4231
  • chore(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #4230
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.7.0 to 1.7.1 by @dependabot[bot] in #4238
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.2 by @dependabot[bot] in #4237
  • chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot[bot] in #4246
  • chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.21.0 to 1.22.0 by @dependabot[bot] in #4254
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.2 to 5.16.3 by @dependabot[bot] in #4233
  • chore(deps): bump astro from 5.13.2 to 5.14.4 in /site by @dependabot[bot] in #4259
  • chore(deps): bump aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0 by @dependabot[bot] in #4263
  • chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 in the actions-organization group by @dependabot[bot] in #4262
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.2 to 0.22.3 by @dependabot[bot] in #4265
  • chore(deps): bump the docker group across 1 directory with 2 updates by @dependabot[bot] in #4247
  • chore(deps): bump github.com/fluxcd/source-controller/api from 1.7.1 to 1.7.2 by @dependabot[bot] in #4270
  • chore(deps): bump github.com/avast/retry-go/v4 from 4.6.1 to 4.7.0 by @dependabot[bot] in #4269
  • chore(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #4264
  • chore(deps): bump github.com/gofrs/flock from 0.12.1 to 0.13.0 by @dependabot[bot] in #4271

New Contributors

Full Changelog: v0.63.0-rc1...v0.64.0