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 #1908

Merged
merged 2 commits into from Aug 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

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

Changelog

Sourced from net-ssh's changelog.

=== 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

=== 5.1.0.rc1

  • Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) #646
  • Support IdentityAgent is ssh config [Frank Groeneveld, #645]
  • Improve Match processing in ssh config [Aleksandrs Ļedovskis, #642]
  • Ignore signature verification when verify_host_key is never [Piotr Kliczewski, #641]
  • Alg preference was changed to prefer stronger encryptions [Tray, #637]

=== 5.0.2

  • Fix ctr for jruby #612

=== 5.0.1

  • default_keys were not loaded even if no keys or key_data options specified #607

=== 5.0.0

  • Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem #563
  • Verify_host_key options rename (true, false, :very, :secure depreacted new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) [Jared Beck, #595]

=== 5.0.0.rc2

  • Add .dll extensions to dlopen on cygwin #603
  • Fix host certificate validation #601

=== 5.0.0.rc1

  • Fix larger than 4GB file transfers #599
  • Update HTTP proxy to version 1.1 [Connor Dunn, #597]

=== 5.0.0.beta2

... (truncated)

Commits
  • 18f5d24 Updated cert
  • 0933470 5.2.0 relese prepare
  • df1729e Merge pull request #666 from mfazekas/5_2_0_rc3-prepare
  • c88d32c rubocop fixes
  • c73bc4e Support ed25519 in known hosts
  • ed65892 Remove translated globals and only set check_host_ip if not already set
  • a1c7b36 Merge pull request #665 from mfazekas/5_2_0_rc2-prepare
  • f964edf 5.2.0.rc2 prepare
  • 3305b29 Read check host ip from config if present
  • 3eb4a3e Merge pull request #662 from mfazekas/5_2_0-rc1-prepare
  • 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...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 8, 2022
@tas50 tas50 merged commit d0f5c07 into main Aug 9, 2022
@tas50 tas50 deleted the dependabot/bundler/net-ssh-gte-2.9-and-lt-8.0 branch August 9, 2022 03:58
alam0rt pushed a commit to alam0rt/test-kitchen that referenced this pull request Jan 19, 2024
…kitchen#1908)

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

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...v5.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update test-kitchen.gemspec

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Smith <tsmith84@gmail.com>
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant