Releases: mikefarah/yq
Releases · mikefarah/yq
v4.11.1 - Critical Bug Fixes
v4.11.0 - Front matter processing!
v4.10.0
- Added new RegEx operators (match, capture and test). These work like the
jq
counterparts, although there are differences. See https://mikefarah.gitbook.io/yq/operators/string-operators for more details. yq
now persists the top level document separator---
! #879- Fixed issue with safelyRename file in github actions (docker user issue) #890
- Fixed #878
v4.9.8
- Fixes safelyRenameFile bug #884
v4.9.7
- Dockerfile updated to fix (CIS_Docker_v1.2.0 - 4.1) - thanks @da6d6i7-bronga
- Checksums now provided for archives - thanks @stribb
- Fixed gosec issues - thanks @bison-monica
- Fixed merge bug #880
- Fixed append array bug #874
- Fixed update bug #870
v4.9.6
- Added darwin/arm64 build, thanks @alecthomas
- Incremented docker alpine base version, thanks @da6d6i7-bronga
- Fixed multine expression issue #855
- Fixed special character issue #856
v4.9.5 - Alternative Operator Fix
- Fixes #838 (second time lucky)
v4.9.4 - Improved GitHub Action, minor bug fix
- GitHub action now sets result output variable so
yq
command output can be used in subsequent steps (thanks @devorbitus) - Fixed #838
v4.9.3
Fixes:
v4.9.2
Bug Fixes:
- Fixed nested array referencing (#814)
- Fixed a number of readonly ops not to inadvertently modify the yaml context