robscott / kube-capacity

A simple CLI that provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster
Apache License 2.0
2.11k stars 114 forks source link

Fix GoReleaser / Homebrew configuration #50

Closed ivanfetch closed 3 years ago

ivanfetch commented 3 years ago

I previously set an incorrect Homebrew formula filename that caused kube-capacity to not be released via Homebrew.

This fixes #45 and #43 . Also, based on my local run of goreleaser 0.174.1, Mac/ARM builds automatically happen, which fixes #47.

ivanfetch commented 3 years ago

I've also created a Homebrew tap pull request to manually fix this issue for kube-capacity 0.6.0.

robscott commented 3 years ago

Thanks @ivanfetch!