Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for vmrest #161

Closed
wants to merge 24 commits into from
Closed

feat: add support for vmrest #161

wants to merge 24 commits into from

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

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

Commits on Nov 11, 2023

  1. +HostIP

    niwamo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    1bfc8e4 View commit details
    Browse the repository at this point in the history
  2. +HostIP v2

    niwamo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f978756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d1547c View commit details
    Browse the repository at this point in the history
  4. +VNCAddress()

    niwamo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    94cf148 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d975d09 View commit details
    Browse the repository at this point in the history
  6. +Register()

    niwamo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    18d18e1 View commit details
    Browse the repository at this point in the history
  7. +upload()

    niwamo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ed1c3ed View commit details
    Browse the repository at this point in the history
  8. minor fixes

    niwamo committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5048a4f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    f4d121f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28cfed6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. addtl detail in documentation

    niwamo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8bd303d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. +.web-docs updates

    niwamo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    31c595b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore(deps): golang.org/x/net

    Address the following CVEs:
    
    - CVE-2023-39325
    - CVE-2023-44487
    - CVE-2023-3978
    
    Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
    tenthirtyam authored and niwamo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a4df5a5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): google.golang.org/grpc

    Address the following CVE:
    
    - CVE-2023-44487
    
    Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
    tenthirtyam authored and niwamo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e684d3c View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/vmware/govmomi from 0.26.0 to 0.33.1

    - Bumps `github.com/vmware/govmomi` from 0.29.0 to 0.33.1.
    - Added github.com/vmware/govmomi to dependabot dependency checks.
    
    Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
    tenthirtyam authored and niwamo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    92d5260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e4a9a0 View commit details
    Browse the repository at this point in the history
  5. fix web-docs

    niwamo committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e7972b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fix/Update driver_config_test.go

    Updated expected error value in "Invalid remote type" and updated
    expected default in "Set default values". Note: driver_config.go was
    updated to only set exsi-relevant defaults is esx5 is selected
    niwamo committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    8230923 View commit details
    Browse the repository at this point in the history
  2. Fixes linter-identified issues

    Fixes all issues in driver_vmrest.go identified by golangci-lint
    niwamo committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    381957d View commit details
    Browse the repository at this point in the history
  3. Fix minor discrepancies between docs and .web-docs

    Fixes the two-line discrepancy identified by CI
    niwamo committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    e9480a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. corrected VMWare to VMware

    niwamo committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d63f080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1a46f View commit details
    Browse the repository at this point in the history