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(electric-saw/kafta): follow up changes of kafka v0.1.8 #25549

Merged
merged 1 commit into from
Aug 3, 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
4 changes: 3 additions & 1 deletion pkgs/electric-saw/kafta/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
packages:
- name: electric-saw/kafta@v0.1.7
- name: electric-saw/kafta@v0.1.8
- name: electric-saw/kafta
version: v0.1.7
39 changes: 29 additions & 10 deletions pkgs/electric-saw/kafta/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,33 @@ packages:
- type: github_release
repo_owner: electric-saw
repo_name: kafta
asset: kafta_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz
description: Kafta is a command line for managing Kafka clusters
replacements:
amd64: x86_64
darwin: Darwin
linux: Linux
windows: Windows
checksum:
type: github_release
asset: checksums.txt
algorithm: sha256
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.1.7")
asset: kafta_{{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
- version_constraint: "true"
asset: kafta_{{.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
39 changes: 29 additions & 10 deletions registry.yaml

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