Update mikefarah/yq Docker tag to v4.53.2 #41

Merged
admin merged 1 commits from renovate/mikefarah-yq-4.x into main 2026-06-06 09:31:52 +02:00
Owner

This PR contains the following updates:

Package Update Change
mikefarah/yq (source) minor 4.50.14.53.2

Release Notes

mikefarah/yq (mikefarah/yq)

v4.53.2

Compare Source

  • Releases and tags now signed and immutable!
  • Add system(command; args) operator (disabled by default) (#​2640)
  • TOML encoder: prefer readable table sections over inline tables (#​2649)
  • Fix TOML encoder to quote keys containing special characters (#​2648)
  • Add string slicing support (#​2639)
  • Fix findInArray misuse on MappingNodes in equality and contains (#​2645) Thanks @​jandubois!
  • Fix panic on negative slice indices that underflow after adjustment (#​2646) Thanks @​jandubois!
  • Fix stack overflow from circular alias in traverse (#​2647) Thanks @​jandubois!
  • Fix panic and OOM in repeatString for large repeat counts (#​2644) Thanks @​jandubois!
  • Bumped dependencies

v4.52.5

Compare Source

v4.52.4

Compare Source

  • Dropping windows/arm - no longer supported in cross-compile
    • Fixing comments in TOML arrays (#​2592)
    • Bumped dependencies

v4.52.2

Compare Source

v4.52.1: - TOML roundtrip and more!

Compare Source

  • TOML encoder support - you can now roundtrip! #​1364
    • Parent now supports negative indices, and added a 'root' command for referencing the top level document

    • Fixed scalar encoding for HCL

    • Add --yaml-compact-seq-indent / -c flag for compact sequence indentation (#​2583) Thanks @​jfenal

    • Add symlink check to file rename util (#​2576) Thanks @​Elias-elastisys

    • Powershell fixed default command used for __completeNoDesc alias (#​2568) Thanks @​teejaded

    • Unwrap scalars in shell output mode. (#​2548) Thanks @​flintwinters

    • Added K8S KYAML output format support (#​2560) Thanks @​robbat2

    • Bumped dependencies

    • Special shout out to @​ccoVeille for reviewing my PRs!

Thanks to everyone that contributed ❤️


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mikefarah/yq](https://mikefarah.gitbook.io/yq/) ([source](https://github.com/mikefarah/yq)) | minor | `4.50.1` → `4.53.2` | --- ### Release Notes <details> <summary>mikefarah/yq (mikefarah/yq)</summary> ### [`v4.53.2`](https://github.com/mikefarah/yq/releases/tag/v4.53.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.52.5...v4.53.2) - Releases and tags now signed and immutable! - Add system(command; args) operator (disabled by default) ([#&#8203;2640](https://github.com/mikefarah/yq/issues/2640)) - TOML encoder: prefer readable table sections over inline tables ([#&#8203;2649](https://github.com/mikefarah/yq/issues/2649)) - Fix TOML encoder to quote keys containing special characters ([#&#8203;2648](https://github.com/mikefarah/yq/issues/2648)) - Add string slicing support ([#&#8203;2639](https://github.com/mikefarah/yq/issues/2639)) - Fix findInArray misuse on MappingNodes in equality and contains ([#&#8203;2645](https://github.com/mikefarah/yq/issues/2645)) Thanks [@&#8203;jandubois](https://github.com/jandubois)! - Fix panic on negative slice indices that underflow after adjustment ([#&#8203;2646](https://github.com/mikefarah/yq/issues/2646)) Thanks [@&#8203;jandubois](https://github.com/jandubois)! - Fix stack overflow from circular alias in traverse ([#&#8203;2647](https://github.com/mikefarah/yq/issues/2647)) Thanks [@&#8203;jandubois](https://github.com/jandubois)! - Fix panic and OOM in repeatString for large repeat counts ([#&#8203;2644](https://github.com/mikefarah/yq/issues/2644)) Thanks [@&#8203;jandubois](https://github.com/jandubois)! - Bumped dependencies ### [`v4.52.5`](https://github.com/mikefarah/yq/releases/tag/v4.52.5) [Compare Source](https://github.com/mikefarah/yq/compare/v4.52.4...v4.52.5) - Fix: reset TOML decoder state between files ([#&#8203;2634](https://github.com/mikefarah/yq/issues/2634)) thanks [@&#8203;terminalchai](https://github.com/terminalchai) - Fix: preserve original filename when using --front-matter ([#&#8203;2613](https://github.com/mikefarah/yq/issues/2613)) thanks [@&#8203;cobyfrombrooklyn-bot](https://github.com/cobyfrombrooklyn-bot) - Fix typo in filename ([#&#8203;2611](https://github.com/mikefarah/yq/issues/2611)) thanks [@&#8203;alexandear](https://github.com/alexandear) - Bumped dependencies ### [`v4.52.4`](https://github.com/mikefarah/yq/releases/tag/v4.52.4) [Compare Source](https://github.com/mikefarah/yq/compare/v4.52.2...v4.52.4) - Dropping windows/arm - no longer supported in cross-compile - Fixing comments in TOML arrays ([#&#8203;2592](https://github.com/mikefarah/yq/issues/2592)) - Bumped dependencies ### [`v4.52.2`](https://github.com/mikefarah/yq/releases/tag/v4.52.2) [Compare Source](https://github.com/mikefarah/yq/compare/v4.52.1...v4.52.2) - Fixed bad instructions file breaking go-install ([#&#8203;2587](https://github.com/mikefarah/yq/issues/2587)) Thanks [@&#8203;theyoprst](https://github.com/theyoprst) - Fixed TOML table scope after comments ([#&#8203;2588](https://github.com/mikefarah/yq/issues/2588)) Thanks [@&#8203;tomers](https://github.com/tomers) - Multiply uses a readonly context ([#&#8203;2558](https://github.com/mikefarah/yq/issues/2558)) - Fixed merge globbing wildcards in keys ([#&#8203;2564](https://github.com/mikefarah/yq/issues/2564)) - Fixing TOML subarray parsing issue ([#&#8203;2581](https://github.com/mikefarah/yq/issues/2581)) ### [`v4.52.1`](https://github.com/mikefarah/yq/releases/tag/v4.52.1): - TOML roundtrip and more! [Compare Source](https://github.com/mikefarah/yq/compare/v4.50.1...v4.52.1) - TOML encoder support - you can now roundtrip! [#&#8203;1364](https://github.com/mikefarah/yq/issues/1364) - Parent now supports negative indices, and added a 'root' command for referencing the top level document - Fixed scalar encoding for HCL - Add --yaml-compact-seq-indent / -c flag for compact sequence indentation ([#&#8203;2583](https://github.com/mikefarah/yq/issues/2583)) Thanks [@&#8203;jfenal](https://github.com/jfenal) - Add symlink check to file rename util ([#&#8203;2576](https://github.com/mikefarah/yq/issues/2576)) Thanks [@&#8203;Elias-elastisys](https://github.com/Elias-elastisys) - Powershell fixed default command used for \_\_completeNoDesc alias ([#&#8203;2568](https://github.com/mikefarah/yq/issues/2568)) Thanks [@&#8203;teejaded](https://github.com/teejaded) - Unwrap scalars in shell output mode. ([#&#8203;2548](https://github.com/mikefarah/yq/issues/2548)) Thanks [@&#8203;flintwinters](https://github.com/flintwinters) - Added K8S KYAML output format support ([#&#8203;2560](https://github.com/mikefarah/yq/issues/2560)) Thanks [@&#8203;robbat2](https://github.com/robbat2) - Bumped dependencies - Special shout out to [@&#8203;ccoVeille](https://github.com/ccoVeille) for reviewing my PRs! Thanks to everyone that contributed ❤️ </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTcuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
admin added the renovate label 2026-06-06 09:31:49 +02:00
admin added 1 commit 2026-06-06 09:31:50 +02:00
Update mikefarah/yq Docker tag to v4.53.2
renovate/stability-days Updates have met minimum release age requirement
be3c5e431e
admin scheduled this pull request to auto merge when all checks succeed 2026-06-06 09:31:50 +02:00
admin merged commit 9d7dff645a into main 2026-06-06 09:31:52 +02:00
admin deleted branch renovate/mikefarah-yq-4.x 2026-06-06 09:31:53 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/homelab-manifests#41