Dyff Versions Save

/ˈdʏf/ - diff tool for YAML files, and sometimes JSON

v1.5.1

2 years ago

Changelog

  • 7dd47ec Extend invalid YAML check test case
  • 3b8f011 Bump github.com/gonvenience/neat from 1.3.8 to 1.3.9

v1.5.0

2 years ago

Changelog

  • 0e2ab0b Revert "Add system-files plug"
  • f7c94e0 Add test cases for kube/non-kube multi-doc compare
  • 8d4e4b6 Fix linter warnings
  • 9f044ad Add Kubernetes specific document compare
  • 3478906 Refactor input file compare entry function
  • 32393b0 Print key in error message
  • 8e757bb Enable path to indicate file level
  • d7c1557 Make detect-kubernetes default
  • e6c9017 Bump dependencies to latest available

v1.4.7

2 years ago

Changelog

  • 737524b Remove netgo build tag
  • 64a5bd8 Add system-files plug
  • 45eaf85 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
  • 456a33c README: add MacPorts install info

v1.4.6

2 years ago

Changelog

bd597f3 Bump github.com/onsi/gomega from 1.16.0 to 1.17.0 44073a8 Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 4c2cc60 [ImgBot] Optimize images 6f1048d Fix golangci-lint findings f907627 Unify flags type in commands

v1.4.5

2 years ago

Fixed multi-line text issue where the last line of the text was omitted when block strip style (|-) was used in one of the input YAMLs. Big thanks to @com6056 for bringing it up.

Changelog

3975e5f Simplify GitHub Action setup for build and test b685326 Fix multi-line issue with block strip style

v1.4.4

2 years ago

Refresh release using Go version 1.17 and includes a bugfix where Go text markers %s were incorrectly evaluated in the output.

Changelog

cf2bc0f Bump to Go version 1.17 fdc6c43 Clarify kubectl diff usage (#158) a2061cb Bump github.com/onsi/gomega from 1.13.0 to 1.14.0 24f9e90 Simplify directory check d8ba6c8 Simplify code 82058b9 Add render function to avoid Go formatter in text ace250f Merge pull request #167 from homeport/dependabot/go_modules/main/github.com/spf13/cobra-1.2.1 c6d83f8 Bump github.com/spf13/cobra from 1.1.3 to 1.2.1

v1.4.3

2 years ago

Fixed output issue where Go format specifiers in the text led to undesirable output. Added support to display order changes of lists with mapping content. Big thanks to @dlmather for finding the problems and opening #166 to fix those issues.

Changelog

db8208e Merge pull request #166 from dlmather/main 9b0fa57 Prepare removal of develop branch 8c9842d attempt to show nested objects in order change c2b55af fix missing format specifier

v1.4.2

2 years ago

Fixes #165 to add arm64 to the list of supported architectures for both Linux and macOS systems. Thank you @maciej-wilczynski for bringing it up.

Changelog

fd36841 Bump to Go 1.16

v1.4.1

2 years ago

Internal intermediate release that includes changes to onboard arm64 to the list of supported architectures.

Changelog

05b1174 Add arm64 to the list of architectures 144472f Bump github.com/onsi/ginkgo from 1.16.2 to 1.16.4 691f996 Bump github.com/onsi/gomega from 1.12.0 to 1.13.0 eccc3f6 Fix Go version setup in GitHub Actions

v1.4.0

3 years ago

Fixed #157 by adding --filter flag to between command. Both path styles are supported when using the filter. Thank you to @rvignesh89 for the idea and @dalbar for the implementation.

Changelog

c0b4213 Add support for DotStyle filter paths 54ecad4 Reports can be filtered on set of paths 6d5a567 Reports can be filtered on set of paths 3699ab3 Bump github.com/gonvenience/ytbx from 1.4.0 to 1.4.1 981751a Move tool install into separate step 0893152 Update dependabot.yml cb4c0e5 Upgrade to GitHub-native Dependabot 34a83aa Bump dependencies 2d2bfe9 Add snap install instructions to README cf593b3 Add snap build and upload