Releases: databus23/helm-diff
Releases · databus23/helm-diff
v3.5.0
v3.5.0
What's Changed
- chore: Added support for setting --kube-version by @semoac in #386
- diff/report: fix key regexp by @eonpatapon in #379
- Resolve security vulnerabilities by @petrovicboban in #373
- Annotation to override object name for diff purposes by @ksa-real in #378
- Added bzip2 to build docker. Updated golang image and github-release. by @ksa-real in #387
New Contributors
- @eonpatapon made their first contribution in #379
- @petrovicboban made their first contribution in #373
- @ksa-real made their first contribution in #378
Full Changelog: v3.4.2...v3.5.0
v3.4.2
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
- @carlosrmendes made their first contribution in #364
Full Changelog: v3.4.1...v3.4.2
v3.4.1
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