Skip to content

chore(deps): bump the go-modules group with 3 updates#70

Merged
idiap-bot merged 1 commit intomainfrom
dependabot/go_modules/go-modules-cf87a00bfc
Feb 17, 2026
Merged

chore(deps): bump the go-modules group with 3 updates#70
idiap-bot merged 1 commit intomainfrom
dependabot/go_modules/go-modules-cf87a00bfc

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the go-modules group with 3 updates: github.com/clipperhouse/uax29/v2, github.com/envoyproxy/go-control-plane/envoy and github.com/kevinburke/ssh_config.

Updates github.com/clipperhouse/uax29/v2 from 2.6.0 to 2.7.0

Commits

Updates github.com/envoyproxy/go-control-plane/envoy from 1.36.0 to 1.37.0

Release notes

Sourced from github.com/envoyproxy/go-control-plane/envoy's releases.

envoy/v1.37.0

Full Changelog: envoyproxy/go-control-plane@envoy/v1.36.0...envoy/v1.37.0

Commits
  • 004b9ec Mirrored from envoyproxy/envoy @ ff8eee21e869bcf88ec7a6d4e0d5c9acd672dab2
  • 63da01f Mirrored from envoyproxy/envoy @ 983b372e20f424ca3764edf3885ed5ed0192192a
  • 5c38b80 build(deps): Bump github/codeql-action from 4.31.9 to 4.31.10 (#1382)
  • fa2c369 build(deps): Bump github.com/golangci/golangci-lint/v2 (#1383)
  • 2af7515 Mirrored from envoyproxy/envoy @ 9b6571fff60fb5a5b9991bc4eb93ea6f8bb271b4
  • b054499 Mirrored from envoyproxy/envoy @ 5757821d6ef6a5127deefb4ac41e8c4e8907a53f
  • 58f4b2b Mirrored from envoyproxy/envoy @ 72e53c27280fb5f477f08ccf8b4d821f10a1d6d2
  • 4a66878 Mirrored from envoyproxy/envoy @ 119eb8c05190b9d198351fcc221ad2b0c1afd86d
  • c80c497 Mirrored from envoyproxy/envoy @ eb7d608c04ee18d9303fb6961418cb334bb25828
  • 1272992 Mirrored from envoyproxy/envoy @ 67189659cecb411b2145230efc9f9f0663553378
  • Additional commits viewable in compare view

Updates github.com/kevinburke/ssh_config from 1.4.0 to 1.6.0

Changelog

Sourced from github.com/kevinburke/ssh_config's changelog.

Changes

Version 1.6 (released February 16, 2026)

  • Support ~ as the user's home directory in Include directives, matching the behavior described in ssh_config(5). Thanks to Neil Williams for the report (#31).

  • Strip surrounding double quotes from parsed values. OpenSSH allows values like IdentityFile "/path/to/file", but Get/GetAll previously returned the quotes as literal characters. Quotes are now stripped from the returned value while preserving the original text for faithful roundtripping via String() and MarshalText(). Thanks to Furkan Türkal for the report (#61).

  • Default to a space before # in end-of-line comments. When a Host or KV is created programmatically with an EOLComment, the output previously had no space before the # (e.g. Host foo#comment). A single space is now inserted by default. Thanks to Yonghui Cheng for the report (#50).

Version 1.5 (released February 14, 2026)

  • Implement Match support. Most of the Match spec is implemented, including Match host, Match originalhost, Match user, Match localuser, and Match all. Match exec is not yet implemented.

  • Add SECURITY.md

  • Add Dependabot configuration

Version 1.4 (released August 19, 2025)

  • Remove .gitattributes file (which was used to test different line endings, and caused issues in some build environments). Store tests/dos-lines as CRLF in git directly instead.

Version 1.3 (released February 20, 2025)

  • Add go.mod file (although this project has no dependencies).

  • config: add UserSettings.ConfigFinder

  • Various updates to CI and build environment

Version 1.2 (released March 31, 2022)

  • config: add DecodeBytes to directly read a byte array.

  • Strip trailing whitespace from Host declarations and key/value pairs. Previously, if a Host declaration or a value had trailing whitespace, that whitespace would have been included as part of the value. This led to unexpected

... (truncated)

Commits
  • ac007ea CHANGELOG.md: add v1.6.0 changes, backfill v1.5.0 section
  • 6f3abd7 config: support ~ as user's home directory in Include
  • cc9f700 config: simplify composite literal in newConfig
  • 538d5a7 config: default to a space before '#' in EOL comments
  • 04e0fd6 config: strip surrounding double quotes from parsed values
  • 568811a ci: disable setup-go cache, update checkout to v6
  • e0b4ce9 1.5.0
  • f2e12b8 CHANGELOG.md: improve fidelity and dates
  • f1fac02 all: implement Match support
  • 482de70 SECURITY.md: add
  • 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 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 <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

Bumps the go-modules group with 3 updates: [github.com/clipperhouse/uax29/v2](https://github.com/clipperhouse/uax29), [github.com/envoyproxy/go-control-plane/envoy](https://github.com/envoyproxy/go-control-plane) and [github.com/kevinburke/ssh_config](https://github.com/kevinburke/ssh_config).


Updates `github.com/clipperhouse/uax29/v2` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/clipperhouse/uax29/releases)
- [Commits](clipperhouse/uax29@v2.6.0...v2.7.0)

Updates `github.com/envoyproxy/go-control-plane/envoy` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases)
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md)
- [Commits](envoyproxy/go-control-plane@envoy/v1.36.0...envoy/v1.37.0)

Updates `github.com/kevinburke/ssh_config` from 1.4.0 to 1.6.0
- [Changelog](https://github.com/kevinburke/ssh_config/blob/master/CHANGELOG.md)
- [Commits](kevinburke/ssh_config@v1.4.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/clipperhouse/uax29/v2
  dependency-version: 2.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/envoyproxy/go-control-plane/envoy
  dependency-version: 1.37.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/kevinburke/ssh_config
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

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 Feb 16, 2026
@idiap-bot idiap-bot added the semver:patch A change requiring a patch version bump label Feb 16, 2026
@idiap-bot idiap-bot merged commit 977b9b3 into main Feb 17, 2026
9 of 10 checks passed
@idiap-bot idiap-bot deleted the dependabot/go_modules/go-modules-cf87a00bfc branch February 17, 2026 00:02
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants