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: vmware/vic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.7
Choose a base ref
...
head repository: vmware/vic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.8
Choose a head ref
  • 4 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 4, 2021

  1. Add error return for handle (#8656)

    When vcenter is unaccessible, we cannot always return nil which
    indicates the container VM does not exist anymore so get removed
    from cache.
    
    Manual tests for container vm start/stop/exec/delete passed after
    power off vcenter and enable vcenter again.
    wjun authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2a33768 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Replace base image to gcr.io/eminent-nation-87317/photon:2.0 for vic-…

    …machine-server (#8658)
    
    Since the docker hub limits rate, we need to pull this image from gcr.
    ading007 authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    ecc901f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

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

Commits on Jun 15, 2021

  1. Fixed access github api failed (#8661)

    ading007 authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2c978fe View commit details
    Browse the repository at this point in the history
Loading