Releases: zarf-dev/zarf
Releases · zarf-dev/zarf
v0.19.5
Fixes
- Upgrade K3s package to v1.24.1+k3s1 by @RothAndrew in #543
- Update target location for ekcstl for Darwin amd64 builds by @YrrepNoj in #516
Changes
- Configure Renovate by @renovate in #509
- Update module github.com/AlecAivazis/survey/v2 to v2.3.5 by @renovate in #524
- Update module github.com/docker/cli to v20.10.17 by @renovate in #525
- Update module github.com/stretchr/testify to v1.7.2 by @renovate in #528
- Update helm/kind-action action to v1.3.0 by @renovate in #531
- Update module github.com/testifysec/go-witness to v0.1.11 by @renovate in #530
- Update leonsteinhaeuser/project-beta-automations action to v1.2.1 by @renovate in #532
- Update actions/checkout action to v3 by @renovate in #536
- Update actions/setup-go action to v3 by @renovate in #537
- Update sigstore/cosign-installer action to v2.4.0 by @renovate in #534
- Update docker/login-action action to v2 by @renovate in #541
- Update actions/upload-artifact action to v3 by @renovate in #540
- Update module github.com/sigstore/cosign to v1.9.0 by @renovate in #533
New Contributors
Full Changelog: v0.19.4...v0.19.5
v0.19.4
Changes
- fix kustomize path for big-bang core package by @jeff-mccoy in #508
- Injector stability improvements by @jeff-mccoy in #510
Full Changelog: v0.19.3...v0.19.4
v0.19.3
Features
- Add init package downloader by @jeff-mccoy in #506
Fixes
- Fix goreleaser version by @jeff-mccoy in #507
Changes
- Update linter to only report new issues by @YrrepNoj in #504
- Better CLI Help Messages by @YrrepNoj in #505
- Add Homebrew instructions to docs by @ntwkninja in #503
New Contributors
- @ntwkninja made their first contribution in #503
Full Changelog: v0.19.2...v0.19.3
v0.19.2
Features
- Support insecure docker registries during package creation by @jeff-mccoy in #500
zarf package create --insecure
- Enable Zarf install via Homebrew for Mac and use GoReleaser for GitHub release workflow by @YrrepNoj in #498
brew tap defenseunicorns/tap brew install zarf
Full Changelog: v0.19.1...v0.19.2
v0.19.1
Features
- Add helm release name property to zarf chart by @dsmithbauer in #480
examples/helm-with-different-releaseName-values
- name: nginx-2 charts: - name: nginx namespace: nginx url: https://charts.bitnami.com/bitnami version: 11.1.5 # custom release name for this helm chart releaseName: nginx-2
Changes
- Hidden tool command for generating docs by @YrrepNoj in #490
- Add sign-off label to banned labels list to prevent merge by @YrrepNoj in #491
- Golang and Helm chart dependency updates by @jeff-mccoy in #495
New Contributors
- @dsmithbauer made their first contribution in #480
Full Changelog: v0.19.0...v0.19.1
v0.19.0
Features
-
Zarf Agent mutating webhook by @jeff-mccoy in #306
Users no longer need to manually change image paths for any type of deployment, including those done by 3rd-party gitops tools. Also supports auto-updating Flux GitRepository URLs.
Zarf Agent Architectural Decision Record -
Add support for custom Zarf variables in k8s resources by @jeff-mccoy in #474
- name: variable-example variables: dog: "woof" cat: "meow"
-
Implement component choice groups by @jeff-mccoy in #488
- name: first-choice group: example-choice - name: second-choice group: example-choice default: true
Fixes
- Use registry secrets by @vyta in #478
- Resolve env variable secrets in the docker registry helm chart by @jeff-mccoy in #473
- Fallback to host-provided git on clone failure during package create by @jeff-mccoy in #471
Changes
- Add flag --skip-sbom to package create to speed up dev packages by @jeff-mccoy in #470
- Add nav links to main example README by @YrrepNoj in #469
- Add Zarf Agent Github Action by @jeff-mccoy in #481
New Contributors
Full Changelog: v0.18.0...v0.19.0
v0.18.3
v0.18.2
What's Changed
- Add support for custom Zarf variables in k8s resources by @jeff-mccoy in #474
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
- add nav links to main example README by @YrrepNoj in #469
- add flag --skip-sbom to package create to speed up dev packages by @jeff-mccoy in #470
- Fallback to host-provided git on clone failure during package create by @jeff-mccoy in #471
- Resolve env variable secrets in the docker registry helm chart by @jeff-mccoy in #473
Full Changelog: v0.18.0...v0.18.1
v0.18.0
Video update below:
⚠️ Breaking changes
- The
gitops-service
component in the Zarf Init Config has been renamed togit-server
. Change your automation scripts fromzarf init --components gitops-service
tozarf init --components git-server
New Features
- Create SBOMs for images pulled during package creation by @mikhailswift in #367
- Add a read-only Gitea user to repos by @YrrepNoj in #413
- 338 configurable script timeout by @jeff-mccoy in #459
- adds zarf cache flag by @UncleGedd in #446
- Rust Binary Checks SHA256 by @YrrepNoj in #449
Fixes
- fix zarfYaml spec change for eks zarf config by @jeff-mccoy in #465
- Zarf Injector automation cleanup by @jeff-mccoy in #448
Changes
- Adding kustomized options consistent with the ones used by flux v2 by @mahomedalid in #453
- 429 go version update to 1.18 by @jeff-mccoy in #432
- Update README.md to include K8 Slack channel information and link by @Madeline-UX in #461
- Remove saving of payload archive locally by @YrrepNoj in #451
- Update TLS cert in Big Bang example by @RothAndrew in #455
- Update workstation.md by @deskpil0t in #436
- Use Release Injector Binaries by @YrrepNoj in #435
- Readme cleanup by @jeff-mccoy in #439
- Run
pre-commit run -a
by @RothAndrew in #445 - Update gitops-service component in init config by @RothAndrew in #443
New Contributors
- @deskpil0t made their first contribution in #436
- @UncleGedd made their first contribution in #446
- @mikhailswift made their first contribution in #367
- @Madeline-UX made their first contribution in #461
- @mahomedalid made their first contribution in #453
Full Changelog: v0.17.0...v0.18.0