Releases: zarf-dev/zarf
v0.61.1
NOTE: This release downgrades Helm to version v3.18.4
to fix a regression in schema checking in v3.18.5
and v3.18.6
.
What's Changed
🚀 Updates
- feat!(publish): add retry logic to publish operations by @brandtkeller in #4064
- chore: update links/refs and license appendix by @mjnagel in #4128
- fix: revert helm to v3.18.4 by @mkcp in #4138
📦 Dependencies
- chore(deps): bump github/codeql-action from 3.29.10 to 3.29.11 by @dependabot[bot] in #4118
- chore(deps): bump mermaid from 10.9.3 to 10.9.4 in /site by @dependabot[bot] in #4122
Full Changelog: v0.61.0-rc1...v0.61.1
v0.61.0
v0.61.0 Release!
NOTE!: This release updated Helm to version v3.18.6
, which contains a bug in the schema checking code. You may run into issues with complex Helm charts that passed schema validation in prior versions. We recommend updating to Zarf v.0.61.1 to avoid this issue, which downgrades helm to v3.18.4
NOTE!: This release introduces the inclusion of flavor
in the package tarball name.
Example: zarf package create examples/package-flavors/ --architecture amd64 --flavor rocky-road
Output: zarf-package-package-flavors-amd64-1.0.0-rocky-road.tar.zst
Other Notable Changes:
- Initial support for CLI feature flags with
axolotl-mode
- Run
--features axolotl-mode=true
for a sneak peak
- Run
- Removal of
sget
support - shorthand
-c
added to the--confirm
flag - Interactive removal when
--confirm
is not provided - various bug fixes
Additionally we welcomedBoeing
to the list of Adopters for Zarf!
Thank you to everyone to contributed to making this release possible.
What's Changed
🚀 Updates
- chore(docs): zarf principles draft by @brandtkeller in #3562
- chore: remove netlify ignore by @AustinAbro321 in #4060
- chore!: remove sget support and cosignKeyPath by @AustinAbro321 in #4055
- feat: add shorthands for all --confirm flags by @rodneyxr in #4062
- feat: allow interactive remove by @AustinAbro321 in #4078
- fix: values file absolute path by @AustinAbro321 in #4085
- fix(sdk): auto uppercase variables by @AustinAbro321 in #4090
- chore(docs): reformat the ADOPTERS.md file by @brandtkeller in #4087
- feat(feature): add cmd integration and "axolotl mode" by @mkcp in #4051
- feat(cluster): add support for internal registry service secret entry by @brandtkeller in #4092
- Update ADOPTERS.md by @chadbeaudin in #4098
- chore(deps): update go-getter to resolve GHSA-wjrx-6529-hcj3 by @brandtkeller in #4102
- feat(ci): support for nightly builds by @brandtkeller in #4035
- chore(deps): revise nightly workflow by @brandtkeller in #4103
- chore: update dependabot github actions frequency & grouping by @AustinAbro321 in #4112
- feat!: add flavor in file name by @a1994sc in #4063
- chore: remove injector from this repo, use injector from zarf-dev/zarf-injector by @AustinAbro321 in #4070
📦 Dependencies
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.2 to 5.22.3 by @dependabot[bot] in #4059
- chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot[bot] in #4058
- chore(deps): bump github.com/anchore/syft from 1.29.1 to 1.30.0 by @dependabot[bot] in #4065
- chore(deps): bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #4067
- chore(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 by @dependabot[bot] in #4066
- chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #4071
- chore(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 by @dependabot[bot] in #4072
- chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 by @dependabot[bot] in #4075
- chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 by @dependabot[bot] in #4083
- chore(deps): bump github.com/anchore/syft from 1.30.0 to 1.31.0 by @dependabot[bot] in #4082
- chore(deps): bump the k8s group across 1 directory with 5 updates by @dependabot[bot] in #4088
- chore(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in #4089
- chore(deps): bump astro from 5.7.7 to 5.12.8 in /site by @dependabot[bot] in #4054
- chore(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #4099
- chore(deps): bump github/codeql-action from 3.29.9 to 3.29.10 by @dependabot[bot] in #4100
- chore(deps): bump helm.sh/helm/v3 from 3.18.5 to 3.18.6 by @dependabot[bot] in #4104
- chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #4105
- chore(deps): bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1 by @dependabot[bot] in #4106
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.3 to 5.22.5 by @dependabot[bot] in #4101
- chore(deps): bump the actions-organization group with 2 updates by @dependabot[bot] in #4114
- chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #4115
- chore(deps): bump astro from 5.12.8 to 5.13.2 in /site by @dependabot[bot] in #4109
New Contributors
- @chadbeaudin made their first contribution in #4098
Full Changelog: v0.60.0-rc1...v0.61.0
v0.61.0-rc1
What's Changed
🚀 Updates
- chore(docs): zarf principles draft by @brandtkeller in #3562
- chore: remove netlify ignore by @AustinAbro321 in #4060
- chore!: remove sget support and cosignKeyPath by @AustinAbro321 in #4055
- feat: add shorthands for all --confirm flags by @rodneyxr in #4062
- feat: allow interactive remove by @AustinAbro321 in #4078
- fix: values file absolute path by @AustinAbro321 in #4085
- fix(sdk): auto uppercase variables by @AustinAbro321 in #4090
- chore(docs): reformat the ADOPTERS.md file by @brandtkeller in #4087
- feat(feature): add cmd integration and "axolotl mode" by @mkcp in #4051
- feat(cluster): add support for internal registry service secret entry by @brandtkeller in #4092
- Update ADOPTERS.md by @chadbeaudin in #4098
- chore(deps): update go-getter to resolve GHSA-wjrx-6529-hcj3 by @brandtkeller in #4102
- feat(ci): support for nightly builds by @brandtkeller in #4035
- chore(deps): revise nightly workflow by @brandtkeller in #4103
- chore: update dependabot github actions frequency & grouping by @AustinAbro321 in #4112
- feat!: add flavor in file name by @a1994sc in #4063
- chore: remove injector from this repo, use injector from zarf-dev/zarf-injector by @AustinAbro321 in #4070
📦 Dependencies
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.2 to 5.22.3 by @dependabot[bot] in #4059
- chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot[bot] in #4058
- chore(deps): bump github.com/anchore/syft from 1.29.1 to 1.30.0 by @dependabot[bot] in #4065
- chore(deps): bump github/codeql-action from 3.29.7 to 3.29.8 by @dependabot[bot] in #4067
- chore(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 by @dependabot[bot] in #4066
- chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #4071
- chore(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 by @dependabot[bot] in #4072
- chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 by @dependabot[bot] in #4075
- chore(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 by @dependabot[bot] in #4083
- chore(deps): bump github.com/anchore/syft from 1.30.0 to 1.31.0 by @dependabot[bot] in #4082
- chore(deps): bump the k8s group across 1 directory with 5 updates by @dependabot[bot] in #4088
- chore(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 by @dependabot[bot] in #4089
- chore(deps): bump astro from 5.7.7 to 5.12.8 in /site by @dependabot[bot] in #4054
- chore(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #4099
- chore(deps): bump github/codeql-action from 3.29.9 to 3.29.10 by @dependabot[bot] in #4100
- chore(deps): bump helm.sh/helm/v3 from 3.18.5 to 3.18.6 by @dependabot[bot] in #4104
- chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #4105
- chore(deps): bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1 by @dependabot[bot] in #4106
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.3 to 5.22.5 by @dependabot[bot] in #4101
- chore(deps): bump the actions-organization group with 2 updates by @dependabot[bot] in #4114
- chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #4115
- chore(deps): bump astro from 5.12.8 to 5.13.2 in /site by @dependabot[bot] in #4109
New Contributors
- @chadbeaudin made their first contribution in #4098
Full Changelog: v0.60.0-rc1...v0.61.0-rc1
v0.60.0
What's Changed
🚀 Updates
- feat: allow the creation of skeleton flavored packages by @a1994sc in #3986
- fix(tools): update-creds handle registry subpaths by @brandtkeller in #4026
- chore(docs): update tutorial with images example by @brandtkeller in #4038
- fix: allow absolute paths in zarf.yaml by @AustinAbro321 in #4042
- chore: remove flakey unit test by @AustinAbro321 in #4050
- chore: update case for find images by @a1994sc in #4023
- feat(feature): Implement Feature API by @mkcp in #4039
📦 Dependencies
- chore(deps): bump github.com/mikefarah/yq/v4 from 4.46.1 to 4.47.1 by @dependabot[bot] in #4018
- chore(deps): bump github.com/pterm/pterm from 0.12.79 to 0.12.81 by @dependabot[bot] in #3932
- chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 by @dependabot[bot] in #4021
- chore(deps): bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.5.3 by @dependabot[bot] in #4010
- chore(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #4025
- chore(deps): bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #4027
- chore(deps): bump github.com/docker/cli from 28.3.2+incompatible to 28.3.3+incompatible in the docker group across 1 directory by @dependabot[bot] in #4030
- chore(deps): bump github.com/anchore/stereoscope from 0.1.7-0.20250716200927-94c6f92877d4 to 0.1.7 by @dependabot[bot] in #4029
- chore(deps): bump github.com/anchore/syft from 1.29.0 to 1.29.1 by @dependabot[bot] in #4032
- chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #4036
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.1 to 5.22.2 by @dependabot[bot] in #4041
- chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #4043
- chore(deps): bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1 by @dependabot[bot] in #4044
- chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #4049
Full Changelog: v0.59.0...v0.60.0
v0.60.0-rc1
What's Changed
🚀 Updates
- feat: allow the creation of skeleton flavored packages by @a1994sc in #3986
- fix(tools): update-creds handle registry subpaths by @brandtkeller in #4026
- chore(docs): update tutorial with images example by @brandtkeller in #4038
- fix: allow absolute paths in zarf.yaml by @AustinAbro321 in #4042
- chore: remove flakey unit test by @AustinAbro321 in #4050
- chore: update case for find images by @a1994sc in #4023
- feat(feature): Implement Feature API by @mkcp in #4039
📦 Dependencies
- chore(deps): bump github.com/mikefarah/yq/v4 from 4.46.1 to 4.47.1 by @dependabot[bot] in #4018
- chore(deps): bump github.com/pterm/pterm from 0.12.79 to 0.12.81 by @dependabot[bot] in #3932
- chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 by @dependabot[bot] in #4021
- chore(deps): bump github.com/sigstore/cosign/v2 from 2.5.2 to 2.5.3 by @dependabot[bot] in #4010
- chore(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #4025
- chore(deps): bump github/codeql-action from 3.29.4 to 3.29.5 by @dependabot[bot] in #4027
- chore(deps): bump github.com/docker/cli from 28.3.2+incompatible to 28.3.3+incompatible in the docker group across 1 directory by @dependabot[bot] in #4030
- chore(deps): bump github.com/anchore/stereoscope from 0.1.7-0.20250716200927-94c6f92877d4 to 0.1.7 by @dependabot[bot] in #4029
- chore(deps): bump github.com/anchore/syft from 1.29.0 to 1.29.1 by @dependabot[bot] in #4032
- chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #4036
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.1 to 5.22.2 by @dependabot[bot] in #4041
- chore(deps): bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #4043
- chore(deps): bump aws-actions/configure-aws-credentials from 4.2.1 to 4.3.1 by @dependabot[bot] in #4044
- chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #4049
Full Changelog: v0.59.0...v0.60.0-rc1
v0.59.0
Note
There is a known bug in this release for users who manage custom-named init packages. If you use a custom init package and the metadata.name is not init then upgrades to v0.59.0 will fail and require manual intervention. This is due to assumptions that Zarf makes about release naming. Issue #4031 for tracking.
What's Changed
🚀 Updates
- feat(site): add Word List back into style-guide.mdx by @mkcp in #3992
- docs: update Zarfs tagline by @AustinAbro321 in #3996
- chore(docs): update open-source to open source and clean up style-guide.mdx by @mkcp in #3993
- feat: create helm chart for zarf-agent by @JeffResc in #3678
- fix: avoid injector and registry randomly landing on same nodeport by @AustinAbro321 in #4004
- feat: add checking in remote repo if manifest is a chart by @a1994sc in #3811
- feat: add logic to add image to possible list when auth is needed by @a1994sc in #4011
- feat!(connect): support for listen address on zarf connect by @brandtkeller in #3914
📦 Dependencies
- chore(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.18.4 by @dependabot[bot] in #3976
- chore(deps): bump the golang group across 1 directory with 3 updates by @dependabot[bot] in #3987
- chore(deps): bump github.com/golang-cz/devslog from 0.0.13 to 0.0.15 by @dependabot[bot] in #3966
- chore(deps): bump github.com/derailed/k9s from 0.50.6 to 0.50.7 by @dependabot[bot] in #3972
- chore(deps): bump github.com/fluxcd/source-controller/api from 1.6.1 to 1.6.2 by @dependabot[bot] in #3990
- chore(deps): bump github.com/anchore/syft from 1.27.1 to 1.28.0 by @dependabot[bot] in #3973
- chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.13.0 to 1.18.0 by @dependabot[bot] in #3995
- chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #4000
- chore(deps): bump the k8s group across 1 directory with 5 updates by @dependabot[bot] in #3997
- chore(deps): bump github.com/mikefarah/yq/v4 from 4.45.4 to 4.46.1 by @dependabot[bot] in #3999
- chore(deps): bump github/codeql-action from 3.29.2 to 3.29.3 by @dependabot[bot] in #4013
- chore(deps): bump github.com/anchore/syft from 1.28.0 to 1.29.0 by @dependabot[bot] in #4014
- chore(deps): bump github.com/docker/docker from 28.3.0+incompatible to 28.3.2+incompatible by @dependabot[bot] in #4009
- chore(deps): bump github.com/fairwindsops/pluto/v5 from 5.22.0 to 5.22.1 by @dependabot[bot] in #4015
- chore(deps): bump sigs.k8s.io/kustomize/kyaml from 0.20.0 to 0.20.1 by @dependabot[bot] in #4020
- chore(deps): bump github/codeql-action from 3.29.3 to 3.29.4 by @dependabot[bot] in #4017
- chore(deps): bump sigs.k8s.io/kustomize/api from 0.20.0 to 0.20.1 by @dependabot[bot] in #4019
New Contributors
Full Changelog: v0.58.0-rc1...v0.59.0
v0.58.0
What's Changed
🚀 Updates
- chore: wrap mutex around appending to failed repository updates by @joonas in #3934
- release: fix RC release process by @AustinAbro321 in #3919
- fix(deps): resolve High OPA CVE by @brandtkeller in #3781
- fix: exempt packages from revive var-naming linter by @mkcp in #3953
- feat: track progress on image pull/push by @AustinAbro321 in #3904
- feat: optimize package OCI pulls by @AustinAbro321 in #3961
- fix!: allow creation of differential package from OCI source by @AustinAbro321 in #3963
- add webhook for argocd appprojects by @sepauli in #3962
- fix: identify file type using filename instead of mholt/archives auto detection by @AustinAbro321 in #3977
- feat!(deploy): support return of package VariableConfig by @brandtkeller in #3978
- fix(mirror): separate artifact upload by component by @AustinAbro321 in #3980
- fix(release): correct GitHub environment variable syntax for GoReleaser version by @AustinAbro321 in #3981
📦 Dependencies
- chore(deps): bump github.com/anchore/syft from 1.26.1 to 1.27.1 by @dependabot[bot] in #3941
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #3949
- chore(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by @dependabot[bot] in #3955
- chore(deps): bump github.com/mholt/archives from 0.1.2 to 0.1.3 by @dependabot[bot] in #3950
- chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in #3958
- chore(deps): bump sigs.k8s.io/kustomize/api from 0.19.0 to 0.20.0 by @dependabot[bot] in #3957
- chore(deps): bump github.com/docker/cli from 28.2.2+incompatible to 28.3.1+incompatible by @dependabot[bot] in #3965
New Contributors
Full Changelog: v0.57.0...v0.58.0
v0.58.0-rc1
What's Changed
🚀 Updates
- chore: wrap mutex around appending to failed repository updates by @joonas in #3934
- release: fix RC release process by @AustinAbro321 in #3919
- fix(deps): resolve High OPA CVE by @brandtkeller in #3781
- fix: exempt packages from revive var-naming linter by @mkcp in #3953
- feat: track progress on image pull/push by @AustinAbro321 in #3904
- feat: optimize package OCI pulls by @AustinAbro321 in #3961
- fix!: allow creation of differential package from OCI source by @AustinAbro321 in #3963
- add webhook for argocd appprojects by @sepauli in #3962
- fix: identify file type using filename instead of mholt/archives auto detection by @AustinAbro321 in #3977
- feat!(deploy): support return of package VariableConfig by @brandtkeller in #3978
- fix(mirror): separate artifact upload by component by @AustinAbro321 in #3980
- fix(release): correct GitHub environment variable syntax for GoReleaser version by @AustinAbro321 in #3981
📦 Dependencies
- chore(deps): bump github.com/anchore/syft from 1.26.1 to 1.27.1 by @dependabot[bot] in #3941
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in #3949
- chore(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by @dependabot[bot] in #3955
- chore(deps): bump github.com/mholt/archives from 0.1.2 to 0.1.3 by @dependabot[bot] in #3950
- chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 by @dependabot[bot] in #3958
- chore(deps): bump sigs.k8s.io/kustomize/api from 0.19.0 to 0.20.0 by @dependabot[bot] in #3957
- chore(deps): bump github.com/docker/cli from 28.2.2+incompatible to 28.3.1+incompatible by @dependabot[bot] in #3965
New Contributors
Full Changelog: v0.57.0...v0.58.0-rc1
v0.57.0
What's Changed
🚀 Updates
- feat(deploy): support for package namespace override flag by @brandtkeller in #3889
- fix: properly create push auth credentials when registry address includes a repo path by @AustinAbro321 in #3943
📦 Dependencies
- chore(deps): bump github.com/sergi/go-diff from 1.3.2-0.20230802210424-5b0b94c5c0d3 to 1.4.0 by @dependabot in #3899
- chore(deps): bump the cosign-providers group across 1 directory with 3 updates by @dependabot in #3931
- chore(deps): bump the k8s group across 1 directory with 5 updates by @dependabot in #3933
- chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.12.0 to 1.13.0 by @dependabot in #3936
- chore(deps): bump github.com/derailed/k9s from 0.40.5 to 0.50.6 by @dependabot in #3820
- chore(deps): bump github.com/fluxcd/source-controller/api from 1.6.0 to 1.6.1 by @dependabot in #3939
Full Changelog: v0.56.0...v0.57.0
v0.56.0
What's Changed
🚀 Updates
- docs: roadmap updates by @AustinAbro321 in #3875
- chore: lint packager2 by @AustinAbro321 in #3874
- refactor: remove packager1 references by @AustinAbro321 in #3855
- fix(archive): cleanup the archive package by @brandtkeller in #3822
- chore(docs): add community meeting documentation to project/website by @brandtkeller in #3884
- refactor: separate out create / layout to avoid cyclic dependency with zoci by @AustinAbro321 in #3872
- refactor: packager2 api cleanup by @AustinAbro321 in #3888
- fix: sign package during publish by @AustinAbro321 in #3892
- refactor: move zarf state structs from
src/types
->src/pkg/state
by @AustinAbro321 in #3897 - refactor: move split file logic to it's own package by @AustinAbro321 in #3898
- refactor: standardize packager2 API and decouple CLI from SDK by @AustinAbro321 in #3894
- docs: tip to use inspect manifest command by @AustinAbro321 in #3903
- feat: live output action command logs by @AustinAbro321 in #3901
- chore!: delete packager and related dead code by @AustinAbro321 in #3902
- fix(monitor): mimic k9s init to silence klog errors by @brandtkeller in #3905
- feat: expose packager(2) as public package by @AustinAbro321 in #3906
- refactor: pass cachepath through packager functions by @AustinAbro321 in #3907
- feat: improve usability and defaults of packager SDK by @AustinAbro321 in #3908
- feat(sdk): intuitive default path when using
./zarf
actions by @AustinAbro321 in #3910 - feat(sdk): return final package ref after publish by @AustinAbro321 in #3911
📦 Dependencies
- chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot in #3878
- chore(deps): bump github.com/fluxcd/source-controller/api from 1.5.0 to 1.6.0 by @dependabot in #3865
- chore(deps): bump github.com/goccy/go-yaml from 1.17.1 to 1.18.0 by @dependabot in #3886
- chore(deps): bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #3890
- chore(deps): bump github.com/go-git/go-git/v5 from 5.16.0 to 5.16.1 by @dependabot in #3891
- chore(deps): bump the golang group across 1 directory with 2 updates by @dependabot in #3895
- chore(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #3909
Full Changelog: v0.55.6...v0.56.0