-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdev.k8slens.OpenLens.metainfo.xml
40 lines (38 loc) · 1.84 KB
/
dev.k8slens.OpenLens.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>dev.k8slens.OpenLens</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>Open Lens</name>
<summary>The Kubernetes IDE</summary>
<developer_name>Mirantis, Inc</developer_name>
<description>
<p>
Open Lens is the open-source core version of the Lens Desktop.
Lens is the most powerful IDE for people who need to deal with Kubernetes clusters on a
daily basis. Ensure your clusters are properly setup and configured. Enjoy increased
visibility, real time statistics, log streams and hands-on troubleshooting capabilities.
With Lens, you can work with your clusters more easily and fast, radically improving
productivity and the speed of business.
</p>
<p>Note: Due to sandboxing, if you find it unable to read your config, please run it with <code>flatpak
run --filesystem=/path/to/your/config:ro dev.k8slens.OpenLens</code>.</p>
</description>
<launchable type="desktop-id">dev.k8slens.OpenLens.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/lensapp/lens/lens-desktop/assets/hero-home.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://k8slens.dev/</url>
<url type="bugtracker">https://github.com/lensapp/lens/issues</url>
<url type="help">https://docs.k8slens.dev/</url>
<releases>
<release version="6.5.2" date="2023-05-31"/>
<release version="6.5.1" date="2023-05-30"/>
<release version="6.5.0" date="2023-05-04"/>
</releases>
<content_rating type="oars-1.1">
<content_attribute id="social-info">intense</content_attribute>
</content_rating>
</component>