Skip to content

⬆️ Bump github.com/ARM-software/golang-utils/utils from 1.145.1 to 1.170.2 in /utils - #186

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/utils/github.com/ARM-software/golang-utils/utils-1.170.2
Open

⬆️ Bump github.com/ARM-software/golang-utils/utils from 1.145.1 to 1.170.2 in /utils#186
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/utils/github.com/ARM-software/golang-utils/utils-1.170.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ARM-software/golang-utils/utils from 1.145.1 to 1.170.2.

Release notes

Sourced from github.com/ARM-software/golang-utils/utils's releases.

Release 1.170.2

Changelog

This document contains a history of significant changes which have been released for golang-utils. Please note that beta releases are not included in this history.

"1.170.2" (2026-08-13)

Bugfixes

  • 🐛 annotations Ensure that annotation behavior aligns with what the CI platforms expect with annotations prefixing the entire log line (#20260813115747)

"1.170.1" (2026-08-12)

Bugfixes

  • ♻️ [value] Fix a regression introduced by switching flatten-map string conversion to StringConverter by restoring flatten-map scalar formatting, keeping fmt.Stringer and encoding.TextMarshaler precedence, wrapping text-marshalling failures as commonerrors.ErrMarshalling, and documenting pointer and struct fallback output. (#202608121215)
  • Dependency upgrade: upload-sarif-c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef (#20260812101700)

"1.170.0" (2026-08-11)

Features

  • [value] Added context-aware value converters, including IdentityConverter and StringConverter with fmt.Stringer, encoding.TextMarshaler, and fallback string formatting support. (#202608111300)
  • [reflection] Added NewValueTypeConverter to adapt reflection-based converters into the shared value-converter interface. (#202608111301)
  • [config] Added context-aware default-value converters for environment variable generation, including SecretConverter for masking sensitive values. (#202608111302)
  • [reflection] Added helpers to detect field tag values on structs, struct pointers, and collection values containing tagged struct items. (#202608111345)
  • 🔒 [config] Added tag-aware configuration masking converters that can automatically obfuscate sensitive values based on common field tags such as mask, sensitive, secret, password, censored, redact, pii, and sens. (#202608111430)

Bugfixes

... (truncated)

Changelog

Sourced from github.com/ARM-software/golang-utils/utils's changelog.

"1.170.2" (2026-08-13)

Bugfixes

  • 🐛 annotations Ensure that annotation behavior aligns with what the CI platforms expect with annotations prefixing the entire log line (#20260813115747)

"1.170.1" (2026-08-12)

Bugfixes

  • ♻️ [value] Fix a regression introduced by switching flatten-map string conversion to StringConverter by restoring flatten-map scalar formatting, keeping fmt.Stringer and encoding.TextMarshaler precedence, wrapping text-marshalling failures as commonerrors.ErrMarshalling, and documenting pointer and struct fallback output. (#202608121215)
  • Dependency upgrade: upload-sarif-c16c0f3f2812ec4bb3750a5ed64873fe2ce0fbef (#20260812101700)

"1.170.0" (2026-08-11)

Features

  • [value] Added context-aware value converters, including IdentityConverter and StringConverter with fmt.Stringer, encoding.TextMarshaler, and fallback string formatting support. (#202608111300)
  • [reflection] Added NewValueTypeConverter to adapt reflection-based converters into the shared value-converter interface. (#202608111301)
  • [config] Added context-aware default-value converters for environment variable generation, including SecretConverter for masking sensitive values. (#202608111302)
  • [reflection] Added helpers to detect field tag values on structs, struct pointers, and collection values containing tagged struct items. (#202608111345)
  • 🔒 [config] Added tag-aware configuration masking converters that can automatically obfuscate sensitive values based on common field tags such as mask, sensitive, secret, password, censored, redact, pii, and sens. (#202608111430)

Bugfixes

  • Dependency upgrade: upload-sarif-7d9249f5a57288b8a472ddd9cc3ece1921f7dc38 (#20260807125603)

Misc

"1.169.0" (2026-08-07)

Features

... (truncated)

Commits
  • 59c30a7 🚀 releasing version 1.170.2 @ 2026-08-13 12:13
  • 77061a2 🐛 annotations Ensure that annotation behavior aligns with what the CI p...
  • ec9d138 🚀 releasing version 1.170.1 @ 2026-08-12 13:58
  • 7f45390 ♻️ [value] Align StringConverter output with flattening (#976)
  • 25f5f7f ⬆️ Bump github/codeql-action/upload-sarif from 7d9249f5a57288b8a472ddd9cc3ece...
  • b68892f 🚀 releasing version 1.170.0 @ 2026-08-11 17:03
  • 862d3d7 🔒 show configuration values but masking secrets (#973)
  • 0c9d9e1 ⬆️ Bump github/codeql-action/upload-sarif from 6a90bf1f5426d0c367cad0b2000f3b...
  • ce921b1 🚀 releasing version 1.169.0 @ 2026-08-07 12:53
  • cebd21a 🐛 [jsonschema] Default schema options now keep filesystem.NoLimits() wi...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 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)

Bumps [github.com/ARM-software/golang-utils/utils](https://github.com/ARM-software/golang-utils) from 1.145.1 to 1.170.2.
- [Release notes](https://github.com/ARM-software/golang-utils/releases)
- [Changelog](https://github.com/ARM-software/golang-utils/blob/master/CHANGELOG.md)
- [Commits](ARM-software/golang-utils@v1.145.1...v1.170.2)

---
updated-dependencies:
- dependency-name: github.com/ARM-software/golang-utils/utils
  dependency-version: 1.170.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants