Skip to content

fix(deps): update zarf to v0.80.0#1404

Merged
briantwatson merged 2 commits into
mainfrom
renovate/zarf
Jun 29, 2026
Merged

fix(deps): update zarf to v0.80.0#1404
briantwatson merged 2 commits into
mainfrom
renovate/zarf

Conversation

@renovate

@renovate renovate Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/zarf-dev/zarf v0.78.0v0.80.0 age confidence require minor
zarf-dev/zarf 0.78.00.80.0 age confidence minor
zarf-dev/zarf v0.78.0v0.80.0 age confidence minor

Release Notes

zarf-dev/zarf (github.com/zarf-dev/zarf)

v0.80.0

Compare Source

⚠ BREAKING CHANGES
  • add a digest to zarf package state and a digest inspect command (#​4993)
  • schema: zarf dev schema-generate from existing values (#​4961)
Features
  • add a digest to zarf package state and a digest inspect command (#​4993) (62b0d8d)
  • package: support verification on all CLI package load operations (#​4996) (ee2ddd9)
  • schema: zarf dev schema-generate from existing values (#​4961) (d1f8d48)
  • viper: support viper configuration for sign/verify (#​4946) (887b0b8)

What's Changed

🚀 Updates

Full Changelog: zarf-dev/zarf@v0.80.0-rc1...v0.80.0

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.80.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.80.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

zarf package verify zarf-init-arm64-v0.80.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.80.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

See RELEASES.md for details.

v0.79.0

Compare Source

⚠ BREAKING CHANGES
  • values: expose pkg built in (#​4981)
Features
Bug Fixes

What's Changed

🚀 Updates

Full Changelog: zarf-dev/zarf@v0.79.0-rc1...v0.79.0

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.79.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.79.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

arm64:

zarf package verify zarf-init-arm64-v0.79.0.tar.zst \
  --certificate-identity "https://github.com/zarf-dev/zarf/.github/workflows/release.yml@refs/tags/v0.79.0" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

See RELEASES.md for details.


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, 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 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.0 -> 1.26.4

@renovate renovate Bot requested a review from a team as a code owner June 17, 2026 04:14
@renovate renovate Bot changed the title fix(deps): update zarf to v0.79.0 fix(deps): update zarf Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/zarf branch from dad2767 to 40f2e96 Compare June 25, 2026 23:39
| datasource      | package                  | from    | to      |
| --------------- | ------------------------ | ------- | ------- |
| go              | github.com/zarf-dev/zarf | v0.78.0 | v0.80.0 |
| github-releases | zarf-dev/zarf            | v0.78.0 | v0.80.0 |
| github-tags     | zarf-dev/zarf            | v0.78.0 | v0.80.0 |
@renovate renovate Bot force-pushed the renovate/zarf branch from 40f2e96 to a773810 Compare June 26, 2026 03:18
@renovate renovate Bot changed the title fix(deps): update zarf fix(deps): update zarf to v0.80.0 Jun 26, 2026
@briantwatson briantwatson merged commit ad99a05 into main Jun 29, 2026
20 checks passed
@briantwatson briantwatson deleted the renovate/zarf branch June 29, 2026 17:47
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.

2 participants