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: moul/assh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: moul/assh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.1
Choose a head ref
  • 17 commits
  • 9 files changed
  • 4 contributors

Commits on Oct 14, 2021

  1. chore(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
    - [Commits](spf13/cobra@v1.1.3...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    5c4fa86 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    b036b04 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. chore(deps): bump github.com/smartystreets/goconvey from 1.6.6 to 1.7.2

    Bumps [github.com/smartystreets/goconvey](https://github.com/smartystreets/goconvey) from 1.6.6 to 1.7.2.
    - [Release notes](https://github.com/smartystreets/goconvey/releases)
    - [Commits](smartystreets/goconvey@v1.6.6...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/smartystreets/goconvey
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    d116c5a View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. chore(deps): bump actions/cache from 2.1.6 to 2.1.7

    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v2.1.6...v2.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2a2d3fc View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7

    Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.4 to 1.7.7.
    - [Release notes](https://github.com/gin-gonic/gin/releases)
    - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
    - [Commits](gin-gonic/gin@v1.7.4...v1.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gin-gonic/gin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    610b03a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #466 from moul/dependabot/go_modules/github.com/gi…

    …n-gonic/gin-1.7.7
    
    chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
    moul authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b712f4f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. chore(deps): bump golang from 1.17.2-alpine to 1.17.5-alpine

    Bumps golang from 1.17.2-alpine to 1.17.5-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 Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a3f3bbf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Merge pull request #470 from moul/dependabot/docker/golang-1.17.5-alpine

    chore(deps): bump golang from 1.17.2-alpine to 1.17.5-alpine
    moul authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    1ffc5df View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump alpine from 3.14.2 to 3.15.0

    Bumps alpine from 3.14.2 to 3.15.0.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 12, 2021
    Configuration menu
    Copy the full SHA
    cf8e250 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Added IdentityAgent option to host config (#471)

    Signed-off-by: Will Fantom <willfantom@gmail.com>
    WillFantom authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d75984b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #462 from moul/dependabot/github_actions/actions/c…

    …ache-2.1.7
    
    chore(deps): bump actions/cache from 2.1.6 to 2.1.7
    moul authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9d7922e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #465 from moul/dependabot/docker/alpine-3.15.0

    chore(deps): bump alpine from 3.14.2 to 3.15.0
    moul authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    092f8ab View commit details
    Browse the repository at this point in the history
  4. Merge pull request #456 from moul/dependabot/go_modules/github.com/sm…

    …artystreets/goconvey-1.7.2
    
    chore(deps): bump github.com/smartystreets/goconvey from 1.6.6 to 1.7.2
    moul authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e0f3361 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    e20974c View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. chore: make generate

    Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
    moul committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    7a9afbf View commit details
    Browse the repository at this point in the history
  2. fix: update gopsutil (#476)

    Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
    moul committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    6f6556d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #477 from moul/dev/moul/bump-go-psutil

    fix: bump gopsutil
    moul authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    242a103 View commit details
    Browse the repository at this point in the history
Loading