+pluto -- A cli tool to help discover deprecated apiVersions in Kubernetes

This commit is contained in:
Tobias 2023-10-16 22:09:54 +02:00 committed by Jacob Heider
parent f5daed5f60
commit 6f80fa8dfc

View file

@ -0,0 +1,26 @@
# https://pluto.docs.fairwinds.com/
distributable:
url: git+https://github.com/FairwindsOps/pluto
ref: v{{version}}
versions:
github: FairwindsOps/pluto
strip: /^v/
build:
dependencies:
go.dev: ^1.21
gnu.org/make: "*"
git-scm.org: "*"
script: |
make build VERSION=v{{version}}
mkdir -p "{{ prefix }}"/bin
mv pluto "{{ prefix }}"/bin
provides:
- bin/pluto
test:
script: |
pluto version | grep "Version:v{{version}}"