Releases: databus23/helm-diff
Releases · databus23/helm-diff
v3.4.0
What's Changed
- Make HELM_DIFF_THREE_WAY_MERGE log less verbose by @mumoshu in #342
- --color or HELM_DIFF_COLOR=true to force color by @mumoshu in #343
- helm-diff doesn't include values from stdin for helm3 version by @ruslanloman in #340
- Migrate to GH actions by @jkroepke in #335
- Fix lint errors in install-binary.sh by @Sajfer in #346
- #350 - Attempting to patch libraries. by @unacceptable in #351
- Fix installation on cygwin by @jkroepke in #353
- Add various client-go auth providers for 3-way merge by @mumoshu in #355
- feat: --find-renames for discovering renames based on content by @fwiesel in #320
New Contributors
- @ruslanloman made their first contribution in #340
- @unacceptable made their first contribution in #351
- @fwiesel made their first contribution in #320
Full Changelog: v3.3.2...v3.4.0
v3.3.2
What's Changed
- Fix golang docker version by @Sajfer in #338
- Fix install script by @michaelsauter in #339
New Contributors
- @michaelsauter made their first contribution in #339
Full Changelog: v3.3.1...v3.3.2
v3.3.1
- Fix 3.3.0 to be successfully installed on alpine and busybox
Full Changelog: v3.3.0...v3.3.1
v3.3.0
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
- @luxurine made their first contribution in #304
- @Hammond95 made their first contribution in #307
- @jsoref made their first contribution in #258
- @jkroepke made their first contribution in #286
- @bassco made their first contribution in #309
- @keymon made their first contribution in #301
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- Allow passing the chart repo to helm template by @aackerman in #268
- Added Source Installation Documentation by @markscamilleri in #276
- fix: correct helm binary in install script for environment that have both helm 2 and 3 installed by @astorath in #270
- Fix spelling error in README.md by @krtk6160 in #259
- Automatically color output based on whether output is a terminal by @misberner in #240
- add support for strip-trailing-cr by @bakito in #237
- Normalize YAML manifests before running diff by @tommasopozzetti in #273
- Address CVE-2020-29652 in golang.org/x/crypto with high severity by @mumoshu in #292
- fix: added macOS ARM M1 architecture support by @atassis in #294
- Add linux/arm64 support by @dschaaff in #267
- add-apple Add binary build for apple m1 by @Sajfer in #323
New Contributors
- @aackerman made their first contribution in #268
- @markscamilleri made their first contribution in #276
- @astorath made their first contribution in #270
- @krtk6160 made their first contribution in #259
- @misberner made their first contribution in #240
- @bakito made their first contribution in #237
- @tommasopozzetti made their first contribution in #273
- @atassis made their first contribution in #294
- @dschaaff made their first contribution in #267
- @Sajfer made their first contribution in #323
Full Changelog: v3.1.3...v3.2.0
v3.1.3
v3.1.2
v3.1.1
v3.1.0
- 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
- fixed a bug in the manifest parser that would discard the first yaml document (#162)