Skip to content

Update dependency zarf-dev/zarf to v0.71.1#78

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/zarf-dev-zarf-0.x
Open

Update dependency zarf-dev/zarf to v0.71.1#78
renovate[bot] wants to merge 1 commit intomainfrom
renovate/zarf-dev-zarf-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
zarf-dev/zarf minor v0.60.0v0.71.1
zarf-dev/zarf minor 0.60.00.71.1

Release Notes

zarf-dev/zarf (zarf-dev/zarf)

v0.71.1

Compare Source

Bug Fixes
What's Changed
🚀 Updates

Full Changelog: zarf-dev/zarf@v0.71.0...v0.71.1

v0.71.0

Compare Source

⚠ BREAKING CHANGES
  • registry-proxy: built-in mtls support (#​4162)
  • wait: create wait package and call it directly within actions (#​4549)
  • remove global plainHTTP and insecureSkipTLSVerify in favor of optional parameters (#​4561)
  • move v1alpha1 validation logic to it's own package (#​4544)
Features
Bug Fixes
Refactoring
  • move v1alpha1 validation logic to it's own package (#​4544) (502a6be)
  • wait: create wait package and call it directly within actions (#​4549) (2498e1c)

What's Changed

🚀 Updates
📦 Dependencies

New Contributors

Full Changelog: zarf-dev/zarf@v0.70.1...v0.71.0

v0.70.1

Compare Source

What's Changed

🚀 Updates
📦 Dependencies

Full Changelog: zarf-dev/zarf@v0.69.0...v0.70.1

v0.70.0

Compare Source

v0.69.0

Compare Source

👋 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

Full Changelog: zarf-dev/zarf@v0.68.1...v0.69.0

v0.68.1

Compare Source

What's Changed

🚀 Updates
📦 Dependencies

Full Changelog: zarf-dev/zarf@v0.67.0...v0.68.1

v0.68.0

Compare Source

v0.67.0

Compare Source

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: zarf-dev/zarf@v0.66.0...v0.67.0

v0.66.0

Compare Source

What's Changed
🚀 Updates
📦 Dependencies

Full Changelog: zarf-dev/zarf@v0.65.1...v0.66.0

v0.65.1

Compare Source

What's Changed
🚀 Updates

Full Changelog: zarf-dev/zarf@v0.65.0-rc1...v0.65.1

v0.65.0

Compare Source

What's Changed
🚀 Updates
📦 Dependencies
New Contributors

Full Changelog: zarf-dev/zarf@v0.64.0...v0.65.0

v0.64.0

Compare Source

What's Changed
🚀 Updates
📦 Dependencies
New Contributors

Full Changelog: zarf-dev/zarf@v0.63.0-rc1...v0.64.0

v0.63.0

Compare Source

What's Changed
🚀 Updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 1c6ae5a to ff6c92a Compare September 6, 2025 19:51
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.61.0 Update dependency zarf-dev/zarf to v0.61.2 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from ff6c92a to a48fd62 Compare September 18, 2025 22:35
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.61.2 Update dependency zarf-dev/zarf to v0.62.0 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from a48fd62 to d654ccb Compare October 2, 2025 18:32
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.62.0 Update dependency zarf-dev/zarf to v0.63.0 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from d654ccb to 076114b Compare October 16, 2025 21:13
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.63.0 Update dependency zarf-dev/zarf to v0.64.0 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 076114b to 36bd9f4 Compare October 17, 2025 13:33
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 36bd9f4 to bea649b Compare October 30, 2025 23:28
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.64.0 Update dependency zarf-dev/zarf to v0.65.0 Oct 30, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from bea649b to 1a649e7 Compare October 31, 2025 15:30
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.65.0 Update dependency zarf-dev/zarf to v0.65.1 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 1a649e7 to 44d6e1a Compare November 13, 2025 22:15
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.65.1 Update dependency zarf-dev/zarf to v0.66.0 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 44d6e1a to 9bede77 Compare November 13, 2025 22:25
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch 2 times, most recently from 7f25dc4 to d55ad69 Compare December 6, 2025 03:03
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.66.0 Update dependency zarf-dev/zarf to v0.67.0 Dec 6, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from d55ad69 to 76db126 Compare December 18, 2025 20:53
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.67.0 Update dependency zarf-dev/zarf to v0.68.0 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 76db126 to d8ac845 Compare December 19, 2025 01:46
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.68.0 Update dependency zarf-dev/zarf to v0.68.1 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from d8ac845 to cfd025e Compare January 9, 2026 01:39
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.68.1 Update dependency zarf-dev/zarf to v0.69.0 Jan 9, 2026
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from cfd025e to 7bed8ce Compare January 23, 2026 00:30
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.69.0 Update dependency zarf-dev/zarf to v0.70.1 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 7bed8ce to e726b37 Compare January 28, 2026 14:20
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from e726b37 to 7a27422 Compare February 5, 2026 19:03
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.70.1 Update dependency zarf-dev/zarf to v0.71.0 Feb 5, 2026
@renovate renovate bot force-pushed the renovate/zarf-dev-zarf-0.x branch from 7a27422 to 159233a Compare February 6, 2026 20:58
@renovate renovate bot changed the title Update dependency zarf-dev/zarf to v0.71.0 Update dependency zarf-dev/zarf to v0.71.1 Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants