UNCLASSIFIED - NO CUI

Skip to content

Update helm values docker.io/mikefarah/yq to v4.25.2

renovate requested to merge renovate/docker.io-mikefarah-yq-4.x into development

This MR contains the following updates:

Package Update Change
docker.io/mikefarah/yq minor 4.14.1 -> 4.25.2

Release Notes

mikefarah/yq

v4.25.2

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • Fixing docker release

v4.24.2

Compare Source

v4.24.1

Compare Source

v4.23.1

Compare Source

  • 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

Compare Source

v4.21.1

Compare Source

v4.20.2

Compare Source

  • 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

v4.20.1

Compare Source

  • New Date Operators (now, tz, add and subtract durations from dates)
  • Can now decode property files!
  • New flag to manually set expression if required
  • ZSH completion bug fix (#​1108) thanks @​whi-tw
  • Fixed SEGV error (#​1096)
  • Fixed Github actions issues (it pipes in /dev/null) for XML
  • Fixed bug - handle expressions that match a directory (e.g. ".")

v4.19.1

Compare Source

  • New eval operator that allows dynamic expression evaluation (e.g. from a env variable) (#​1087)
    • Adding new elements to array now automatically applies styling of existing elements (#​722)

v4.18.1

Compare Source

  • eval is now the default command, you can leave it out 👯 #​113
    • - no longer needs to be specified as STDIN, (unless you are also working with multiple files) 👯 #​113
    • Adding to empty maps / arrays now uses idiomatic yaml styling by default
    • Fixed seg fault on bad input #​1086
    • New envsubst operator! (thanks @​sciyoshi)
    • Added support for *=, relative multiply/merge
    • Custom tag types now autocast to there actual types #​933

v4.17.2

Compare Source

  • Added XML support (#​491)
  • New merge flag (n) to only merge new fields (#​1038)
  • Fixed exit status bug for permission denied error (#​1062)
  • Fixed using multiple variables with union (,) operator (#​1048)
  • Bumped some versions of dependencies
  • Fixed manpath issue (thanks @​mr-pmillz)

v4.16.2

Compare Source

  • Bumped go-lang compiler to fix CVE-2021-44717 (#​1037)
    • Dependency version bumps via dependabot
    • Added extract-checksum.sh to make it easier to validate checksums (#​1011)
    • Report filename on parsing error (#​1030)

v4.16.1

Compare Source

  • Added csv, tsv output formats docs
    • Added map, map_values operators docs
    • Added sort, sort_by operators (#​947, #​1024) docs
    • Fixed bug in collect
    • Fixed permissions issue in Dockerfile (#​1014)
    • Fixed assignment operator to no longer overwrite anchor (#​1029)

v4.15.1

Compare Source

  • Added 'load/strload' operators for dynamically loading content from files
    • Added 'key' operator
    • Added 'parent' operator
    • Smarter MAN page installation script (thanks @​coolaj86)
    • Dockerfile improvements (thanks @​actualben)
    • Error handling improvements (thanks @​mmorel-35)

v4.14.2

Compare Source

  • Fixed header preprocessing issue (#​1000)
    • Bumped version dependencies

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports