Bump github.com/kevinburke/ssh_config from 1.1.0 to 1.2.0
Bumps github.com/kevinburke/ssh_config from 1.1.0 to 1.2.0.
Changelog
Sourced from github.com/kevinburke/ssh_config's changelog.
Changes
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 commentPrior 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
aae6f391.2df4d8e6config: update version to match git tagsf6c7111Makefile: add tag prefix to release command9b1b4dfconfig: fix EOL whitespace for key/value pairs and Host lines91cd224config: add DecodeBytes to directly read a byte arraya432d6fREADME: add more information6ad71acconfig: remove io/ioutil0970dd2.github: add latest Go versions to CIc7f8decfuzz_test: add fuzz testsbeb851bAUTHORS.txt: add Dustin Spicuzza- See full diff 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 13.07% // Head: 13.07% // No change to project coverage :thumbsup:
Coverage data is based on head (
2fdfc72) compared to base (2f63e5d). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## main #125 +/- ##
=======================================
Coverage 13.07% 13.07%
=======================================
Files 73 73
Lines 10012 10012
=======================================
Hits 1309 1309
Misses 8533 8533
Partials 170 170
| Flag | Coverage Δ | |
|---|---|---|
| Linux | 13.07% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Looks like github.com/kevinburke/ssh_config is up-to-date now, so this is no longer needed.