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 vmware/govmomi/govc #20510

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions pkgs/vmware/govmomi/govc/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
packages:
- name: vmware/govmomi/govc@v0.35.0
- name: vmware/govmomi/govc
version: v0.27.4
- name: vmware/govmomi/govc
version: v0.25.0
- name: vmware/govmomi/govc
version: v0.24.0
- name: vmware/govmomi/govc
version: v0.18.0
- name: vmware/govmomi/govc
version: v0.17.1
- name: vmware/govmomi/govc
version: v0.9.0
126 changes: 126 additions & 0 deletions pkgs/vmware/govmomi/govc/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
packages:
- name: vmware/govmomi/govc
type: github_release
repo_owner: vmware
repo_name: govmomi
description: a vSphere CLI built on top of govmomi
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.9.0")
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
windows_arm_emulation: true
overrides:
- goos: windows
asset: govc_{{.OS}}_{{.Arch}}.exe.{{.Format}}
files:
- name: govc
src: govc_{{.OS}}_{{.Arch}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.17.1")
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
windows_arm_emulation: true
files:
- name: govc
src: govc_{{.OS}}_{{.Arch}}
overrides:
- goos: windows
format: zip
asset: govc_{{.OS}}_{{.Arch}}.exe.{{.Format}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: Version == "v0.18.0"
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
windows_arm_emulation: true
checksum:
type: github_release
asset: govc_{{trimV .Version}}_checksums.txt
algorithm: sha1
overrides:
- goos: windows
format: zip
asset: govc_{{.OS}}_{{.Arch}}.exe.{{.Format}}
files:
- name: govc
src: govc.exe
files:
- name: govc
src: govc_{{.OS}}_{{.Arch}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.24.0")
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
windows_arm_emulation: true
files:
- name: govc
src: govc_{{.OS}}_{{.Arch}}
overrides:
- goos: windows
format: zip
asset: govc_{{.OS}}_{{.Arch}}.exe.{{.Format}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: Version == "v0.25.0"
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: semver("<= 0.27.4")
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
rosetta2: true
windows_arm_emulation: true
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
- version_constraint: "true"
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
125 changes: 125 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.