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: add kdash-rs/kdash #9843

Merged
merged 4 commits into from
Feb 13, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions pkgs/kdash-rs/kdash/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
packages:
- name: kdash-rs/kdash@v0.3.6
- name: kdash-rs/kdash
version: v0.3.0
- name: kdash-rs/kdash
version: v0.0.3
57 changes: 57 additions & 0 deletions pkgs/kdash-rs/kdash/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
packages:
- type: github_release
repo_owner: kdash-rs
repo_name: kdash
description: A simple and fast dashboard for Kubernetes
asset: kdash-{{.OS}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
checksum:
type: github_release
asset: kdash-{{.OS}}.sha256
algorithm: sha256
file_format: raw
- goos: linux
goarch: arm64
asset: kdash-aarch64-musl.tar.gz
checksum:
type: github_release
asset: kdash-aarch64-musl.sha256
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
rosetta2: true
checksum:
type: github_release
asset: kdash-{{.OS}}.sha256
file_format: regexp
algorithm: sha256
pattern:
checksum: "^(\\b[A-Fa-f0-9]{64}\\b)"
file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$"
version_constraint: semver(">= 0.3.3")
replacements:
darwin: macos
linux: linux-musl
supported_envs:
- darwin
- linux
- amd64
version_overrides:
- version_constraint: semver(">= 0.0.4")
supported_envs:
- darwin
- amd64
replacements:
darwin: macos
linux: linux-musl
- version_constraint: semver("< 0.0.4")
supported_envs:
- darwin
- amd64
replacements:
darwin: macos
- version_constraint: "true"
56 changes: 56 additions & 0 deletions registry.yaml

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