| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| helm-diff_3.15.0_checksums.txt | 2026-02-01 | 1.1 kB | |
| helm-diff-linux-arm64.tgz | 2026-02-01 | 29.7 MB | |
| helm-diff-linux-armv7.tgz | 2026-02-01 | 30.3 MB | |
| helm-diff-linux-ppc64le.tgz | 2026-02-01 | 29.8 MB | |
| helm-diff-windows-arm64.tgz | 2026-02-01 | 29.9 MB | |
| helm-diff-freebsd-arm64.tgz | 2026-02-01 | 29.6 MB | |
| helm-diff-macos-amd64.tgz | 2026-02-01 | 34.3 MB | |
| helm-diff-macos-arm64.tgz | 2026-02-01 | 32.5 MB | |
| helm-diff-windows-amd64.tgz | 2026-02-01 | 32.9 MB | |
| helm-diff-freebsd-amd64.tgz | 2026-02-01 | 32.2 MB | |
| helm-diff-linux-amd64.tgz | 2026-02-01 | 32.3 MB | |
| helm-diff-linux-armv6.tgz | 2026-02-01 | 30.3 MB | |
| helm-diff-linux-s390x.tgz | 2026-02-01 | 31.3 MB | |
| README.md | 2026-02-01 | 4.0 kB | |
| v3.15.0 source code.tar.gz | 2026-02-01 | 79.5 kB | |
| v3.15.0 source code.zip | 2026-02-01 | 103.9 kB | |
| Totals: 16 Items | 375.4 MB | 0 | |
What's Changed
- build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/886
- Add Helm 4 installation instructions with --verify=false flag by @Copilot in https://github.com/databus23/helm-diff/pull/887
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/893
- build(deps): bump k8s.io/apimachinery from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/892
- build(deps): bump k8s.io/api from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/891
- build(deps): bump k8s.io/client-go from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/890
- build(deps): bump k8s.io/cli-runtime from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/889
- build(deps): bump k8s.io/apiextensions-apiserver from 0.34.1 to 0.34.2 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/888
- bump helm to v4.0.1 by @yxxhero in https://github.com/databus23/helm-diff/pull/896
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/898
- build(deps): bump k8s.io/apimachinery from 0.34.2 to 0.34.3 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/900
- build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/904
- build(deps): bump k8s.io/client-go from 0.34.2 to 0.34.3 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/903
- build(deps): bump k8s.io/api from 0.34.2 to 0.34.3 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/902
- build(deps): bump helm.sh/helm/v4 from 4.0.1 to 4.0.4 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/901
- build(deps): bump github.com/homeport/dyff from 1.10.2 to 1.10.3 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/909
- bump go version to go 1.25 by @yxxhero in https://github.com/databus23/helm-diff/pull/912
- build(deps): bump k8s.io/apimachinery from 0.34.3 to 0.35.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/908
- build(deps): bump k8s.io/client-go from 0.34.3 to 0.35.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/907
- build(deps): bump luizm/action-sh-checker from 0.9.0 to 0.10.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/913
- build(deps): bump k8s.io/apiextensions-apiserver from 0.34.2 to 0.35.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/906
- build(deps): bump helm.sh/helm/v4 from 4.0.4 to 4.0.5 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/916
- Fix detailed error codes on Windows by @bergerst in https://github.com/databus23/helm-diff/pull/911
- build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/914
- build(deps): bump k8s.io/cli-runtime from 0.34.2 to 0.35.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/905
- build(deps): bump helm.sh/helm/v4 from 4.0.5 to 4.1.0 by @dependabot[bot] in https://github.com/databus23/helm-diff/pull/918
- Update Helm versions in CI workflow by @yxxhero in https://github.com/databus23/helm-diff/pull/921
- feat: add structured output mode for helm-diff by @madhunzv in https://github.com/databus23/helm-diff/pull/899
- chore: bump version to 3.15.0 by @yxxhero in https://github.com/databus23/helm-diff/pull/922
New Contributors
- @bergerst made their first contribution in https://github.com/databus23/helm-diff/pull/911
- @madhunzv made their first contribution in https://github.com/databus23/helm-diff/pull/899
Full Changelog: https://github.com/databus23/helm-diff/compare/v3.14.1...v3.15.0