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: slok/agebox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: slok/agebox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 19 commits
  • 6 files changed
  • 4 contributors

Commits on Sep 10, 2021

  1. Bump golang from 1.17.0-alpine to 1.17.1-alpine in /docker/prod

    Bumps golang from 1.17.0-alpine to 1.17.1-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1362a87 View commit details
    Browse the repository at this point in the history
  2. Bump golang from 1.17.0 to 1.17.1 in /docker/dev

    Bumps golang from 1.17.0 to 1.17.1.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    dbea302 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Bump codecov/codecov-action from 2.0.3 to 2.1.0

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.0.3...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    bdb8726 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Merge pull request #96 from slok/dependabot/docker/docker/prod/golang…

    …-1.17.1-alpine
    
    Bump golang from 1.17.0-alpine to 1.17.1-alpine in /docker/prod
    slok authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7219cce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #97 from slok/dependabot/docker/docker/dev/golang-…

    …1.17.1
    
    Bump golang from 1.17.0 to 1.17.1 in /docker/dev
    slok authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    48120d2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from slok/dependabot/github_actions/codecov/co…

    …decov-action-2.1.0
    
    Bump codecov/codecov-action from 2.0.3 to 2.1.0
    slok authored Sep 18, 2021
    Configuration menu
    Copy the full SHA
    bfaa7d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Bump golang from 1.17.1-alpine to 1.17.2-alpine in /docker/prod

    Bumps golang from 1.17.1-alpine to 1.17.2-alpine.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    ccc7a75 View commit details
    Browse the repository at this point in the history
  2. Bump golang from 1.17.1 to 1.17.2 in /docker/dev

    Bumps golang from 1.17.1 to 1.17.2.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    071d9fd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Ignore sockets when loading keys

    If a user uses ControlMaster in OpenSSH, UNIX sockets often appear in their ~/.ssh directory.  These fail loading as a key.  This skips those sockets in the filesystem.
    
    Fixes #101.
    Matir authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9361f0e View commit details
    Browse the repository at this point in the history
  2. Also handle symlinks to sockets

    Like 9361f0e, but handle a symlink pointing to a socket.
    
    Fixes #101.
    Matir authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0d7f6ca View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Fix linting issues

    slok authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    baa9615 View commit details
    Browse the repository at this point in the history
  2. Fix linting issues for real, GH inline editions are not the best...

    Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
    slok committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    bcb5462 View commit details
    Browse the repository at this point in the history
  3. Add some tests for socket check on private and public key listers

    Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
    slok committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5c63783 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
    slok committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0aea289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa89919 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5596219 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcd1801 View commit details
    Browse the repository at this point in the history
  8. Bump v0.6.1

    Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
    slok committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6ee29ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e88f9a View commit details
    Browse the repository at this point in the history
Loading