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.8.2
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.8.3
Choose a head ref
  • 15 commits
  • 62 files changed
  • 6 contributors

Commits on Jan 21, 2025

  1. Add --services flag to start API without using --listen flag

    In the current implementation when gvproxy is started with the --listen option, it exposes a HTTP API with several endpoints like /connect, /stats, /services ...
    The /connect endpoint, however, is only used when the gvforwarder tool is running on the guest, and, when using different connectivities like --listen-vfkit or --listen-qemu, it is not really necessary.
    
    This commit adds a new flag --services that allows to start the HTTP API without the /connect endpoint. It could be used when using different network connectivity and still wanting a lighter HTTP API. It accepts the endpoint where it will be reachable E.g. gvproxy --listen-vfkit .... --services unix:///tmp/svc_gvproxy.sock
    
    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    d1a7ed9 View commit details
    Browse the repository at this point in the history
  2. doc: update doc with new services option

    Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
    lstocchi committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    ab9bbf4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Use poll based file watcher

    fsnotify/fsnotify can't watch a folder that contains a symlink into
    a socket or named pipe.
    
    Use poll-based mechanism to watch the file for the time being until
    we find a better way or fix the issue in the upstream.
    
    Signed-off-by: Fata Nugraha <fatanugraha@outlook.com>
    fatanugraha committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    c56ed7a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. test: upload and download tests against vfkit

    This commit adds two tests:
    
    1. Upload files to the VM This test uploads three files of different sizes (10M, 100M, 1G) to the running VM and verifies the sha256sum of the uploaded files.
    
    2. Download the above files from the VM This test downloads the three files uploaded in the previous test and verifies their sha256sum values.
    
    Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
    vyasgun committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    0b09d74 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. build(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63

    Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.62 to 1.1.63.
    - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
    - [Commits](miekg/dns@v1.1.62...v1.1.63)
    
    ---
    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 Jan 27, 2025
    Configuration menu
    Copy the full SHA
    aeffde3 View commit details
    Browse the repository at this point in the history
  2. Add make target to enable debugger during test run

    Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
    evidolob committed Jan 27, 2025
    Configuration menu
    Copy the full SHA
    9b92119 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Configuration menu
    Copy the full SHA
    374c44e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #446 from evidolob/add-debugger

    Enable debugger for tests on macOS
    openshift-merge-bot[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    e635d66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #463 from fatanugraha/main

    Use poll-based approach to subscribe to file changes
    openshift-merge-bot[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    c9dd0cb View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Revert "Replace multiple "resolver.*" fn cals with single "dns.Exchan…

    …ge()" fn."
    
    This reverts commit 58eb054
    
    Due to numerous issues related to getting DNS configuration we're returning back usage of system dns resolver
    
    Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
    evidolob committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    3b1806e View commit details
    Browse the repository at this point in the history
  2. Delete unused files and dependencies.

    Due to reverting PR #339 thous files is not used
    
    Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
    evidolob committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    88ffff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6436c51 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Merge pull request #453 from vyasgun/pr/upload-download-tests

    Upload and Download tests against vfkit
    openshift-merge-bot[bot] authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    c30fc5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #429 from lstocchi/i425

    Add --services flag to start API without using --listen flag
    openshift-merge-bot[bot] authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    45ea6bb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #465 from containers/dependabot/go_modules/github.…

    …com/miekg/dns-1.1.63
    
    build(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63
    openshift-merge-bot[bot] authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    f0f1802 View commit details
    Browse the repository at this point in the history
Loading