build: bump github.com/kevinburke/ssh_config from 1.2.0 to 1.4.0
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies go
Bumps github.com/kevinburke/ssh_config from 1.2.0 to 1.4.0.
Changelog
Sourced from github.com/kevinburke/ssh_config's changelog.
Changes
Version 1.4 (released August 2025)
- Remove .gitattributes file (which was used to test different line endings, and caused issues in some build environments).
Version 1.3 (released February 2025)
Add go.mod file (although this project has no dependencies).
Various updates to CI and build environment
config: add UserSettings.ConfigFinder
Version 1.2
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 consequences. For example:
Host example # A comment HostName example.com # Another comment
Prior to version 1.2, the value for Host would have been "example " and the value for HostName would have been "example.com ". Both of these are unintuitive.
Instead, we strip the trailing whitespace in the configuration, which leads to more intuitive behavior.
Commits
d87420c
1.4.06cb5d6c
config: change release format to "1.3.0"bf7d55a
CHANGELOG,AUTHORS.txt: add notes and add Simon Josefssond227026
Store tests/dos-lines as CRLF in git instead of using .gitattributes (#72)1bd630c
1.3200a8b4
.github: update CI for more recent Go versions1d09c0b
.github: set latest Go versions974a52c
.github: use Go 1.193c7724c
README.md: update donate information7df8445
go.mod: 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 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)
Pull Request Statistics
1
2
+3
-3
Package Dependencies
github.com/kevinburke/ssh_config
go
1.2.0 → 1.4.0
Minor
Technical Details
ID: | 5411925 |
UUID: | 2759809168 |
Node ID: | PR_kwDODaa6_s6kf1iQ |
Host: | GitHub |
Repository: | go-git/go-git |
Merge State: | Unknown |