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

brew repository contains the old version #43

Closed p1gmale0n closed 3 years ago

p1gmale0n commented 3 years ago
> brew info robscott/tap/kube-capacity
robscott/tap/kube-capacity: stable 0.5.0
kube-capacity provides an overview of the resource requests, limits, and utilization in a Kubernetes cluster

/opt/homebrew/Cellar/kube-capacity/0.5.0 (5 files, 31.0MB) *
  Built from source on 2021-04-27 at 13:56:04
From: https://github.com/robscott/homebrew-tap/blob/HEAD/Formula/kube-capacity.rb
robscott commented 3 years ago

Thanks for the tip! It looks like https://github.com/robscott/kube-capacity/pull/39 broke this. I'm not a goreleaser/homebrew expert but I may have some time to try to unbreak this in the coming weeks. Also commented in #45 with a bit more detail.

robscott commented 3 years ago

Thanks to @ivanfetch this should be fixed now.