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.13k stars 115 forks source link

chore(goreleaser): fix deprecation warnings #124

Closed suzuki-shunsuke closed 7 months ago

suzuki-shunsuke commented 7 months ago

Fixed deprecation warnings.

https://github.com/robscott/kube-capacity/actions/runs/7882675870/job/21508256820#step:5:30

    • DEPRECATED: brews.tap should not be used anymore, check https://goreleaser.com/deprecations#brewstap for more info

https://goreleaser.com/deprecations/#brewstap

https://github.com/robscott/kube-capacity/actions/runs/7882675870/job/21508256820#step:5:21

  • DEPRECATED: --rm-dist was deprecated in favor of --clean, check https://goreleaser.com/deprecations#-rm-dist for more details

https://goreleaser.com/deprecations/#-rm-dist

robscott commented 7 months ago

Thanks @suzuki-shunsuke!