Skip to content

Commit 7ed5351

Browse files
Update dependency mikefarah/yq to v4.52.2 (#847)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mikefarah/yq](https://redirect.github.com/mikefarah/yq) | minor | `4.49.2` → `4.52.2` | --- ### Release Notes <details> <summary>mikefarah/yq (mikefarah/yq)</summary> ### [`v4.52.2`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.52.2) [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.52.1...v4.52.2) - Fixed bad instructions file breaking go-install ([#&#8203;2587](https://redirect.github.com/mikefarah/yq/issues/2587)) Thanks [@&#8203;theyoprst](https://redirect.github.com/theyoprst) - Fixed TOML table scope after comments ([#&#8203;2588](https://redirect.github.com/mikefarah/yq/issues/2588)) Thanks [@&#8203;tomers](https://redirect.github.com/tomers) - Multiply uses a readonly context ([#&#8203;2558](https://redirect.github.com/mikefarah/yq/issues/2558)) - Fixed merge globbing wildcards in keys ([#&#8203;2564](https://redirect.github.com/mikefarah/yq/issues/2564)) - Fixing TOML subarray parsing issue ([#&#8203;2581](https://redirect.github.com/mikefarah/yq/issues/2581)) ### [`v4.52.1`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.52.1): - TOML roundtrip and more! [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.50.1...v4.52.1) - TOML encoder support - you can now roundtrip! [#&#8203;1364](https://redirect.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://redirect.github.com/mikefarah/yq/issues/2583)) Thanks [@&#8203;jfenal](https://redirect.github.com/jfenal) - Add symlink check to file rename util ([#&#8203;2576](https://redirect.github.com/mikefarah/yq/issues/2576)) Thanks [@&#8203;Elias-elastisys](https://redirect.github.com/Elias-elastisys) - Powershell fixed default command used for \_\_completeNoDesc alias ([#&#8203;2568](https://redirect.github.com/mikefarah/yq/issues/2568)) Thanks [@&#8203;teejaded](https://redirect.github.com/teejaded) - Unwrap scalars in shell output mode. ([#&#8203;2548](https://redirect.github.com/mikefarah/yq/issues/2548)) Thanks [@&#8203;flintwinters](https://redirect.github.com/flintwinters) - Added K8S KYAML output format support ([#&#8203;2560](https://redirect.github.com/mikefarah/yq/issues/2560)) Thanks [@&#8203;robbat2](https://redirect.github.com/robbat2) - Bumped dependencies - Special shout out to [@&#8203;ccoVeille](https://redirect.github.com/ccoVeille) for reviewing my PRs! Thanks to everyone that contributed ❤️ ### [`v4.50.1`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.50.1): - HCL! [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.49.2...v4.50.1) - Added HCL Support - First cut - hopefully it works well! ([#&#8203;1844](https://redirect.github.com/mikefarah/yq/issues/1844)) - Fixing handling of CRLF [#&#8203;2352](https://redirect.github.com/mikefarah/yq/issues/2352) - Bumped dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rapidsai/docker). Authors: - https://github.com/apps/renovate - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) URL: #847
1 parent e52d51a commit 7ed5351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# renovate: datasource=docker depName=condaforge/miniforge3 versioning=docker
44
MINIFORGE_VER: 25.9.1-0
55
# renovate: datasource=github-releases depName=mikefarah/yq
6-
YQ_VER: 4.49.2
6+
YQ_VER: 4.52.2

0 commit comments

Comments
 (0)