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(itaysk/kubectl-neat): scaffold itaysk/kubectl-neat #29798

Merged
merged 3 commits into from
Dec 11, 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
6 changes: 6 additions & 0 deletions pkgs/itaysk/kubectl-neat/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: itaysk/[email protected]
- name: itaysk/kubectl-neat
version: v2.0.2
- name: itaysk/kubectl-neat
version: v1.0.0
36 changes: 36 additions & 0 deletions pkgs/itaysk/kubectl-neat/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
packages:
- type: github_release
repo_owner: itaysk
repo_name: kubectl-neat
description: Clean up Kubernetes yaml and json output to make it readable
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 1.0.0")
asset: kubectl-neat_{{.OS}}.{{.Format}}
format: tar.gz
supported_envs:
- linux/amd64
- darwin
files:
- name: kubectl-neat
src: dist/{{.OS}}/kubectl-neat
- version_constraint: semver("<= 2.0.2")
asset: kubectl-neat_{{.OS}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux/amd64
- darwin
- version_constraint: "true"
asset: kubectl-neat_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
supported_envs:
- linux
- darwin
35 changes: 35 additions & 0 deletions registry.yaml

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

Loading