Skip to content

Releases: mikefarah/yq

v4.25.2

28 May 04:22

Choose a tag to compare

  • Fixed comments disappearing from end of file (#1217)
  • Fixed empty base64 decoding error (#1209)
  • JSON output now in colors (#1208)
  • Added codeql and fixed minor issues
  • Bumped go-yaml library
  • Bumped go dependency

v4.25.1

29 Apr 02:16

Choose a tag to compare

  • Can specify a split expression file via the new --split-exp-file flag #1194
  • Fixed append map bug when key matches value in existing map #1200
  • Nicer error message when trying to use merge anchor tags other than maps #1184
  • Fixed Don't automatically read stdin when the null input flag is used
  • Added type as an alias for tag #1195
  • Fixes bug when using write in-place with no expression and multiple files #1193

Note There was a bug where the last file instead of the first was being updated when using eval-all with write inplace, and no expression (or expression via --from-file. This has been fixed to the first file is updated, as per the documentation.

v4.24.5

14 Apr 23:12

Choose a tag to compare

  • Fixed scenarios that dropped the first line if it's a comment (#1181)
  • Fixed updating existing empty map resulting in single line styling (#1176)
  • Fixed with operation bug (#1174)
  • Bumped go compiler

v4.24.4

12 Apr 06:08

Choose a tag to compare

  • Fixing docker release

v4.24.3

12 Apr 00:18

Choose a tag to compare

  • Added from_props
  • Re-releasing, 4.24.2 release failed to publish correctly.

v4.24.2 - Comparison Operators!

28 Mar 03:50

Choose a tag to compare

v4.23.1

20 Mar 02:49

Choose a tag to compare

  • Can now supply the envsubst operator with parameters (nounset, noempty, failfast). See envsubst for details (#1137)
  • Bumped dependencies
  • Fixed '+=' problem with multiple matches #1145
  • Fixed bug with "and", "or" evaluating the RHS when not needed
  • Fixed potential panic (thanks @mkatychev)
  • Tweaked CLI help (thanks @justin-f-perez)

v4.22.1

10 Mar 04:42

Choose a tag to compare

v4.21.1

27 Feb 01:17

Choose a tag to compare

v4.20.2 - Bug Fixes

20 Feb 03:44

Choose a tag to compare

  • Fixed self assignment issue (#1107)
  • Fixed bad capture groups with multiple matches (#1114)
  • No longer auto-read from STDIN if there are files given (#1115)
  • Added missing load_props operator