From f305359cd97d76437fc66b2005ab24dbe59163cd Mon Sep 17 00:00:00 2001 From: Banura Randika Perera Date: Fri, 30 Dec 2022 15:35:56 +0530 Subject: [PATCH] feat: add opensearch plugin (#726) --- README.md | 1 + plugins/opensearch | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/opensearch diff --git a/README.md b/README.md index e901634..102d3a6 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Opam | [asdf-community/asdf-opam](https://github.com/asdf-community/asdf-opam) | [![Build status](https://github.com/asdf-community/asdf-opam/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/asdf-community/asdf-opam/actions) | | openfaas-faas-cli | [zekker6/asdf-faas-cli](https://github.com/zekker6/asdf-faas-cli) | [![Build Status](https://github.com/zekker6/asdf-faas-cli/actions/workflows/test.yml/badge.svg)](https://github.com/zekker6/asdf-faas-cli/actions/workflows/test.yml) | | OpenResty | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty) | [![Build Status](https://github.com/smashedtoatoms/asdf-openresty/workflows/Build/badge.svg?branch=master)](https://github.com/smashedtoatoms/asdf-openresty/actions) | +| opensearch | [randikabanura/asdf-opensearch](https://github.com/randikabanura/asdf-opensearch) | [![Build Status](https://github.com/randikabanura/asdf-opensearch/workflows/Build/badge.svg?branch=main)](https://github.com/randikabanura/asdf-opensearch/actions) | | openshift-install | [hhemied/asdf-openshift-install](https://github.com/hhemied/asdf-openshift-install) | [![Build Status](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml/badge.svg?branch=main)](https://github.com/hhemied/asdf-openshift-install/actions/workflows/asdf-ci.yaml) | | Operator SDK | [Medium/asdf-operator-sdk](https://github.com/Medium/asdf-operator-sdk) | [![Build Status](https://travis-ci.org/Medium/asdf-operator-sdk.svg?branch=master)](https://travis-ci.org/Medium/asdf-operator-sdk) | | Opsgenie-lamp | [ORCID/asdf-opsgenie-lamp](https://github.com/ORCID/asdf-opsgenie-lamp) | [![Build](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml/badge.svg)](https://github.com/ORCID/asdf-opsgenie-lamp/actions/workflows/build.yml) | diff --git a/plugins/opensearch b/plugins/opensearch new file mode 100644 index 0000000..3a3bca8 --- /dev/null +++ b/plugins/opensearch @@ -0,0 +1 @@ +repository = https://github.com/randikabanura/asdf-opensearch.git