Commit 1cb0ce6
⬆️ Bump github.com/ARM-software/golang-utils/utils from 1.110.0 to 1.123.1 in /client (#104)
Bumps
[github.com/ARM-software/golang-utils/utils](https://github.com/ARM-software/golang-utils)
from 1.110.0 to 1.123.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ARM-software/golang-utils/releases">github.com/ARM-software/golang-utils/utils's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.123.1</h2>
<p>!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors.
All rights reserved.
SPDX-License-Identifier: Apache-2.0
--></p>
<h1>Changelog</h1>
<!-- raw HTML omitted -->
<p>This document contains a history of significant changes which have
been released for <code>golang-utils</code>. Please note that
beta releases are not included in this history.</p>
<h1>"1.123.1" (2025-09-12)</h1>
<h2>Bugfixes</h2>
<ul>
<li>:bug: <code>subprocess</code> Make sure that newSubProcess supports
overriding the stdin, stdout, and stderr (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911152014">#20250911152014</a>)</li>
</ul>
<h1>"1.123.0" (2025-09-11)</h1>
<h2>Features</h2>
<ul>
<li>:sparkles: <code>subprocess</code> Add support for overriding the
stdin/stdout/stderr of a process when running it with subprocess.Execute
(<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911130716">#20250911130716</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>:bug: <code>[commonerrors]</code> Ensure the wrapping of an already
wrapped error does not result in message duplication such as
<code>unknown: unknown: blah</code> or <code>unexpected: unexpected:
blah</code> (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911133122">#20250911133122</a>)</li>
</ul>
<h1>"1.122.0" (2025-09-11)</h1>
<h2>Features</h2>
<ul>
<li>:sparkles: <code>subprocess</code> Add support for overriding the
stdin/stdout/stderr of a subprocess (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911113619">#20250911113619</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ARM-software/golang-utils/blob/master/CHANGELOG.md">github.com/ARM-software/golang-utils/utils's
changelog</a>.</em></p>
<blockquote>
<h1>"1.123.1" (2025-09-12)</h1>
<h2>Bugfixes</h2>
<ul>
<li>:bug: <code>subprocess</code> Make sure that newSubProcess supports
overriding the stdin, stdout, and stderr (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911152014">#20250911152014</a>)</li>
</ul>
<h1>"1.123.0" (2025-09-11)</h1>
<h2>Features</h2>
<ul>
<li>:sparkles: <code>subprocess</code> Add support for overriding the
stdin/stdout/stderr of a process when running it with subprocess.Execute
(<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911130716">#20250911130716</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>:bug: <code>[commonerrors]</code> Ensure the wrapping of an already
wrapped error does not result in message duplication such as
<code>unknown: unknown: blah</code> or <code>unexpected: unexpected:
blah</code> (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911133122">#20250911133122</a>)</li>
</ul>
<h1>"1.122.0" (2025-09-11)</h1>
<h2>Features</h2>
<ul>
<li>:sparkles: <code>subprocess</code> Add support for overriding the
stdin/stdout/stderr of a subprocess (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250911113619">#20250911113619</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Dependency upgrade: afero-1.15.0 (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250909100413">#20250909100413</a>)</li>
<li>Dependency upgrade: viper-1.21.0 (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250909162414">#20250909162414</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250909162418">#20250909162418</a>,
<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250909162447">#20250909162447</a>)</li>
</ul>
<h1>"1.121.0" (2025-09-09)</h1>
<h2>Features</h2>
<ul>
<li>:sparkles: <code>safeio</code> Add support for cancelling readers
that make blocking kernel reads during copying (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/20250909150027">#20250909150027</a>)</li>
</ul>
<p>"1.120.0" (2025-09-08)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/6787736aada1686517286b169e6debcc739b5241"><code>6787736</code></a>
🚀 releasing version 1.123.1 @ 2025-09-12 08:21</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/988d8e64a079a6482ac6925fcfd477ef20ac5585"><code>988d8e6</code></a>
:bug: <code>subprocess</code> Make sure that newSubProcess supports
overriding the stdin...</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/ef06f669a463f6368bc573a4da05a66e738ec076"><code>ef06f66</code></a>
🚀 releasing version 1.123.0 @ 2025-09-11 12:41</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/6b3a30e3889b35605457d15c7758460c1c8fec6a"><code>6b3a30e</code></a>
:bug: <code>[commonerrors]</code> Ensure the wrapping of an already
wrapped error does n...</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/47677cb7ead65d787e7e750faaf22ae80f73bee1"><code>47677cb</code></a>
:sparkles: <code>subprocess</code> Add support for overriding the
stdin/stdout/stderr of...</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/e0f5dc3b8d9b9968d5a572d90003e86fc7bc37e7"><code>e0f5dc3</code></a>
🚀 releasing version 1.122.0 @ 2025-09-11 11:08</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/9756d8d3fd88d8dff68e1a60de3a561173211db8"><code>9756d8d</code></a>
:sparkles: <code>subprocess</code> Add support for overriding the
stdin/stdout/stderr of...</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/43a651d2eb25e00eb1591833bb86e3c36337dd1f"><code>43a651d</code></a>
⬆️ Bump github.com/spf13/viper from 1.20.1 to 1.21.0 in /utils (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/700">#700</a>)</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/1393f4debefc3c769405b7deb902d3ee33b66896"><code>1393f4d</code></a>
⬆️ Bump github.com/spf13/afero from 1.14.0 to 1.15.0 in /utils (<a
href="https://redirect.github.com/ARM-software/golang-utils/issues/701">#701</a>)</li>
<li><a
href="https://github.com/ARM-software/golang-utils/commit/971806f2aa9dd70bdc1ada3824fd86deae95b7a5"><code>971806f</code></a>
🚀 releasing version 1.121.0 @ 2025-09-09 14:30</li>
<li>Additional commits viewable in <a
href="https://github.com/ARM-software/golang-utils/compare/v1.110.0...v1.123.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <[email protected]>
Co-authored-by: Adrien CABARBAYE <[email protected]>1 parent ee7900f commit 1cb0ce6
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments