Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update net-ssh requirement from >= 2.9, < 7.0 to >= 2.9, < 8.0 #733

Merged
merged 1 commit into from
Oct 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Updates the requirements on net-ssh to permit the latest version.

Changelog

Sourced from net-ssh's changelog.

=== 6.1.0

  • Adapt to ssh's default behaviors when no username is provided. When Net::SSH.start user is nil and config has no entry we default to Etc.getpwuid.name() instead of Etc.getlogin(). #749

=== 6.1.0.rc1

=== 6.0.2

  • Fix corrupted hmac issue in etm hmac #759

=== 6.0.1

=== 6.0.0

  • Support empty lines and comments in known_hosts [donoghuc, #742]
  • Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714]

=== 6.0.0 beta2

  • Support :certkeys and CertificateFile configuration option [Anders Carling, #722]

=== 6.0.0 beta1

  • curve25519sha256 support [Florian Wininger ,#690]
  • disabled insecure algs [Florian Wininger , #709]

=== 5.2.0

=== 5.2.0.rc3

  • Fix check_host_ip read from config
  • Support ssh-ed25519 in known hosts

=== 5.2.0.rc2

  • Read check_host_ip from ssh config files

=== 5.2.0.rc1

  • Interpret * and ? in know_hosts file [Romain Tartière, #660]
  • New :check_host_ip so ip checking can be disabled in known hosts [Romain Tartière, #656]

=== 5.1.0

... (truncated)

Commits
  • 74919ef 6.1 release prepare
  • 3768f1f Merge pull request #762 from noda50/master
  • 07a4c1d Let use Etc.getpwuid.name() instead of Etc.getlogin to adapt default behavior...
  • 139126b 6.1.0.rc1
  • 9266909 Merge pull request #761 from net-ssh/revert-757-opt-in-etm-hmac
  • ccb874c Revert "Make hmac-sha2-{256,512}-etm opt-in"
  • a6db052 Merge pull request #756 from keithrbennett/clarify-readme
  • 996b6c8 Merge pull request #760 from net-ssh/fwininger-patch-1
  • 39d70af Merge pull request #759 from mfazekas/fix-corrup-hmac-issue
  • 0294c53 Update README.md
  • 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 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)

Updates the requirements on [net-ssh](https://github.com/net-ssh/net-ssh) to permit the latest version.
- [Release notes](https://github.com/net-ssh/net-ssh/releases)
- [Changelog](https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt)
- [Commits](net-ssh/net-ssh@v2.9.0...v6.1.0)

---
updated-dependencies:
- dependency-name: net-ssh
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner June 27, 2022 07:01
@dependabot dependabot bot requested review from clintoncwolfe and Nik08 June 27, 2022 07:01
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@chef-expeditor
Copy link
Contributor

Hello dependabot[bot]! Thanks for the pull request!

Here is what will happen next:

  1. Your PR will be reviewed by the maintainers.
  2. Possible Outcomes
    a. If everything looks good, one of them will approve it, and your PR will be merged.
    b. The maintainer may request follow-on work (e.g. code fix, linting, etc). We would encourage you to address this work in 2-3 business days to keep the conversation going and to get your contribution in sooner.
    c. Cases exist where a PR is neither aligned to Chef InSpec's product roadmap, or something the team can own or maintain long-term. In these cases, the maintainer will provide justification and close out the PR.

Thank you for contributing!

@clintoncwolfe clintoncwolfe merged commit 5d12914 into main Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/bundler/net-ssh-gte-2.9-and-lt-8.0 branch October 19, 2022 14:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant