From 6dd285ea8d093670dc1bb2cfffd661fe5b5f2eb3 Mon Sep 17 00:00:00 2001 From: Zufar Dhiyaulhaq Date: Sat, 14 Aug 2021 12:05:41 +0700 Subject: [PATCH] feat: add starboard & grpc-health-probe plugins (#464) --- README.md | 2 ++ plugins/grpc-health-probe | 1 + plugins/starboard | 1 + 3 files changed, 4 insertions(+) create mode 100644 plugins/grpc-health-probe create mode 100644 plugins/starboard diff --git a/README.md b/README.md index 29171c2..cb20e5c 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Grails | [weibemoura/asdf-grails](https://github.com/weibemoura/asdf-grails) | [![Build Status](https://travis-ci.org/weibemoura/asdf-grails.svg?branch=master)](https://travis-ci.org/weibemoura/asdf-grails) | | Groovy | [weibemoura/asdf-groovy](https://github.com/weibemoura/asdf-groovy) | [![Build Status](https://travis-ci.org/weibemoura/asdf-groovy.svg?branch=master)](https://travis-ci.org/weibemoura/asdf-groovy) | | grpcurl | [asdf-community/asdf-grpcurl](https://github.com/asdf-community/asdf-grpcurl) | [![CI](https://github.com/asdf-community/asdf-grpcurl/workflows/CI/badge.svg)](https://github.com/asdf-community/asdf-grpcurl/actions?query=workflow%3ACI) | +| grpc-health-probe | [zufardhiyaulhaq/asdf-grpc-health-probe](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe) | [![Build](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe/actions/workflows/build.yml) | | grype | [poikilotherm/asdf-grype](https://github.com/poikilotherm/asdf-grype) | [![Main](https://github.com/poikilotherm/asdf-grype/workflows/Main/badge.svg?branch=main)](https://github.com/poikilotherm/asdf-grype/actions?query=workflow%3AMain) | | gwvault | [GoodwayGroup/asdf-gwvault](https://github.com/GoodwayGroup/asdf-gwvault) | [![GitHub Actions Status](https://github.com/GoodwayGroup/asdf-gwvault/workflows/test/badge.svg?branch=main)](https://github.com/GoodwayGroup/asdf-gwvault/actions) | | hadolint | [looztra/asdf-hadolint](https://github.com/looztra/asdf-hadolint) | [![Build Status](https://travis-ci.org/looztra/asdf-hadolint.svg?branch=master)](https://travis-ci.org/looztra/asdf-hadolint) | @@ -359,6 +360,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Spruce | [woneill/asdf-spruce](https://github.com/woneill/asdf-spruce) | [![Build Status](https://github.com/woneill/asdf-spruce/workflows/Build/badge.svg)](https://github.com/woneill/asdf-spruce/actions) | | SQLite | [cLupus/asdf-sqlite](https://github.com/cLupus/asdf-sqlite) | [![Build Status](https://travis-ci.org/cLupus/asdf-sqlite.svg?branch=master)](https://travis-ci.org/cLupus/asdf-sqlite) | | Stack | [sestrella/asdf-stack](https://github.com/sestrella/asdf-stack) | [![CI](https://github.com/sestrella/asdf-stack/workflows/CI/badge.svg?branch=master)](https://github.com/sestrella/asdf-stack/actions) | +| starboard | [zufardhiyaulhaq/asdf-starboard](https://github.com/zufardhiyaulhaq/asdf-starboard) | [![Build](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml) | | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | | Steel Bank Common Lisp (sbcl) | [smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl) | [![Build Status](https://github.com/smashedtoatoms/asdf-sbcl/workflows/Build/badge.svg?branch=main)](https://github.com/smashedtoatoms/asdf-sbcl/actions) | | Stern | [looztra/asdf-stern](https://github.com/looztra/asdf-stern) | [![Build Status](https://travis-ci.org/looztra/asdf-stern.svg?branch=master)](https://travis-ci.org/looztra/asdf-stern) | diff --git a/plugins/grpc-health-probe b/plugins/grpc-health-probe new file mode 100644 index 0000000..944e37e --- /dev/null +++ b/plugins/grpc-health-probe @@ -0,0 +1 @@ +repository = https://github.com/zufardhiyaulhaq/asdf-grpc-health-probe.git diff --git a/plugins/starboard b/plugins/starboard new file mode 100644 index 0000000..529bae5 --- /dev/null +++ b/plugins/starboard @@ -0,0 +1 @@ +repository = https://github.com/zufardhiyaulhaq/asdf-starboard.git