mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
102 lines
3.8 KiB
Plaintext
102 lines
3.8 KiB
Plaintext
yq (4.13.0) focal; urgency=medium
|
|
|
|
* New `with` operator for making multiple changes to a given path
|
|
* New `contains` operator, works like the `jq` equivalent
|
|
* Subtract operator now supports subtracting elements from arrays!
|
|
* Fixed Swapping values using variables #934
|
|
* Github Action now properly supports multiline output #936, thanks @pjxiao
|
|
* Fixed missing closing bracket validation #932
|
|
* Fix processing of hex numbers #929
|
|
* Fixed alternative and union operator issues #930
|
|
* Can now convert yaml to properties properties format (`-o=props`), See [docs](https://mikefarah.gitbook.io/yq/v/v4.x/usage/properties) for more info.
|
|
* Fixed document header/footer comment handling when merging (https://github.com/mikefarah/yq/issues/919)
|
|
* pretty print yaml 1.1 compatibility (https://github.com/mikefarah/yq/issues/914)
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Thu, 16 Sep 2021 20:58:30 +0200
|
|
|
|
yq (4.9.6) focal; urgency=medium
|
|
|
|
* Added darwin/arm64 build, thanks @alecthomas
|
|
* Incremented docker alpine base version, thanks @da6d6i7-bronga
|
|
* Bug fix: multine expression
|
|
* Bug fix: special character
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Tue, 29 Jun 2021 21:32:14 +0200
|
|
|
|
yq (3.3.2) focal; urgency=medium
|
|
|
|
* Bug fix: existStatus bug (#459)
|
|
* Automatically makes a os temp directory if it does not exist (#461)
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Fri, 07 Aug 2020 18:53:01 +0200
|
|
|
|
yq (3.3-0) focal; urgency=medium
|
|
|
|
* You can control string styles (quotes) using the new --style flag
|
|
* String values now always have quotes when outputting to json
|
|
* Negative array indices now traverse the array backwards
|
|
* Added a --stripComments flag to print yaml without any comments
|
|
* Bumped go to version 1.14
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Thu, 30 Apr 2020 20:45:44 +0200
|
|
|
|
yq (3.1-2) eoan; urgency=medium
|
|
|
|
* Bug fix: yq 3 was removing empty inline-style objects and arrays (#355)
|
|
* Bug fix: Merge option returned different output when switching order of
|
|
merging files(#347)
|
|
* Bug fix: Add new object to existing array object was failing in 3.1.1 (#361)
|
|
* Bug fix: yq 3 empty keys did not allow merging of values (#356)
|
|
* Bug fix: keys quoted during merge (#363)
|
|
* Bug fix: Correct length with wc -l (#362)
|
|
* Bug fix: Write to empty document removed path (#359)
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Mon, 24 Feb 2020 20:31:58 +0100
|
|
|
|
yq (3.1-1) eoan; urgency=medium
|
|
|
|
* Keeps yaml comments and formatting, can specify yaml tags when updating.
|
|
* Handles anchors
|
|
* Can print out matching paths and values when splatting
|
|
* JSON output works for all commands
|
|
* Yaml files with multiple documents are printed out as one JSON
|
|
document per line.
|
|
* Deep splat (**) to match arbitrary paths
|
|
* Update scripts file format has changed to be more powerful
|
|
* Reading and splatting, matching results are printed once per line
|
|
* Bugfixing
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Tue, 11 Feb 2020 22:18:24 +0100
|
|
|
|
yq (2.2-1) bionic; urgency=medium
|
|
|
|
* Added Windows support for the "--inplace" command flag
|
|
* Prefix now supports arrays
|
|
* Add prefix command
|
|
* Bump Alpine version to 3.8
|
|
* Improved docker build process
|
|
* Lint fixes
|
|
* Build support for all linux architectures supported by gox
|
|
|
|
-- Roberto Mier Escandon <rmescandon@gmail.com> Sat, 19 Jan 2019 15:50:47 +0100
|
|
|
|
yq (2.1-0) bionic; urgency=medium
|
|
|
|
* Ability to read multiple documents in a single file
|
|
* Ability to append list items instead of overwriting
|
|
|
|
-- Roberto Mier Escandón <rmescandon@gmail.com> Tue, 10 Jul 2018 14:02:42 +0200
|
|
|
|
yq (2.0-0) bionic; urgency=medium
|
|
|
|
* Release 2.0.0
|
|
|
|
-- Roberto Mier Escandón <rmescandon@gmail.com> Wed, 20 Jun 2018 10:29:53 +0200
|
|
|
|
yq (1.15-0) bionic; urgency=medium
|
|
|
|
* Release 1.15
|
|
|
|
-- Roberto Mier Escandón <rmescandon@gmail.com> Wed, 06 Jun 2018 11:32:03 +0200
|
|
|