PackageTrack
Sign in Get early access

github.com/zarf-dev/zarf

v0.84.0 #884 most downloaded on Go modules zarf-dev/zarf

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships on a steady schedule

a new release about every 8 days

Rarely documented

notes for 20 of 110 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

6835 releases · first in 2021

3310 releases in the last 12 months

see the full history below

Release timeline

6835 releases · Mar 2026 to Aug 2026
Release Pre-release 5635 older releases not drawn

Releases

latest 60 of 6835
  1. v0.84.1-0.20260821192226-97a1b4d0e9ca 21 Aug 2026 pre-release

    Nothing published for this version

  2. v0.84.1-0.20260821103808-cfa8c441d2c2 21 Aug 2026 pre-release

    Nothing published for this version

  3. v0.84.1-0.20260821042101-7d7703ac120e 21 Aug 2026 pre-release

    Nothing published for this version

  4. v0.84.0 20 Aug 2026
    Release notes

    0.84.0 (2026-08-20)

    ⚠ BREAKING CHANGES

    • v1beta1: use package definition across public packager functionality (#5173)

    Features

    • agent: add variable for mutating webhook annotations (#5243) (1de2f08)
    • allow excluding ArgoCD and Flux resources from Zarf Agent mutation (#5224) (804b22b)
    • dev: evaluate helm chart schemas in dev generate-schema (#5176) (e1ca156)
    • injector image flag (#5214) (86d732a)
    • introduce zarf dev template (#5206) (826d2a0)
    • v1beta1: load v1beta1 packages (#5048) (f82e001)
    • v1beta1: use package definition across public packager functionality (#5173) (7a33a42)

    Bug Fixes

    • add values flags to dev deploy and init (#5234) (fc9226f)
    • deprecated schema fields (#5195) (f21f80a)
    • negotiate oci scheme for allowing plain http oci endpoints (#5197) (b5fbffa)
    • packager.Remove() uses ZarfDefaultTimeout as default timeout (#5253) (11f82f3)
    • registry mode not handled properly in update-creds (#5230) (b2a4132)
    • replace mimetype with archives (#5228) (a4bfd8a)

    Refactoring

    What's Changed

    🚀 Updates

    • chore(main): release 0.84.0 by @zarf-release-please[bot] in #5196

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

    arm64:

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

    See RELEASES.md for details.

    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • v1beta1: use package definition across public packager functionality (#5173)

    Features

    • agent: add variable for mutating webhook annotations (#5243) (1de2f08)
    • allow excluding ArgoCD and Flux resources from Zarf Agent mutation (#5224) (804b22b)
    • dev: evaluate helm chart schemas in dev generate-schema (#5176) (e1ca156)
    • injector image flag (#5214) (86d732a)
    • introduce zarf dev template (#5206) (826d2a0)
    • v1beta1: load v1beta1 packages (#5048) (f82e001)
    • v1beta1: use package definition across public packager functionality (#5173) (7a33a42)

    Bug Fixes

    • add values flags to dev deploy and init (#5234) (fc9226f)
    • deprecated schema fields (#5195) (f21f80a)
    • negotiate oci scheme for allowing plain http oci endpoints (#5197) (b5fbffa)
    • packager.Remove() uses ZarfDefaultTimeout as default timeout (#5253) (11f82f3)
    • registry mode not handled properly in update-creds (#5230) (b2a4132)
    • replace mimetype with archives (#5228) (a4bfd8a)

    Refactoring

    Open source →
    Release notes

    v0.84.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  5. v0.84.0-rc1 20 Aug 2026 pre-release
    Release notes

    What's Changed

    🚀 Updates

    📦 Dependencies

    • chore(deps): bump github.com/docker/cli from 29.6.2+incompatible to 29.7.0+incompatible by @dependabot[bot] in #5185
    • chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /site by @dependabot[bot] in #5171
    • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5200
    • chore(deps): bump docker/login-action from 4.5.1 to 4.6.0 by @dependabot[bot] in #5201
    • chore(deps): bump github.com/google/go-containerregistry from 0.21.7 to 0.21.8 by @dependabot[bot] in #5204
    • chore(deps): bump github.com/sigstore/sigstore-go from 1.2.2 to 1.3.0 by @dependabot[bot] in #5186
    • chore(deps): bump github.com/docker/cli from 29.7.0+incompatible to 29.7.1+incompatible in the docker group across 1 directory by @dependabot[bot] in #5203
    • chore(deps): bump mermaid from 10.9.6 to 10.9.8 in /site by @dependabot[bot] in #5187
    • chore(deps): bump postcss from 8.5.19 to 8.5.25 in /site by @dependabot[bot] in #5170
    • chore(deps): bump js-yaml from 4.2.0 to 4.3.1 in /site by @dependabot[bot] in #5188
    • chore(deps): bump dompurify from 3.4.12 to 3.4.13 in /site by @dependabot[bot] in #5194
    • chore(deps): bump the cosign-providers group across 1 directory with 4 updates by @dependabot[bot] in #5202
    • chore(deps): bump github.com/docker/cli from 29.7.1+incompatible to 29.7.2+incompatible by @dependabot[bot] in #5215
    • chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.24.1 to 5.24.3 by @dependabot[bot] in #5221
    • chore(deps): bump github.com/google/go-containerregistry from 0.21.8 to 0.21.9 by @dependabot[bot] in #5216
    • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5232
    • chore(deps): bump github.com/fluxcd/source-controller/api from 1.9.3 to 1.9.4 by @dependabot[bot] in #5233
    • chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.0 by @dependabot[bot] in #5237
    • chore(deps): bump github.com/defenseunicorns/pkg/oci from 1.31.1 to 1.32.0 by @AustinAbro321 in #5239
    • chore(deps): bump github.com/anchore/syft from 1.50.0 to 1.51.0 by @dependabot[bot] in #5236
    • chore(deps): bump golang.org/x/crypto from 0.54.0 to 0.55.0 in the golang group across 1 directory by @dependabot[bot] in #5248

    New Contributors

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

    arm64:

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

    See RELEASES.md for details.

    Open source →
    Release notes

    v0.84.0-rc1 Pre-release

    Pre-release

    Compare

    Choose a tag to compare

    Open source →
  6. v0.83.1-0.20260819190948-1de2f0864e23 19 Aug 2026 pre-release

    Nothing published for this version

  7. v0.83.1-0.20260819112418-d7a944291809 19 Aug 2026 pre-release

    Nothing published for this version

  8. v0.83.1-0.20260819030300-eb56bfb1a217 19 Aug 2026 pre-release

    Nothing published for this version

  9. v0.83.1-0.20260818233507-e1ca1567e5ec 18 Aug 2026 pre-release

    Nothing published for this version

  10. v0.83.1-0.20260818140803-a4bfd8ad47d1 18 Aug 2026 pre-release

    Nothing published for this version

  11. v0.83.1-0.20260818030115-5127ca0ebb5e 18 Aug 2026 pre-release

    Nothing published for this version

  12. v0.83.1-0.20260817175131-fc9226fdd5df 17 Aug 2026 pre-release

    Nothing published for this version

  13. v0.83.1-0.20260814181504-c6d2bed40a33 14 Aug 2026 pre-release

    Nothing published for this version

  14. v0.83.1-0.20260813222235-a14e5511ed18 13 Aug 2026 pre-release

    Nothing published for this version

  15. v0.83.1-0.20260811140437-d7f041aaec22 11 Aug 2026 pre-release

    Nothing published for this version

  16. v0.83.1-0.20260810192133-2f3986cb03d4 10 Aug 2026 pre-release

    Nothing published for this version

  17. v0.83.1-0.20260807184205-2083c0948006 07 Aug 2026 pre-release

    Nothing published for this version

  18. v0.83.0 07 Aug 2026
    Release notes

    0.83.0 (2026-08-07)

    ⚠ BREAKING CHANGES

    • chart naming and expose other useful library functions (#5107)

    Features

    • add option to skip values schema validation (#5179) (300af24)
    • deprecate yolo mode (#5180) (fe4cf8d)
    • find-images: exclude images from Helm tests (#5128) (bae3a8c)
    • init: more secure pod defaults (#5119) (0351733)
    • introduce conversions between API versions (#4823) (af9779e)
    • security: support project vulnerability scanning and VEX statements (#5029) (45ba4f1)
    • update-creds: separate commands for each service (#5106) (37e071f)

    Bug Fixes

    • proper binary scan location for nightly cve scan (#5120) (10a199d)
    • state access in OnRemove actions (#5156) (8ea4a58)
    • verify: honor configured temp dir for embedded trusted root (#5144) (95dcdbe)
    • version aware topic assignments for hidden pages (#5108) (79c8ecf)

    Refactoring

    What's Changed

    🚀 Updates

    • chore(main): release 0.83.0 by @zarf-release-please[bot] in #5112

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

    arm64:

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

    See RELEASES.md for details.

    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • chart naming and expose other useful library functions (#5107)

    Features

    • add option to skip values schema validation (#5179) (300af24)
    • deprecate yolo mode (#5180) (fe4cf8d)
    • find-images: exclude images from Helm tests (#5128) (bae3a8c)
    • init: more secure pod defaults (#5119) (0351733)
    • introduce conversions between API versions (#4823) (af9779e)
    • security: support project vulnerability scanning and VEX statements (#5029) (45ba4f1)
    • update-creds: separate commands for each service (#5106) (37e071f)

    Bug Fixes

    • proper binary scan location for nightly cve scan (#5120) (10a199d)
    • state access in OnRemove actions (#5156) (8ea4a58)
    • verify: honor configured temp dir for embedded trusted root (#5144) (95dcdbe)
    • version aware topic assignments for hidden pages (#5108) (79c8ecf)

    Refactoring

    Open source →
    Release notes

    v0.83.0

    Compare

    Choose a tag to compare

    Open source →
  19. v0.83.0-rc2 07 Aug 2026 pre-release
    Release notes

    What's Changed

    🚀 Updates

    Full Changelog: v0.83.0-rc1...v0.83.0-rc2

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

    arm64:

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

    See RELEASES.md for details.

    Open source →
    Release notes

    v0.83.0-rc2 Pre-release

    Pre-release

    Compare

    Choose a tag to compare

    Open source →
  20. v0.83.0-rc1 06 Aug 2026 pre-release

    Nothing published for this version

  21. v0.82.1-0.20260806030610-b85e439b8aad 06 Aug 2026 pre-release

    Nothing published for this version

  22. v0.82.1-0.20260805030429-69f1fd0fed02 05 Aug 2026 pre-release

    Nothing published for this version

  23. v0.82.1-0.20260803114514-ca66f561e9c8 03 Aug 2026 pre-release

    Nothing published for this version

  24. v0.82.1-0.20260803030923-a65539d42505 03 Aug 2026 pre-release

    Nothing published for this version

  25. v0.82.1-0.20260802040817-3a16b306d9a5 02 Aug 2026 pre-release

    Nothing published for this version

  26. v0.82.1-0.20260731213632-89804ce910f3 31 Jul 2026 pre-release

    Nothing published for this version

  27. v0.82.1-0.20260731023355-155e3c808a50 31 Jul 2026 pre-release

    Nothing published for this version

  28. v0.82.1-0.20260729222212-10a199da3ee3 29 Jul 2026 pre-release

    Nothing published for this version

  29. v0.82.1-0.20260729124115-37e071f43c86 29 Jul 2026 pre-release

    Nothing published for this version

  30. v0.82.1-0.20260729023414-6381424c4929 29 Jul 2026 pre-release

    Nothing published for this version

  31. v0.82.1-0.20260728045738-13ed2a5382b3 28 Jul 2026 pre-release

    Nothing published for this version

  32. v0.82.0 23 Jul 2026
    Release notes

    0.82.0 (2026-07-23)

    ⚠ BREAKING CHANGES

    • values: type inference in set-values cli parsing (#5103)

    Features

    • expose GetComponent function for package templating (#5092) (c1f0624)
    • healthchecks: use namespace-scoped watches for improved permissions handling (#5091) (5e2e9be)
    • schema: support multiple API versions from a single schema file (#4949) (f6d5cdd)
    • stop requiring version for localpath charts (#5080) (82ec120)
    • values: type inference in set-values cli parsing (#5103) (fe2da73)

    Bug Fixes

    What's Changed

    🚀 Updates

    • chore(main): release 0.82.0 by @zarf-release-please[bot] in #5085

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

    arm64:

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

    See RELEASES.md for details.

    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • values: type inference in set-values cli parsing (#5103)

    Features

    • expose GetComponent function for package templating (#5092) (c1f0624)
    • healthchecks: use namespace-scoped watches for improved permissions handling (#5091) (5e2e9be)
    • schema: support multiple API versions from a single schema file (#4949) (f6d5cdd)
    • stop requiring version for localpath charts (#5080) (82ec120)
    • values: type inference in set-values cli parsing (#5103) (fe2da73)

    Bug Fixes

    Open source →
    Release notes

    v0.82.0

    Compare

    Choose a tag to compare

    Open source →
  33. v0.82.0-rc1 23 Jul 2026 pre-release
    Release notes

    What's Changed

    🚀 Updates

    📦 Dependencies

    • chore(deps): bump the codeql group with 3 updates by @dependabot[bot] in #5083
    • chore(deps): bump aws-actions/configure-aws-credentials from 6.2.1 to 6.2.2 by @dependabot[bot] in #5084
    • chore(deps): bump esbuild, @astrojs/starlight and astro in /site by @dependabot[bot] in #5065
    • chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 in /site by @dependabot[bot] in #5088

    New Contributors

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

    arm64:

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

    See RELEASES.md for details.

    Open source →
    Release notes

    v0.82.0-rc1 Pre-release

    Pre-release

    Compare

    Choose a tag to compare

    Open source →
  34. v0.81.2-0.20260723175818-77da54ce2640 23 Jul 2026 pre-release

    Nothing published for this version

  35. v0.81.2-0.20260723174419-dc1b72078f02 23 Jul 2026 pre-release

    Nothing published for this version

  36. v0.81.2-0.20260723155046-4898124a407c 23 Jul 2026 pre-release

    Nothing published for this version

  37. v0.81.2-0.20260723153720-839697b76e86 23 Jul 2026 pre-release

    Nothing published for this version

  38. v0.81.2-0.20260723152928-0acea7c7c790 23 Jul 2026 pre-release

    Nothing published for this version

  39. v0.81.2-0.20260723152129-6f6c7457536b 23 Jul 2026 pre-release

    Nothing published for this version

  40. v0.81.2-0.20260723152000-e4b6a75bc185 23 Jul 2026 pre-release

    Nothing published for this version

  41. v0.81.2-0.20260723130025-cda40e9f6792 23 Jul 2026 pre-release

    Nothing published for this version

  42. v0.81.2-0.20260723125428-2128624a4b4b 23 Jul 2026 pre-release

    Nothing published for this version

  43. v0.81.2-0.20260723123635-48a4ead2d573 23 Jul 2026 pre-release

    Nothing published for this version

  44. v0.81.2-0.20260723064321-46e1e4567c7c 23 Jul 2026 pre-release

    Nothing published for this version

  45. v0.81.2-0.20260723064224-87a000b685fa 23 Jul 2026 pre-release

    Nothing published for this version

  46. v0.81.2-0.20260723064220-f6fb1fbda08f 23 Jul 2026 pre-release

    Nothing published for this version

  47. v0.81.2-0.20260723064220-536822d438b9 23 Jul 2026 pre-release

    Nothing published for this version

  48. v0.81.2-0.20260723064216-333df27eb95f 23 Jul 2026 pre-release

    Nothing published for this version

  49. v0.81.2-0.20260723013843-4f4cc85551d5 23 Jul 2026 pre-release

    Nothing published for this version

  50. v0.81.2-0.20260722235936-a9f9c5cc351d 22 Jul 2026 pre-release

    Nothing published for this version

  51. v0.81.2-0.20260722220555-bf88d85139e6 22 Jul 2026 pre-release

    Nothing published for this version

  52. v0.81.2-0.20260722195536-960b0fb84038 22 Jul 2026 pre-release

    Nothing published for this version

  53. v0.81.2-0.20260722192352-da7d2a88b0af 22 Jul 2026 pre-release

    Nothing published for this version

  54. v0.81.2-0.20260722185432-18993e319a16 22 Jul 2026 pre-release

    Nothing published for this version

  55. v0.81.2-0.20260722180854-bc3a8709bdbf 22 Jul 2026 pre-release

    Nothing published for this version

  56. v0.81.2-0.20260722174658-a99d7ad5c0aa 22 Jul 2026 pre-release

    Nothing published for this version

  57. v0.81.2-0.20260722171535-890a90f05737 22 Jul 2026 pre-release

    Nothing published for this version

  58. v0.81.2-0.20260722170804-57e32e36e96d 22 Jul 2026 pre-release

    Nothing published for this version

  59. v0.81.2-0.20260722165906-2ae0e0a553c4 22 Jul 2026 pre-release

    Nothing published for this version

  60. v0.81.2-0.20260722163432-c1f06247789a 22 Jul 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive