-
Notifications
You must be signed in to change notification settings - Fork 1
feat(github-release): update aqua:mikefarah/yq to v4.52.2 #621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughBump of Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
ℹ️ SOPS Encryption CheckNo SOPS files detected in this pull request.
No encryption validation required for this PR. |
✅ Gitleaks Secret Scan PassedNo secrets detected in this pull request.
|
4eacbe0 to
6032212
Compare
b8295a8 to
9feaea7
Compare
9feaea7 to
760870b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @.mise.toml:
- Line 26: Update the yq version entry in .mise.toml by changing the value for
the key "aqua:mikefarah/yq" from "4.52.1" to the released latest stable
"4.50.1"; ensure the quoted version string is updated exactly where the key
"aqua:mikefarah/yq" appears so CI/tooling uses v4.50.1 instead of the
non-existent v4.52.1.
.mise.toml
Outdated
| "aqua:kubernetes-sigs/kustomize" = "5.7.1" | ||
| "aqua:kubernetes/kubectl" = "1.34.0" | ||
| "aqua:mikefarah/yq" = "4.49.2" | ||
| "aqua:mikefarah/yq" = "4.52.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
# Find yq usage in the repository
rg -n '\byq\b' -g '!**/vendor/**' -g '!**/node_modules/**' -g '!.git' --max-count=50Repository: jlengelbrecht/prox-ops
Length of output: 511
🌐 Web query:
yq 4.52.1 vs 4.49.2 breaking changes release notes
💡 Result:
I couldn’t find any yq (mikefarah/yq) release/tag v4.52.1 on GitHub; the latest published version shown in tags/releases is v4.50.1 (Dec 14, 2025). (github.com)
What changed from v4.49.2 → v4.50.1
No breaking changes are called out in the release notes between these versions. The notable changes are: (github.com)
- v4.49.2 (Nov 25, 2025): escape character bug fixes; snap release pipeline fix. (github.com)
- v4.50.1 (Dec 14, 2025): added HCL support, fixed CRLF handling, dependency bumps. (github.com)
If you meant a different yq project (there are multiple tools named “yq”), tell me which repo/package manager you’re using and I’ll pull the correct release notes.
Citations:
- 1: https://github.com/mikefarah/yq/tags
- 2: https://github.com/mikefarah/yq/releases/tag/v4.50.1
- 3: https://github.com/mikefarah/yq/releases/tag/v4.49.2
- 4: https://github.com/mikefarah/yq/releases/tag/v4.50.1
🏁 Script executed:
# Check .mise.toml to confirm the change
cat -n .mise.toml | grep -A2 -B2 'yq'Repository: jlengelbrecht/prox-ops
Length of output: 281
Version 4.52.1 does not exist; use 4.50.1 (latest).
yq v4.52.1 is not a released version. The latest stable release is v4.50.1 (Dec 14, 2025). Bump to 4.50.1, which includes CRLF handling fixes and no breaking changes relative to 4.49.2. The eval-all --exit-status pattern used in bootstrap/helmfile.d/00-crds.yaml and templates remains stable across these versions.
🤖 Prompt for AI Agents
In @.mise.toml at line 26, Update the yq version entry in .mise.toml by changing
the value for the key "aqua:mikefarah/yq" from "4.52.1" to the released latest
stable "4.50.1"; ensure the quoted version string is updated exactly where the
key "aqua:mikefarah/yq" appears so CI/tooling uses v4.50.1 instead of the
non-existent v4.52.1.
760870b to
de12771
Compare
This PR contains the following updates:
4.49.2→4.52.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🐄 Talos CATTLE: Major/minor version requires manual approval. Full VM rebuild via Terraform.
Release Notes
mikefarah/yq (aqua:mikefarah/yq)
v4.52.2Compare Source
v4.52.1: - TOML roundtrip and more!Compare Source
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 ❤️
v4.51.1Compare Source
v4.50.1: - HCL!Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (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.
This PR has been generated by Renovate Bot.