Skip to content

Commit 27b3849

Browse files
Bump mikefarah/yq from 4.45.1 to 4.45.4 in the actions group (#249)
Bumps the actions group with 1 update: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `mikefarah/yq` from 4.45.1 to 4.45.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/releases">mikefarah/yq's releases</a>.</em></p> <blockquote> <h2>v4.45.4 - Fixing wrong map() behaviour on empty map</h2> <ul> <li>Fixing wrong map() behaviour on empty map <a href="https://redirect.github.com/mikefarah/yq/issues/2359">#2359</a></li> <li>Bumped dependencies</li> </ul> <h2>v4.45.3 - Fixes regression bug(s)</h2> <ul> <li>Fixing regression (<a href="https://redirect.github.com/mikefarah/yq/issues/2353">#2353</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2359">#2359</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a>) introduced with in 4.45.2 with <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a> fix</li> <li>Bumped dependencies</li> </ul> <p>Sorry for the regression folks! 😓 fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets</p> <h2>v4.45.2</h2> <ul> <li>Added windows arm builds (Thanks <a href="https://github.com/albertocavalcante"><code>@​albertocavalcante</code></a>, <a href="https://github.com/ShukantPal"><code>@​ShukantPal</code></a>)</li> <li>Added s390x platform support (Thanks <a href="https://github.com/ashokpariya0"><code>@​ashokpariya0</code></a>)</li> <li>Additionally push docker images to ghcr.io (Thanks <a href="https://github.com/reegnz"><code>@​reegnz</code></a>)</li> <li>Fixing add when there is no node match <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a></li> <li>sort_by works on maps</li> <li>Bumped dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mikefarah/yq/blob/master/release_notes.txt">mikefarah/yq's changelog</a>.</em></p> <blockquote> <p>4.45.4:</p> <ul> <li>Fixing wrong map() behaviour on empty map <a href="https://redirect.github.com/mikefarah/yq/issues/2359">#2359</a></li> <li>Bumped dependencies</li> </ul> <p>4.45.3:</p> <ul> <li>Fixing regression introduced with in 4.45.2 with <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a> fix 😓 sorry folks!</li> <li>Bumped dependencies</li> </ul> <p>4.45.2:</p> <ul> <li>Added windows arm builds (Thanks <a href="https://github.com/albertocavalcante"><code>@​albertocavalcante</code></a>, <a href="https://github.com/ShukantPal"><code>@​ShukantPal</code></a>)</li> <li>Added s390x platform support (Thanks <a href="https://github.com/ashokpariya0"><code>@​ashokpariya0</code></a>)</li> <li>Additionally push docker images to ghcr.io (Thanks <a href="https://github.com/reegnz"><code>@​reegnz</code></a>)</li> <li>Fixing add when there is no node match <a href="https://redirect.github.com/mikefarah/yq/issues/2325">#2325</a></li> <li>sort_by works on maps</li> <li>Bumped dependencies</li> </ul> <p>4.45.1:</p> <ul> <li>Create parent directories when --split-exp is used, Thanks <a href="https://github.com/rudo-thomas"><code>@​rudo-thomas</code></a></li> <li>Bumped dependencies</li> </ul> <p>4.44.6:</p> <ul> <li>Fixed deleting items in array bug <a href="https://redirect.github.com/mikefarah/yq/issues/2027">#2027</a>, <a href="https://redirect.github.com/mikefarah/yq/issues/2172">#2172</a>; Thanks <a href="https://github.com/jandubois"><code>@​jandubois</code></a></li> <li>Docker image for armv7 / raspberry pi3, Thanks <a href="https://github.com/brianegge"><code>@​brianegge</code></a></li> <li>Fixed no-colors regression <a href="https://redirect.github.com/mikefarah/yq/issues/2218">#2218</a></li> <li>Fixed various panic scenarios <a href="https://redirect.github.com/mikefarah/yq/issues/2211">#2211</a></li> <li>Bumped dependencies</li> </ul> <p>4.44.5:</p> <ul> <li>Fixing release pipeline</li> </ul> <p>4.44.4:</p> <ul> <li>Format comments with a gray foreground (Thanks <a href="https://github.com/gabe565"><code>@​gabe565</code></a>)</li> <li>Fixed handling of nulls with sort_by expressions <a href="https://redirect.github.com/mikefarah/yq/issues/2164">#2164</a></li> <li>Force no color output when NO_COLOR env presents (Thanks <a href="https://github.com/narqo"><code>@​narqo</code></a>)</li> <li>Fixed array subtraction update bug <a href="https://redirect.github.com/mikefarah/yq/issues/2159">#2159</a></li> <li>Fixed index out of range error</li> <li>Can traverse straight from parent operator (parent.blah)</li> <li>Bumped dependencies</li> </ul> <p>4.44.3:</p> <ul> <li>Fixed upper-case file extension detection, Thanks <a href="https://github.com/ryenus"><code>@​ryenus</code></a> (<a href="https://redirect.github.com/mikefarah/yq/issues/2121">#2121</a>)</li> <li>Log printing follow no-colors flag <a href="https://redirect.github.com/mikefarah/yq/issues/2082">#2082</a></li> <li>Skip and warn when interpolating strings and theres a unclosed bracket <a href="https://redirect.github.com/mikefarah/yq/issues/2083">#2083</a></li> <li>Fixed CSV content starting with # issue <a href="https://redirect.github.com/mikefarah/yq/issues/2076">#2076</a></li> <li>Bumped dependencies</li> </ul> <p>4.44.2:</p> <ul> <li>Handle numbers with underscores <a href="https://redirect.github.com/mikefarah/yq/issues/2039">#2039</a></li> <li>Unique now works on maps and arrays <a href="https://redirect.github.com/mikefarah/yq/issues/2068">#2068</a></li> <li>Added support for short hand splat with env[] expression <a href="https://redirect.github.com/mikefarah/yq/issues/2071">#2071</a>,</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mikefarah/yq/commit/b534aa9ee5d38001fba3cd8fe254a037e4847b37"><code>b534aa9</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/39a65b62d24d355fcf83b03db95139443dbab09b"><code>39a65b6</code></a> Updating release notes</li> <li><a href="https://github.com/mikefarah/yq/commit/1e3006e951dad478f9731c1e9b3b5c2e98626962"><code>1e3006e</code></a> Removing old issue template</li> <li><a href="https://github.com/mikefarah/yq/commit/22949df0fd0bd43ac62dc86845e247cb9cc4f896"><code>22949df</code></a> Fixing running map against empty array bug <a href="https://redirect.github.com/mikefarah/yq/issues/2359">#2359</a></li> <li><a href="https://github.com/mikefarah/yq/commit/734e2cd25402f10f51351c4034625043f07e7b06"><code>734e2cd</code></a> Bumping version</li> <li><a href="https://github.com/mikefarah/yq/commit/082b76affabfa9470b4332473a9e53e128fdc4f3"><code>082b76a</code></a> Preparing release notes</li> <li><a href="https://github.com/mikefarah/yq/commit/5bc2cd03da9139160db70901ffb8002bf6e242d5"><code>5bc2cd0</code></a> Bumping golang version</li> <li><a href="https://github.com/mikefarah/yq/commit/20407a07a5d0a1b6d4b18f94c53caba536efcddc"><code>20407a0</code></a> Adding more tests to prevent regression again :sweat</li> <li><a href="https://github.com/mikefarah/yq/commit/0a83da6b38cb638c8e5ab7194448bd69ad4f77ea"><code>0a83da6</code></a> Bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4</li> <li><a href="https://github.com/mikefarah/yq/commit/77da8b7d32020b138f9d86b4ca2a10c3a632b167"><code>77da8b7</code></a> Bump golang from 1.24.2 to 1.24.3</li> <li>Additional commits viewable in <a href="https://github.com/mikefarah/yq/compare/8bf425b4d1344db7cd469a8d10a390876e0c77fd...b534aa9ee5d38001fba3cd8fe254a037e4847b37">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mikefarah/yq&package-manager=github_actions&previous-version=4.45.1&new-version=4.45.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38d96b4 commit 27b3849

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
configs: ${{ steps.repo_check.outputs.configs }}
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19-
- uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
19+
- uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:

.github/workflows/vet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pip install PyYAML
3838
- name: Generate config.yaml
3939
run: python3 generate_config.py
40-
- uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
40+
- uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
4141
- name: duplicate repository tag check
4242
run: |
4343
OUTPUT=$(yq 'group_by(.target.repository + ":" + .target.tag) | map(select(length>1))' config.yaml)

0 commit comments

Comments
 (0)