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: containers/gvisor-tap-vsock
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: containers/gvisor-tap-vsock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 5 commits
  • 33 files changed
  • 4 contributors

Commits on Mar 10, 2023

  1. ghactions: Upload all binaries

    At the moment, all bin/gvisor* are uploaded by the
    actions/upload-artifacts, but the other binaries (qemu-wrapper, vm,
    win-sshproxy.exe) can be useful to have.
    This commit uploads all of bin/ as a gvisor-tap-vsock-binaries artifact.
    
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    92f9ff9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from cfergeau/ghactions

    ghactions: Upload all binaries
    praveenkumar authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    80cbe6b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. set proper protocol for stdio

    Signed-off-by: Keiichi Shimamura <sakai135@users.noreply.github.com>
    sakai135 authored and cfergeau committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    11db9f4 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/miekg/dns from 1.1.51 to 1.1.52

    Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.51 to 1.1.52.
    - [Release notes](https://github.com/miekg/dns/releases)
    - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
    - [Commits](miekg/dns@v1.1.51...v1.1.52)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/miekg/dns
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cfergeau committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    3d55008 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/onsi/gomega from 1.27.2 to 1.27.4

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.2 to 1.27.4.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.2...v1.27.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cfergeau committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    407efb5 View commit details
    Browse the repository at this point in the history
Loading