10000 Comparing v0.5.4...v0.7.0 · webfactory/ssh-agent · GitHub
[go: up one dir, main page]

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: webfactory/ssh-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: webfactory/ssh-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 9 contributors

Commits on Feb 10, 2022

  1. Fix a typo in README.md

    koshieguchi committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    19a5c66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from koshieguchi/fix_a_typo_in_README

    Fix a typo in README.md
    sebastiankugler authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    53715f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Bump @actions/core from 1.2.6 to 1.9.1 (#125)

    * Bump @actions/core from 1.2.6 to 1.9.1
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump the copyright year
    
    * yarn.lock syntax updates
    
    * Rebuild dist/
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matthias Pigulla <mp@webfactory.de>
    dependabot[bot] and mpdude authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5a6c248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e485b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    ea4c593 View commit details
    Browse the repository at this point in the history
  2. Prepare a 0.6.0 release

    mpdude committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    28cb4d8 View commit details
    Browse the repository at this point in the history
  3. Add an action input/flag to disable logging of public key information (

    …#122)
    
    This commit adds the new `log-public-key` action input.
    
    Closes #122 (contains the suggested changes plus a few tweaks and documentation), fixes #100.
    
    Co-authored-by: Matthias Pigulla <mp@webfactory.de>
    camilo-celis and mpdude committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    fbef2c7 View commit details
    Browse the repository at this point in the history
  4. Provide gitPath for Windows to avoid failures on windows-2022 (Gi…

    …tHub-hosted runner) (#137)
    
    ### Problem:
    Observed error on `windows-2022` ([GitHub-hosted runner](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources)) that `git` command cannot be found.
    
    ### Issue: 
    
    Cannot find git executable on on windows-2022 (GitHub-hosted runner) #136 
    
    ### Solution:
    This path improvement makes use of existing `path.js` to resolve and return correct `git.exe` path for Windows, leaving the executable name as it was for other operating systems.
    
    ### Caveats:
    No idea how and why this `c://progra~1//git//usr//bin//git.exe` mumbo-jumbo works but it apparently did for other executables so figured it should work for `git.exe` (and it does).
    ochococo authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    df2f741 View commit details
    Browse the repository at this point in the history
  5. Update the CHANGELOG

    mpdude committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2c78a1c View commit details
    Browse the repository at this point in the history
  6. Explain how to use docker/build-push-action with deployment-key con…

    …figs (#133)
    
    This PR adds a recipe for using `docker/build-push-action` with multiple Deploy Keys (#78) to the docs.
    j-riebe authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b19b28d View commit details
    Browse the repository at this point in the history
  7. Avoid nonsensical log message (#139)

    This change avoids the
    
    `Comment for (public) key '' does not match GitHub URL pattern. Not treating it as a GitHub deploy key.`
    
    log message that was caused by inappropriate parsing of `ssh-add -L` output and confused a lot of users already.
    mpdude authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0a7dc1c View commit details
    Browse the repository at this point in the history
  8. Fix path to git binary on Windows runners (#140)

    This PR fixes an apparently wrong path to the `git` binary that was added in #136. 
    
    According to https://github.com/actions/checkout/discussions/928#discussioncomment-3861581, the path should not contain the `usr/` part, although for `ssh-add` and `ssh-agent`, it has to.
    mpdude authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    8a9e20a View commit details
    Browse the repository at this point in the history
  9. Prepare a v0.7.0 release

    mpdude committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    836c84e View commit details
    Browse the repository at this point in the history
Loading
0