From 450ab35fd673d293795eb70855f364ba2b9a29d7 Mon Sep 17 00:00:00 2001 From: rafaellehmkuhl Date: Tue, 27 Jun 2023 13:08:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20bluerobo?= =?UTF-8?q?tics/BlueOS-Extensions-Repository@f61d92f3c1522bbc60a00fc46a1fb?= =?UTF-8?q?fb1870ac385=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/manifest.json b/manifest.json index e7839ef..507543e 100644 --- a/manifest.json +++ b/manifest.json @@ -686,6 +686,53 @@ "docker": "bluerobotics/cockpit", "website": "https://github.com/bluerobotics/cockpit", "versions": { + "v0.2.0": { + "permissions": { + "ExposedPorts": { + "8000/tcp": {} + }, + "HostConfig": { + "PortBindings": { + "8000/tcp": [ + { + "HostPort": "" + } + ] + } + } + }, + "requirements": null, + "tag": "v0.2.0", + "website": null, + "authors": [ + { + "name": "Rafael Araujo Lehmkuhl", + "email": "rafael@bluerobotics.com" + }, + { + "name": "Patrick Jos\u00e9 Pereira", + "email": "patrick@bluerobotics.com" + } + ], + "docs": null, + "readme": null, + "company": { + "name": "Blue Robotics", + "about": "", + "email": "support@bluerobotics.com" + }, + "support": "https://discuss.bluerobotics.com/c/bluerobotics-software", + "type": "other", + "filter_tags": [ + "vehicle-control", + "control-station", + "ground-station", + "navigation", + "joystick", + "mission-planning" + ], + "extra_links": {} + }, "v0.1.0": { "permissions": { "ExposedPorts": {