Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.6.0
->4.44.3
Release Notes
mikefarah/yq (yq)
v4.44.3
Compare Source
v4.44.2
Compare Source
v4.44.1
: - min/max/pivot!Compare Source
v4.43.1
Compare Source
v4.42.1
Compare Source
v4.41.1
Compare Source
v4.40.7
Compare Source
v4.40.5
Compare Source
v4.40.4
: - Fixed bug with creating maps with values based off keysCompare Source
v4.40.3
: - Fixes JSON empty array bugCompare Source
v4.40.2
: - OfficialCompare Source
Thank you for all your support! I've fixed some of the issues that were kindly raised :) Happy to make the release official!
v4.40.1
: - Engine refactorCompare Source
I've done some overdue work on refactoring the core engine - pulling out the dependency on go-yaml. There are a couple of slight output changes (whitespace / document separators) in some niche scenarios - I think they are improvements, Bit nervous on releasing this, but all the tests are passing and I've added more tests! Love some early feedback :)
v4.35.2
: - Minor fixesCompare Source
v4.35.1
: - Lua Output!Compare Source
v4.34.2
Compare Source
Bumped depedencies
v4.34.1
Compare Source
v4.33.3
Compare Source
v4.33.2
: - Null seperated output and snap removable mediaCompare Source
--nul-output|-0
flag to separate element with NUL character (#1550) Thanks @vaab!v4.33.1
: - TOML! (readonly)Compare Source
v4.32.2
: - Fixes parsing unknown file format issueCompare Source
Fixes parsing terraform tfstate files results in "unknown" format
v4.32.1
Compare Source
v4.31.2
Compare Source
v4.31.1
: - New operators!Compare Source
v4.30.8
: - Snap fixCompare Source
v4.30.7
Compare Source
4.30.7:
v4.30.6
Compare Source
v4.30.5
Compare Source
Special thanks to @Kopfbremse for reporting XML issues!
v4.30.4
: - Fixed missing version in brew/snapCompare Source
Fixing missing version in brew/snap due to bug in automated versioning
v4.30.3
Compare Source
v4.30.2
: - Actually updated the default xml prefix 🤦Compare Source
v4.30.1
: - XML users note: the default attribute prefix has changedCompare Source
+@​
to avoid naming conflicts!v4.29.2
: - CSV Empty field fixCompare Source
v4.29.1
Compare Source
+@​
in the 4.30 release to avoid naming conflicts!v4.28.2
Compare Source
v4.28.1
Compare Source
setpath
anddelpaths
operators, like jq (#1374)is_key
operator, to check if a match was a key when recursingv4.27.5
Compare Source
4.27.5:
Skipped over 4.27.4 to get the #1333 bug fix in.
v4.27.3
Compare Source
v4.27.2
: - Multi json document handling, CSV decoding and more!Compare Source
4.27.2:
4.27.1:
v4.26.1
Compare Source
v4.25.3
Compare Source
v4.25.2
Compare Source
v4.25.1
Compare Source
--split-exp-file
flag #1194Note 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
with
operation bug (#1174)v4.24.4
Compare Source
v4.24.3
Compare Source
v4.24.2
: - Comparison Operators!Compare Source
v4.23.1
Compare Source
v4.22.1
Compare Source
v4.21.1
Compare Source
v4.20.2
: - Bug FixesCompare Source
v4.20.1
: - Date Operators + Decode property filesCompare Source
v4.19.1
: - Eval OperatorCompare Source
v4.18.1
: - New features, more consice usageCompare 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) 👯 #113envsubst
operator! (thanks @sciyoshi)*=
, relative multiply/mergev4.17.2
: - XML Support!Compare Source
v4.16.2
Compare Source
v4.16.1
Compare Source
v4.15.1
Compare Source
v4.14.2
Compare Source
v4.14.1
Compare Source
v4.13.5
Compare Source
v4.13.4
Compare Source
explode
(also speeds up json conversion)merge
(significantly if your merging a small file into a big one)v4.13.3
: - Updated go to fix CVECompare Source
v4.13.2
Compare Source
with
operator, allow for no leading space on the;
.Note: there is no code difference between 4.13.1 and 4.13.2 - just had to update the Docker file to get it to publish.
v4.13.0
: - Breaking change withas
- new operators!Compare Source
BREAKING CHANGE - the
as
variable operator (e.g..a as $x
) now makes a copy of the node(s) at thepath rather than a reference. This is in order to make it work more like the
jq
equivalent.This means any updates made to that variable do not update the original.
There's a new operator
ref
that will make a reference (and allow multiple updates to the original path by referencing the variable).Sorry for any inconvenience caused!.
with
operator for making multiple changes to a given pathcontains
operator, works like thejq
equivalentv4.12.2
Compare Source
v4.12.1
: - Merge comment fixCompare Source
v4.12.0
: - Properties Output, bug fixesCompare Source
-o=props
), See docs for more info.v4.11.2
Compare Source
v4.11.1
: - Critical Bug FixesCompare Source
v4.11.0
: - Front matter processing!Compare Source
v4.10.0
Compare Source
jq
counterparts, although there are differences. See https://mikefarah.gitbook.io/yq/operators/string-operators for more details.yq
now persists the top level document separator---
! https://github.com/mikefarah/yq/issues/879v4.9.8
Compare Source
v4.9.7
Compare Source
v4.9.6
Compare Source
v4.9.5
: - Alternative Operator FixCompare Source
v4.9.4
: - Improved GitHub Action, minor bug fixCompare Source
yq
command output can be used in subsequent steps (thanks @devorbitus)v4.9.3
Compare Source
Fixes:
v4.9.2
Compare Source
Bug Fixes:
v4.9.1
Compare Source
v4.9.0
Compare Source
unique
andunique_by
operators (https://mikefarah.gitbook.io/yq/operators/unique)any
andall
boolean operators (https://mikefarah.gitbook.io/yq/operators/boolean-operators)with_entries
bug https://github.com/mikefarah/yq/issues/810v4.8.0
: - Entries!Compare Source
jq
.?
- e.g..a?
select
withor
(https://github.com/mikefarah/yq/discussions/804)v4.7.1
: - Delete bug fixCompare Source
Fixes #793
v4.7.0
: - String substitution (and a bug fix)Compare Source
v4.6.3
: - Subtract numbersCompare Source
-
operator (https://mikefarah.gitbook.io/yq/operators/subtract) currently only supports numbers.v4.6.2
: - Bug FixesCompare Source
join
in create object (https://github.com/mikefarah/yq/issues/753)v4.6.1
: - Performance fixCompare Source
Fixed performance of
yq
https://github.com/mikefarah/yq/issues/717!Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.