Releases: homeport/dyff
dyff release v1.4.5
dyff release v1.4.4
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
dyff release v1.4.3
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
dyff release v1.4.2
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
dyff release v1.4.1
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
dyff release v1.4.0
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
dyff release v1.3.0
dyff release v1.2.4
Fixed issue #146 by bumping neat
dependency to a new release that is properly quoting special strings. Thank you @hubiierik for reporting the issue.
Changelog
55e0c2f Fix invalid YAML output issue
cf16ae5 Fix inconsistent error messages
2ea4d9b Make yaml command flags normal flags
df24bba Sort simple list entry for hash calculation
dyff release v1.2.3
Fixed issue #143 where duplicate entries in a simple list were not handled as expected.
Changelog
8a35140 Bump dependencies
d5c56c9 Increase gocyclo threshold to 20
a2425f9 Improve simple list comparison with duplicates
c11592d Recreate Go sum file
65ea5a2 Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
dyff release v1.2.2
Fixed issue #133 where a multi document YAML file was not correctly written. Thank you @kondurian for finding and reporting the issue.
Removed the --debug
flag as it was never implemented internally.
Changelog
bada7c0 Fix multi document YAML restructure issue
c2f1e58 Refactor yaml command test case contexts
b869fe7 Bump bunt package to use new color flags
db8f588 Add develop branch to build and test action
202b007 Fix unhandled error warning for YAML delete
ca58449 Remove unused debug mode
2b41915 Fix TYPOs in comments and messages
0839c2d Fix grammar finding
aa82c8d Add .idea to .gitignore
539e435 Fix Makefile finding
feb4083 Reorganised import paths
5c09f43 Fix test command for tap
d54f768 Configure build and test to ignore tags
4ed2581 Fix missing HOMEBREW_TAP_GITHUB_TOKEN variable
e4d9ba9 Remove arm64 support in GoReleaser
f6e4968 Update Go Sum file
7ecb6dd Remove dot in GoReleaser brew strategy