Skip to content

Commit

Permalink
Merge pull request #22729 from ivotron/remove-homebrew-24.1.x
Browse files Browse the repository at this point in the history
[v24.1.x] rpk: remove homebrew publishing
  • Loading branch information
rockwotj committed Aug 5, 2024
2 parents a34af40 + 44528c1 commit a39076d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
34 changes: 0 additions & 34 deletions src/go/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,39 +117,5 @@ release:
- rpk-zip
draft: true
discussion_category_name: Releases
brews:
- name: redpanda
homepage: "https://redpanda.com"
description: "Redpanda CLI & toolbox"
repository:
owner: redpanda-data
name: homebrew-tap
folder: Formula
skip_upload: auto
ids:
- rpk-zip
extra_install: |
generate_completions_from_executable(bin/"rpk", "generate", "shell-completion", base_name: "rpk")
caveats: |
Redpanda Keeper (rpk) is Redpanda's command line interface (CLI)
utility. The rpk commands let you configure, manage, and tune
Redpanda clusters. They also let you manage topics, groups,
and access control lists (ACLs).
Start a three-node docker cluster locally:
rpk container start -n 3
Interact with the cluster using commands like:
rpk topic list
When done, stop and delete the docker cluster:
rpk container purge
For more examples and guides, visit: https://docs.redpanda.com
commit_author:
name: vbotbuildovich
email: vbot@redpanda.com
announce:
skip: "true"
34 changes: 0 additions & 34 deletions src/go/.goreleaser_rp_connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,39 +133,5 @@ release:
- rpk-zip
draft: true
discussion_category_name: Releases
brews:
- name: redpanda
homepage: "https://redpanda.com"
description: "Redpanda CLI & toolbox"
repository:
owner: redpanda-data
name: homebrew-tap
folder: Formula
skip_upload: auto
ids:
- rpk-zip
extra_install: |
generate_completions_from_executable(bin/"rpk", "generate", "shell-completion", base_name: "rpk")
caveats: |
Redpanda Keeper (rpk) is Redpanda's command line interface (CLI)
utility. The rpk commands let you configure, manage, and tune
Redpanda clusters. They also let you manage topics, groups,
and access control lists (ACLs).
Start a three-node docker cluster locally:
rpk container start -n 3
Interact with the cluster using commands like:
rpk topic list
When done, stop and delete the docker cluster:
rpk container purge
For more examples and guides, visit: https://docs.redpanda.com
commit_author:
name: vbotbuildovich
email: vbot@redpanda.com
announce:
skip: "true"

0 comments on commit a39076d

Please sign in to comment.