Skip to content

Commit

Permalink
feat: add kubecolor/kubecolor (#21900)
Browse files Browse the repository at this point in the history
[kubecolor/kubecolor](https://github.com/kubecolor/kubecolor): Colorize your kubectl output
  • Loading branch information
suzuki-shunsuke committed Apr 15, 2024
1 parent fb21373 commit ab6ee41
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/kubecolor/kubecolor/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: kubecolor/kubecolor@v0.3.0
- name: kubecolor/kubecolor
version: v0.0.21
32 changes: 32 additions & 0 deletions pkgs/kubecolor/kubecolor/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
packages:
- type: github_release
repo_owner: kubecolor
repo_name: kubecolor
description: Colorize your kubectl output
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.0.21")
asset: kubecolor_{{trimV .Version}}_{{.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
- version_constraint: "true"
asset: kubecolor_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
overrides:
- goos: windows
format: zip
31 changes: 31 additions & 0 deletions registry.yaml

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

0 comments on commit ab6ee41

Please sign in to comment.