Update dependency mikefarah/yq to v3.4.0 #2

Merged
xoxys merged 1 commits from renovate/mikefarah-yq-3.x into master 2020-10-18 21:45:35 +02:00
Member

This PR contains the following updates:

Package Update Change
mikefarah/yq minor 3.3.2 -> 3.4.0

Release Notes

mikefarah/yq

v3.4.0

Compare Source

Some more fixes, and one (minor) backwards incompatible change!

If you were previously using the -a flag to indicate append when merging, this flag now sets the array merge strategy, and so you need to explicitly set it to append -a=append.

  • Explode anchors now applies to map keys too (#​466)
  • Fixed printing to STDERR incorrectly (#​479, #​486, #​472, #​537)
  • Fixed outputting non string keys to json (null, numbers) (#​519)
  • Can now specify how you want arrays to be merged in the merge command using the -a/--arrays flag with one of update/append/overwrite. Note that this has a minor backwards incompatibility: if you were previously using the -a flag to indicate 'append', you now need to set it like so -a=append (#​455)

v3.3.4

Compare Source

Fixes dynamic build issue (#​532)

Fixes bad versioning from previous release


Renovate configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `3.3.2` -> `3.4.0` | --- ### Release Notes <details> <summary>mikefarah/yq</summary> ### [`v3.4.0`](https://github.com/mikefarah/yq/releases/3.4.0) [Compare Source](https://github.com/mikefarah/yq/compare/3.3.4...3.4.0) Some more fixes, and one (minor) backwards incompatible change! If you were previously using the `-a` flag to indicate `append` when merging, this flag now sets the array merge strategy, and so you need to explicitly set it to append `-a=append`. - Explode anchors now applies to map keys too ([#&#8203;466](https://github.com/mikefarah/yq/issues/466)) - Fixed printing to STDERR incorrectly ([#&#8203;479](https://github.com/mikefarah/yq/issues/479), [#&#8203;486](https://github.com/mikefarah/yq/issues/486), [#&#8203;472](https://github.com/mikefarah/yq/issues/472), [#&#8203;537](https://github.com/mikefarah/yq/issues/537)) - Fixed outputting non string keys to json (null, numbers) ([#&#8203;519](https://github.com/mikefarah/yq/issues/519)) - Can now specify how you want arrays to be merged in the merge command using the `-a/--arrays` flag with one of `update/append/overwrite`. Note that this has a minor backwards incompatibility: if you were previously using the `-a` flag to indicate 'append', you now need to set it like so `-a=append` ([#&#8203;455](https://github.com/mikefarah/yq/issues/455)) ### [`v3.3.4`](https://github.com/mikefarah/yq/releases/3.3.4) [Compare Source](https://github.com/mikefarah/yq/compare/3.3.2...3.3.4) Fixes dynamic build issue ([#&#8203;532](https://github.com/mikefarah/yq/issues/532)) Fixes bad versioning from previous release </details> --- ### Renovate configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
xoxys merged commit b89dd4f7d2 into master 2020-10-18 21:45:35 +02:00
xoxys deleted branch renovate/mikefarah-yq-3.x 2020-10-18 21:45:54 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/lhci#2
No description provided.