From 3cee8dac8f09a1405cda6460ebd0c3a27bc51278 Mon Sep 17 00:00:00 2001 From: Ivan Sim Date: Thu, 22 Sep 2022 08:54:42 -0700 Subject: [PATCH] Add Kanister to the list Signed-off-by: Ivan Sim --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 819a412..438f6be 100644 --- a/data.json +++ b/data.json @@ -245,6 +245,15 @@ ], "description": "A Fast and Flexible Static Site Generator built with love in GoLang" }, + { + "name": "Kanister", + "link": "https://github.com/kanisteroio/kanister", + "label": "good-first-issue", + "technologies": [ + "Go" + ], + "description": "A Data Protection Workflow Management Engine" + }, { "name": "Kubernetes", "link": "https://github.com/kubernetes/kubernetes",