Skip to content

Commit 8ed8c71

Browse files
⬆️ Bump github.com/ARM-software/golang-utils/utils from 1.143.0 to 1.144.0 in /client (#173)
Bumps [github.com/ARM-software/golang-utils/utils](https://github.com/ARM-software/golang-utils) from 1.143.0 to 1.144.0. <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.144.0</h2> <p>!-- Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 --&gt;</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>&quot;1.144.0&quot; (2025-12-24)</h1> <h2>Features</h2> <ul> <li>:sparkles: [collection] Extend Range functions to accept any type of numbers (<a href="https://redirect.github.com/ARM-software/golang-utils/issues/20251224115915">#20251224115915</a>)</li> </ul> <h1>&quot;1.143.0&quot; (2025-12-23)</h1> <h2>Features</h2> <ul> <li>:sparkles: <code>[api]</code> Add helpers to allow retrieving the raw <code>h</code>ttp.Response` when calling API endpoints (<a href="https://redirect.github.com/ARM-software/golang-utils/issues/20251222184752">#20251222184752</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>:recycle: [saga] Improve idempotent key generation (<a href="https://redirect.github.com/ARM-software/golang-utils/issues/20251222185030">#20251222185030</a>)</li> </ul> <h2>Improved Documentation</h2> <ul> <li>:book: fix typos in docstring (<a href="https://redirect.github.com/ARM-software/golang-utils/issues/20251222184945">#20251222184945</a>)</li> </ul> <h1>&quot;1.142.0&quot; (2025-12-19)</h1> <!-- 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>&quot;1.144.0&quot; (2025-12-24)</h1> <h2>Features</h2> <ul> <li>:sparkles: [collection] Extend Range functions to accept any type of numbers (<a href="https://redirect.github.com/ARM-software/golang-utils/issues/20251224115915">#20251224115915</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ARM-software/golang-utils/commit/c4b20f47a34ced5e0d337f41973174e4666b53a4"><code>c4b20f4</code></a> 🚀 releasing version 1.144.0 @ 2025-12-24 13:57</li> <li><a href="https://github.com/ARM-software/golang-utils/commit/962f33f3158d7a7c8cce1ec221f434cc5f806728"><code>962f33f</code></a> :sparkles: [collection] Extend Range functions to accept any type of numbers ...</li> <li>See full diff in <a href="https://github.com/ARM-software/golang-utils/compare/v1.143.0...v1.144.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ARM-software/golang-utils/utils&package-manager=go_modules&previous-version=1.143.0&new-version=1.144.0)](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]>
1 parent 613acad commit 8ed8c71

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

changes/20251225090517.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: utils-1.144.0

client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/ARM-software/embedded-development-services-client/client
33
go 1.25
44

55
require (
6-
github.com/ARM-software/golang-utils/utils v1.143.0
6+
github.com/ARM-software/golang-utils/utils v1.144.0
77
github.com/stretchr/testify v1.11.1
88
)
99

client/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/ARM-software/golang-utils/utils v1.143.0 h1:RwygcMMK/vGtFekjNzurED5y8o1452rq6Hl4vcqwkBU=
2-
github.com/ARM-software/golang-utils/utils v1.143.0/go.mod h1:253UeNJdOTDnvpEDfJwki4MfgqAR8CaB1FzXFDzjseo=
1+
github.com/ARM-software/golang-utils/utils v1.144.0 h1:fXZpRvIcmpXg09alNnI7WTB/OikhKXx6PMr8Z5KtHQs=
2+
github.com/ARM-software/golang-utils/utils v1.144.0/go.mod h1:253UeNJdOTDnvpEDfJwki4MfgqAR8CaB1FzXFDzjseo=
33
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
44
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/deckarep/golang-set/v2 v2.8.0 h1:swm0rlPCmdWn9mESxKOjWk8hXSqoxOp+ZlfuyaAdFlQ=

0 commit comments

Comments
 (0)