cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
build(deps): bump github.com/itchyny/gojq from 0.12.7 to 0.12.8 in /hack/tools
Bumps github.com/itchyny/gojq from 0.12.7 to 0.12.8.
Release notes
Sourced from github.com/itchyny/gojq's releases.
Release v0.12.8
- implement
gojq.Comparefor comparing values in custom internal functions- implement
gojq.TypeOffor obtaining type name of values in custom internal functions- implement
gojq.Previewfor previewing values for error messages of custom internal functions- fix query lexer to parse string literals as JSON to support surrogate pairs (
"\ud83d\ude04")- fix priority bug of declared and builtin functions (
def empty: .; null | select(.))- fix string indexing by index out of bounds to emit
null("abc" | .[3])- fix array binding pattern not to match against strings (
"abc" as [$a] ?// $a | $a)- fix
subandgsubfunctions to emit results in the same order of jq- fix
fromjsonto keep integer precision ("10000000000000000" | fromjson + 1)- fix stream option to raise error against incomplete JSON input
- improve array updating index and string repetition to increase limitations
- improve
mktimeto support nanoseconds, just likegmtimeandnow- improve query lexer to report unterminated string literals
- improve performance of string indexing and slicing by reducing allocations
- improve performance of object and array indexing, slicing, and iteration, by validating path values by comparing data addresses. This change improves jq compatibility of path value validation (
{} | {}.x = 0,[0] | [.[]][] = 1). Also optimize constant indexing and slicing by specialized instruction- improve performance of
add(on array of strings),flatten,min,max,sort,unique,join,to_entries,from_entries,indices,index,rindex,startswith,endswith,ltrimstr,rtrimstr,explode,capture,sub, andgsubfunctions
Changelog
Sourced from github.com/itchyny/gojq's changelog.
v0.12.8 (2022-06-01)
- implement
gojq.Comparefor comparing values in custom internal functions- implement
gojq.TypeOffor obtaining type name of values in custom internal functions- implement
gojq.Previewfor previewing values for error messages of custom internal functions- fix query lexer to parse string literals as JSON to support surrogate pairs (
"\ud83d\ude04")- fix priority bug of declared and builtin functions (
def empty: .; null | select(.))- fix string indexing by index out of bounds to emit
null("abc" | .[3])- fix array binding pattern not to match against strings (
"abc" as [$a] ?// $a | $a)- fix
subandgsubfunctions to emit results in the same order of jq- fix
fromjsonto keep integer precision ("10000000000000000" | fromjson + 1)- fix stream option to raise error against incomplete JSON input
- improve array updating index and string repetition to increase limitations
- improve
mktimeto support nanoseconds, just likegmtimeandnow- improve query lexer to report unterminated string literals
- improve performance of string indexing and slicing by reducing allocations
- improve performance of object and array indexing, slicing, and iteration, by validating path values by comparing data addresses. This change improves jq compatibility of path value validation (
{} | {}.x = 0,[0] | [.[]][] = 1). Also optimize constant indexing and slicing by specialized instruction- improve performance of
add(on array of strings),flatten,min,max,sort,unique,join,to_entries,from_entries,indices,index,rindex,startswith,endswith,ltrimstr,rtrimstr,explode,capture,sub, andgsubfunctions
Commits
32b9737bump up version to 0.12.86559370update CHANGELOG.md for v0.12.8b2dc4a0update dependencies1657cd3add a note on differences of rindex and indices on overlapping occurrencef338396simplify error message implementation of unexpected token errorbd9c0abchange query parser error message on unexpected EOF7aafcc9share csv, tsv format implementation with sh formate9e2464replace single case type switch by type assertion6474bafrefactor yaml parse error messagec0c641erefactor sh format implementation- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot[bot]: This issue is currently awaiting triage.
If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
/ok-to-test
/lgtm /approve
Ops, my bad. :)
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: sedefsavas, Skarlso
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [sedefsavas]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment