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

fix(gitlab.com/gitlab-org/cli): follow up changes of gitlab cli v1.47.0 #27469

Merged
merged 1 commit into from
Oct 4, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pkgs/gitlab.com/gitlab-org/cli/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
packages:
- name: gitlab.com/gitlab-org/[email protected]
- name: gitlab.com/gitlab-org/[email protected]
- name: gitlab.com/gitlab-org/[email protected]
- name: gitlab.com/gitlab-org/cli
version: v1.46.1
- name: gitlab.com/gitlab-org/cli
version: v1.22.0
14 changes: 13 additions & 1 deletion pkgs/gitlab.com/gitlab-org/cli/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ packages:
type: http
link: https://gitlab.com/gitlab-org/cli
description: A GitLab CLI tool bringing GitLab to your command line
files:
- name: glab
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.22.0")
Expand All @@ -34,7 +36,7 @@ packages:
type: github_release
asset: checksums.txt
algorithm: sha256
- version_constraint: "true"
- version_constraint: semver("<= 1.46.1")
url: https://gitlab.com/gitlab-org/cli/-/releases/{{.Version}}/downloads/glab_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
Expand All @@ -49,3 +51,13 @@ packages:
overrides:
- goos: windows
format: zip
- version_constraint: "true"
url: https://gitlab.com/gitlab-org/cli/-/releases/{{.Version}}/downloads/glab_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
files:
- name: glab
src: bin/glab
overrides:
- goos: windows
format: zip
14 changes: 13 additions & 1 deletion registry.yaml

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