Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lima-vm/sshocker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: lima-vm/sshocker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.3
Choose a head ref
  • 10 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 27, 2021

  1. Bump github.com/pkg/sftp from 1.13.3 to 1.13.4

    Bumps [github.com/pkg/sftp](https://github.com/pkg/sftp) from 1.13.3 to 1.13.4.
    - [Release notes](https://github.com/pkg/sftp/releases)
    - [Commits](pkg/sftp@v1.13.3...v1.13.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/pkg/sftp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    5a9c8bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from lima-vm/dependabot/go_modules/github.com/…

    …pkg/sftp-1.13.4
    
    Bump github.com/pkg/sftp from 1.13.3 to 1.13.4
    AkihiroSuda authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    611af10 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Stop hardcoding the default port for ssh

    In case the Port is given in the ssh config already...
    
    The ssh command will know the default port, otherwise.
    
    Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
    afbjorklund committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    92d2ff3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Merge pull request #20 from afbjorklund/default-port

    Stop hardcoding the default port for ssh
    AkihiroSuda authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e30ed97 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.3.0 to 2.4.0.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.3.0...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    67a417b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #25 from lima-vm/dependabot/go_modules/github.com/…

    …urfave/cli/v2-2.4.0
    
    Bump github.com/urfave/cli/v2 from 2.3.0 to 2.4.0
    AkihiroSuda authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    2159031 View commit details
    Browse the repository at this point in the history
  4. Remove github.com/pkg/errors

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e3c1cdc View commit details
    Browse the repository at this point in the history
  5. CI: remove Go 1.16

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    c72ef3e View commit details
    Browse the repository at this point in the history
  6. go.mod: golang.org/x/* master

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    150c3e0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #24 from AkihiroSuda/dev

    Remove github.com/pkg/errors, Go 1.16 CI; bump up go.mod
    AkihiroSuda authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    77504d5 View commit details
    Browse the repository at this point in the history
Loading