Skip to content

chore(deps): update dependency mikefarah/yq to v4.16.2#268

Merged
ivankatliarchuk merged 1 commit intomasterfrom
renovate/mikefarah-yq-4.x
Dec 28, 2021
Merged

chore(deps): update dependency mikefarah/yq to v4.16.2#268
ivankatliarchuk merged 1 commit intomasterfrom
renovate/mikefarah-yq-4.x

Conversation

@ivankatliarchuk
Copy link
Member

This PR contains the following updates:

Package Update Change
mikefarah/yq minor 4.0.0 -> v4.16.2

Release Notes

mikefarah/yq

v4.16.2

Compare Source

  • Bumped go-lang compiler to fix CVE-2021-44717 (#​1037)
    • Dependency version bumps via dependabot
    • Added extract-checksum.sh to make it easier to validate checksums (#​1011)
    • Report filename on parsing error (#​1030)

v4.16.1

Compare Source

  • Added csv, tsv output formats docs
    • Added map, map_values operators docs
    • Added sort, sort_by operators (#​947, #​1024) docs
    • Fixed bug in collect
    • Fixed permissions issue in Dockerfile (#​1014)
    • Fixed assignment operator to no longer overwrite anchor (#​1029)

v4.15.1

Compare Source

  • Added 'load/strload' operators for dynamically loading content from files
    • Added 'key' operator
    • Added 'parent' operator
    • Smarter MAN page installation script (thanks @​coolaj86)
    • Dockerfile improvements (thanks @​actualben)
    • Error handling improvements (thanks @​mmorel-35)

v4.14.2

Compare Source

  • Fixed header preprocessing issue (#​1000)
    • Bumped version dependencies

v4.14.1

Compare Source

v4.13.5

Compare Source

  • Performance improvement for deepMatch (thanks @​pmatseykanets)
    • Added manpage, included in tar.gz downloads as well as a separate tar.gz (#​961)
    • Fixed expression parsing bug #​970
    • Fixes CVE (#​964)
    • Bumped docker alpine version

v4.13.4

Compare Source

  • Fixed select bug (#​958)
    • Improved performance of explode (also speeds up json conversion)
    • Improved performance of merge (significantly if your merging a small file into a big one)

v4.13.3

Compare Source

  • Updated go compiler to 1.17 to fix CVE (#​944)

v4.13.2

Compare Source

  • Update to with operator, allow for no leading space on the ;.
  • Fixing Docker build timeout issues when attempting to release

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

Compare Source

BREAKING CHANGE - the as variable operator (e.g. .a as $x) now makes a copy of the node(s) at the
path 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!.

  • 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

v4.12.2

Compare Source

  • Fix processing of hex numbers #​929
  • Fixed alternative and union operator issues #​930

v4.12.1

Compare Source

v4.12.0

Compare Source

v4.11.2

Compare Source

v4.11.1

Compare Source

v4.11.0

Compare Source

v4.10.0

Compare Source

v4.9.8

Compare Source

v4.9.7

Compare Source

v4.9.6

Compare Source

v4.9.5

Compare Source

v4.9.4

Compare Source

v4.9.3

Compare Source

Fixes:

v4.9.2

Compare Source

Bug Fixes:

  • Fixed nested array referencing (#​814)
  • Fixed a number of readonly ops not to inadvertently modify the yaml context

v4.9.1

Compare Source

  • Added ability to escape double quotes within a string expression (e.g. "cat"dog")
  • Fixed handling of empty matches in equals op (when one of lhs or rhs expressions do not match anything and the other is null)

v4.9.0

Compare Source

v4.8.0

Compare Source

v4.7.1

Compare Source

Fixes #​793

v4.7.0

Compare Source

v4.6.3

Compare Source

v4.6.2

Compare Source

v4.6.1

Compare Source

Fixed performance of yq https://github.com/mikefarah/yq/issues/717!

v4.6.0

Compare Source

v4.5.1

Compare Source

Added != operator

Fixes:

v4.5.0

Compare Source

v4.4.1

Compare Source

Fixes:

v4.4.0

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

Accidentally released v4.3.0 without merging in the new env operators! Apologies.

v4.3.0

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

Missing features from 4.0 that were quickly pointed out (thanks peeps!), namely:

I've also added downloadable tar.gz and zip versions of the releases - this is to get around fussy download managers, or just to have a smaller file size (https://github.com/mikefarah/yq/issues/600)

Bu Fixes:


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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, click this checkbox.

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added dependencies A PR that updates dependencies - used by Release Drafter minor when you add functionality in a backwards compatible manner labels Dec 28, 2021
@ivankatliarchuk ivankatliarchuk self-assigned this Dec 28, 2021
@ivankatliarchuk ivankatliarchuk merged commit 5b3d731 into master Dec 28, 2021
@ivankatliarchuk ivankatliarchuk deleted the renovate/mikefarah-yq-4.x branch December 28, 2021 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A PR that updates dependencies - used by Release Drafter minor when you add functionality in a backwards compatible manner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments