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/govmomi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: vmware/govmomi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 12 commits
  • 28 files changed
  • 3 contributors

Commits on Dec 5, 2016

  1. Add vm.ip docs (#636)

    dougm authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    f49bd56 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

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

Commits on Dec 7, 2016

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

Commits on Dec 9, 2016

  1. Add Slack links

    dougm committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    6bc730e View commit details
    Browse the repository at this point in the history
  2. govc/version: skip first char in git version mismatch error (#642)

    The comparison skips it, so if you set `flags.Version` to `v1.2.3` you
    can get confusing messages like "version mismatch: git=v1.2.3 vs
    govc=v1.2.3".
    sarahhodne authored and dougm committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    1a7dc61 View commit details
    Browse the repository at this point in the history
  3. Add storage support to vm.migrate (#641)

    Fixes #639
    dougm authored Dec 9, 2016
    Configuration menu
    Copy the full SHA
    b5c807e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Avoid Finder panic when SetDatacenter is not called (#640)

    PR #635 assumed that Finder would not be used without having called SetDatacenter.
    However, when the Datastore methods are used with absolute paths and without SetDatacenter,
    would cause a panic.
    dougm authored Dec 12, 2016
    Configuration menu
    Copy the full SHA
    ad6e563 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Add govc-command customization option (#645)

    tzz authored and dougm committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    ca99f8d View commit details
    Browse the repository at this point in the history
  2. govc.el: auth-source integration (#648)

    tzz authored and dougm committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    40cf9f8 View commit details
    Browse the repository at this point in the history
  3. Add '-f' flag to logs command (#643)

    - Support logs '-n' > VC/ESX BrowseLog max
    
    - Add DiagnosticLog helper
    
    - Add doc for logs commands
    dougm authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    fec40b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Note 6.5 support

    dougm committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    45a5351 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Release 0.12.1

    dougm committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    6103db2 View commit details
    Browse the repository at this point in the history
Loading