From 2ba1f380de6faf7274819fb5111999b9485ffcd6 Mon Sep 17 00:00:00 2001 From: link108 Date: Tue, 13 Jun 2023 03:48:47 +0000 Subject: [PATCH] Update plugin repository file --- plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins.json diff --git a/plugins.json b/plugins.json new file mode 100644 index 0000000..0ab9546 --- /dev/null +++ b/plugins.json @@ -0,0 +1,17 @@ +[ + { + "id": "Armory.RandomWaitPlugin", + "description": "An example of a PF4J-based plugin that provides a custom pipeline stage.", + "provider": "https://github.com/spinnaker-plugin-examples", + "releases": [ + { + "version": "unspecified", + "date": "2023-06-13T03:48:45.232319Z", + "requires": "echo>=0.0.0,orca>=0.0.0,deck>=0.0.0", + "sha512sum": "13198c50f381f24c9c77a8814e91efead348f113b184c0ec760f9b188bde3dbf89aba868f675da0c674497d2ac3b7400293e72977ef2f2007d873d23c91c5b81", + "preferred": false, + "compatibility": [] + } + ] + } +]