Skip to content

Releases: databus23/helm-diff

v3.5.0

14 May 00:49
Compare
Choose a tag to compare

v3.5.0

What's Changed

New Contributors

Full Changelog: v3.4.2...v3.5.0

v3.4.2

13 Feb 03:29
Compare
Choose a tag to compare

What's Changed

  • fix: HOOKS section should also be parsed when HELM_DIFF_USE_UPGRADE_DRY_RUN=true by @carlosrmendes in #364
  • Fix HELM_DIFF_USE_UPGRADE_DRY_RUN to work for new installs by @mumoshu in #370

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

23 Jan 04:56
Compare
Choose a tag to compare

What's Changed

  • Add Alpine Linux target to CI by @Sajfer in #360
  • Remove generation and revision from three-way-merge diff by @Sajfer in #359

Full Changelog: v3.4.0...v3.4.1

v3.4.0

22 Jan 08:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.2...v3.4.0

v3.3.2

10 Jan 09:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.1...v3.3.2

v3.3.1

10 Jan 07:00
Compare
Choose a tag to compare
  • Fix 3.3.0 to be successfully installed on alpine and busybox

Full Changelog: v3.3.0...v3.3.1

v3.3.0

10 Jan 06:19
Compare
Choose a tag to compare

NOTICE

This version of helm-diff is known to be not installable on Alpine and probably BusyBox.
#337 (comment)
Please use 3.3.1 instead.

What's Changed

  • upgrade command add three-way-merge option by @luxurine in #304
  • Fix for Install-Binary script by @Hammond95 in #307
  • Spelling by @jsoref in #258
  • fix report concurrency crash when helm-diff used as a library by @novas0x2a in #256
  • Add .gitattributes by @jkroepke in #286
  • Use releases/latest url instead api to get lastest artifact by @jkroepke in #285
  • fix(upgrade): fix upgrade logic in install script by @bassco in #309
  • Use a mktemp random directory for installation (repeated PR) by @keymon in #301
  • Disable colors when TERM=dumb by @mumoshu in #327
  • Set HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true to ignore unknown flags on helm-diff-upgrade by @mumoshu in #328
  • Add support for --api-versions in helm-diff-upgrade by @mumoshu in #329
  • Use cygpath for HELM_BIN by @jkroepke in #287
  • feat: HELM_DIFF_USE_UPGRADE_DRY_RUN by @mumoshu in #330
  • Fix --three-way-merge to not show diff on meta.helm.sh annotations by @mumoshu in #331
  • Fix helm-diff-release by @mumoshu in #332
  • Bump Go to 1.17 and Helm to 3.6.1 by @mumoshu in #333
  • Start using golang 1.17.5 to build release by @Sajfer in #334
  • HELM_DIFF_THREE_WAY_MERGE=true to imply --three-way-merge by @mumoshu in #336

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

08 Jan 07:36
860f354
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.2.0

v3.1.3

15 Aug 01:04
Compare
Choose a tag to compare

v3.1.3

UPDATE 2022/01/06: We've added arch-specific archives with -amd64 and -arm64 suffixes in the basename for ARM64 support. See
#267 for more info. These additional archives would also resolve #322.

v3.1.2

22 Jul 14:06
Compare
Choose a tag to compare
  • Add --disable-openapi-validation #210
  • Add --disable-validation #228
  • Add custom output formats #221, #226)
  • Switch to go modules #194
  • Allow passing --kubeconfig #198
  • Add support for upgrade --install #218
  • Add post renderer support #196