Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

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.0
  • 6cb5d6c config: change release format to "1.3.0"
  • bf7d55a CHANGELOG,AUTHORS.txt: add notes and add Simon Josefsson
  • d227026 Store tests/dos-lines as CRLF in git instead of using .gitattributes (#72)
  • 1bd630c 1.3
  • 200a8b4 .github: update CI for more recent Go versions
  • 1d09c0b .github: set latest Go versions
  • 974a52c .github: use Go 1.19
  • 3c7724c README.md: update donate information
  • 7df8445 go.mod: add
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/kevinburke/ssh_config](https://github.com/kevinburke/ssh_config) from 1.2.0 to 1.4.0.
- [Changelog](https://github.com/kevinburke/ssh_config/blob/master/CHANGELOG.md)
- [Commits](kevinburke/ssh_config@v1.2...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/kevinburke/ssh_config
  dependency-version: 1.4.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 Oct 1, 2025
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.

1 participant