mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-07 06:10:36 +00:00
Preparing release notes
This commit is contained in:
parent
c4468165f2
commit
01005cc8fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,6 +47,7 @@ test*.tf
|
|||||||
test*.xml
|
test*.xml
|
||||||
test*.toml
|
test*.toml
|
||||||
test*.yaml
|
test*.yaml
|
||||||
|
*.kyaml
|
||||||
test_dir1/
|
test_dir1/
|
||||||
test_dir2/
|
test_dir2/
|
||||||
0.yml
|
0.yml
|
||||||
|
|||||||
@ -1,7 +1,13 @@
|
|||||||
4.51.1:
|
4.52.1:
|
||||||
- TOML encoder support - you can now roundtrip! #1364
|
- TOML encoder support - you can now roundtrip! #1364
|
||||||
- Parent now supports negative indices, and added a 'root' command for referencing the top level document
|
- Parent now supports negative indices, and added a 'root' command for referencing the top level document
|
||||||
- Fixed scalar encoding for HCL
|
- 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
|
- Bumped dependencies
|
||||||
- Special shout out to @ccoVeille for reviewing my PRs!
|
- Special shout out to @ccoVeille for reviewing my PRs!
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user