Skip to content

Commit

Permalink
feat(cert-manager/cmctl): add cert-manager/cmctl (#22256)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Apr 25, 2024
1 parent e13ebd6 commit a804af1
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 14 deletions.
1 change: 1 addition & 0 deletions aqua-registry-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ ignore_packages:
- kurehajime/dajarep # https://github.com/aquaproj/aqua-registry/pull/21053
- kurehajime/pong-command # https://github.com/aquaproj/aqua-registry/pull/21054
- golang/tools/guru # https://github.com/aquaproj/aqua-registry/pull/21620
- cert-manager/cert-manager/cmctl # The code of cmctl was moved from cert-manager/cert-manager to cert-manager/cmctl
21 changes: 14 additions & 7 deletions pkgs/cert-manager/cert-manager/cmctl/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ packages:
aliases:
- name: jetstack/cert-manager/cmctl
description: cmctl is a CLI tool that can help you to manage cert-manager resources inside your cluster
asset: cmctl-{{.OS}}-{{.Arch}}.tar.gz
files:
- name: cmctl
supported_envs:
- darwin
- linux
- amd64
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.14.4")
asset: cmctl-{{.OS}}-{{.Arch}}.tar.gz
files:
- name: cmctl
supported_envs:
- darwin
- linux
- amd64
- version_constraint: "true"
error_message: |
Please use the package cert-manager/cmctl instead.
The code of cmctl was moved from cert-manager/cert-manager to cert-manager/cmctl.
2 changes: 2 additions & 0 deletions pkgs/cert-manager/cmctl/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: cert-manager/[email protected]
14 changes: 14 additions & 0 deletions pkgs/cert-manager/cmctl/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
packages:
- type: github_release
repo_owner: cert-manager
repo_name: cmctl
description: the command line utility that makes cert-manager'ing easier
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: cmctl_{{.OS}}_{{.Arch}}
format: raw
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
34 changes: 27 additions & 7 deletions registry.yaml

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

0 comments on commit a804af1

Please sign in to comment.