Skip to content

Releases: mikefarah/yq

v4.11.1 - Critical Bug Fixes

20 Jul 01:18
Compare
Choose a tag to compare
  • Fixes printing of doc separators / comments when extracting field data (#896)
  • Fixes #351
  • More efficient front-matter processing

v4.11.0 - Front matter processing!

18 Jul 03:52
Compare
Choose a tag to compare
  • Now supports yaml front matter files! See docs for more detail (#794)
  • eval and eval-all now run as expected against empty files (#869)
  • Fixed EOF bug when reading files less than 3 characters long

v4.10.0

16 Jul 00:21
Compare
Choose a tag to compare
  • 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

08 Jul 00:46
Compare
Choose a tag to compare
  • Fixes safelyRenameFile bug #884

v4.9.7

07 Jul 10:11
Compare
Choose a tag to compare
  • 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

12 Jun 06:46
Compare
Choose a tag to compare
  • 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

09 Jun 23:55
Compare
Choose a tag to compare

v4.9.4 - Improved GitHub Action, minor bug fix

08 Jun 23:07
Compare
Choose a tag to compare
  • GitHub action now sets result output variable so yq command output can be used in subsequent steps (thanks @devorbitus)
  • Fixed #838

v4.9.3

21 May 22:31
Compare
Choose a tag to compare

v4.9.2

21 May 04:48
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed nested array referencing (#814)
  • Fixed a number of readonly ops not to inadvertently modify the yaml context