Skip to content

Releases: databus23/helm-diff

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

v3.1.1

26 Feb 16:49
Compare
Choose a tag to compare
  • Ingress buffer size of yaml scanner #182
  • Add missing --detailed-exitcode flag to revision, release and rollback commands #185
  • Fix a regression introduced with the secret redaction added in 3.1.0 that would redact other kinds as well.

v3.1.0

14 Feb 14:47
Compare
Choose a tag to compare
  • NOTE: helm 3.1.0 or higher is required when using the plugin with helm v3. It should also still work with helm 2.x.
  • helm diff upgrade now correctly renders diffs for charts the use .Capabilites or .IsUpgrade (#165)
  • The diff plugin redacts secret values from the output by default now. It can be disabled by specifying --show-secrets. This is somewhat backward incompatible but more secure by default which won this battle.

v3.0.0-rc.7

31 Oct 14:11
Compare
Choose a tag to compare
  • fixed a bug in the manifest parser that would discard the first yaml document (#162)