Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): bump github.com/kevinburke/ssh_config from 1.4.0 to 1.6.0#114

Open
dependabot[bot] wants to merge 1 commit intomain from
dependabot/go_modules/github.com/kevinburke/ssh_config-1.6.0
Open

build(deps): bump github.com/kevinburke/ssh_config from 1.4.0 to 1.6.0 #114
dependabot[bot] wants to merge 1 commit intomain from
dependabot/go_modules/github.com/kevinburke/ssh_config-1.6.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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 compatibility score

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 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/kevinburke/ssh_config](https://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/kevinburke/ssh_config
 dependency-version: 1.6.0
 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 Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

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

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

Comments

AltStyle によって変換されたページ (->オリジナル) /