Skip to content

Commit

Permalink
fix(vmware/govmomi/govc): regenerate the setting (#21846)
Browse files Browse the repository at this point in the history
* fix(vmware/govmomi/govc): regenerate the setting

* fix(vmware/govmomi/govc): fix description
  • Loading branch information
suzuki-shunsuke committed Apr 13, 2024
1 parent 48a6dfc commit c3b8c42
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
6 changes: 3 additions & 3 deletions pkgs/vmware/govmomi/govc/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: vmware/govmomi/govc@v0.36.3
- name: vmware/govmomi/govc@v0.37.0
- name: vmware/govmomi/govc
version: v0.27.4
- name: vmware/govmomi/govc
Expand All @@ -9,6 +9,6 @@ packages:
- name: vmware/govmomi/govc
version: v0.18.0
- name: vmware/govmomi/govc
version: v0.17.1
version: v0.17.0
- name: vmware/govmomi/govc
version: v0.9.0
version: v0.1.0
17 changes: 8 additions & 9 deletions pkgs/vmware/govmomi/govc/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ packages:
description: a vSphere CLI built on top of govmomi
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.9.0")
- version_constraint: semver("<= 0.1.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}}
overrides:
- goos: windows
asset: govc_{{.OS}}_{{.Arch}}.exe.{{.Format}}
supported_envs:
- darwin
- windows
- amd64
- version_constraint: semver("<= 0.17.1")
- version_constraint: semver("<= 0.17.0")
asset: govc_{{.OS}}_{{.Arch}}.{{.Format}}
format: gz
rosetta2: true
Expand All @@ -42,6 +42,9 @@ packages:
format: gz
rosetta2: true
windows_arm_emulation: true
files:
- name: govc
src: govc_{{.OS}}_{{.Arch}}
checksum:
type: github_release
asset: govc_{{trimV .Version}}_checksums.txt
Expand All @@ -52,10 +55,6 @@ packages:
asset: govc_{{.OS}}_{{.Arch}}.exe.{{.Format}}
files:
- name: govc
src: govc.exe
files:
- name: govc
src: govc_{{.OS}}_{{.Arch}}
supported_envs:
- darwin
- windows
Expand Down
17 changes: 8 additions & 9 deletions registry.yaml

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

0 comments on commit c3b8c42

Please sign in to comment.