Release news for SkyWalking-Eyes 0.1.0 (#194)

diff --git a/content/events/release-apache-skywalking-eyes-0-1-0/index.md b/content/events/release-apache-skywalking-eyes-0-1-0/index.md
new file mode 100644
index 0000000..38a1db7
--- /dev/null
+++ b/content/events/release-apache-skywalking-eyes-0-1-0/index.md
@@ -0,0 +1,13 @@
+---
+title: "Release Apache SkyWalking Eyes 0.1.0"
+date: 2021-01-12
+author: "[SkyWalking Team](/team)"
+description: "Release Apache SkyWalking Eyes 0.1.0."
+---
+
+SkyWalking Eyes 0.1.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- License Header
+  + Add `check` and `fix` command.
+  + `check` results can be reported to pull request as comments.
+  + `fix` suggestions can be filed on pull request as edit suggestions.
diff --git a/data/dockerImages.yml b/data/dockerImages.yml
index 78931df..f4397fa 100644
--- a/data/dockerImages.yml
+++ b/data/dockerImages.yml
@@ -8,3 +8,8 @@
   icon: U
   description: This image would start up SkyWalking UI only.
   link: https://hub.docker.com/r/apache/skywalking-ui
+
+- name: SkyWalking Eyes Image
+  icon: I
+  description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
+  link: https://hub.docker.com/r/apache/skywalking-eyes
diff --git a/data/docs.yml b/data/docs.yml
index d52f2b9..fcd5200 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -134,11 +134,14 @@
       user: apache
       repo: skywalking-agent-test-tool
       
-    - name: SkyWalking eyes
+    - name: SkyWalking Eyes
       icon: I
-      description: INFRA tools for Apache skywalking
+      description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
       user: apache
       repo: skywalking-eyes
+      docs:
+        - version: v0.1.0
+          link: https://github.com/apache/skywalking-eyes/tree/v0.1.0
 
 - type: Ecosystem
   description: All following repositories are a part of SkyWalking ecosystem, as agent implementations, extensions, or tools. All the source codes and their distributions are not belonging to the Apache Software Foundation.
diff --git a/data/releases.yml b/data/releases.yml
index 4da22a3..70820e8 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -223,3 +223,27 @@
           link: https://downloads.apache.org/skywalking/client-js/0.2.0/skywalking-client-js-0.2.0-src.tgz.asc
         - name: sha512
           link: https://downloads.apache.org/skywalking/client-js/0.2.0/skywalking-client-js-0.2.0-src.tgz.sha512
+
+- name: SkyWalking Eyes
+  icon: I
+  description: A full-featured license tool to check and fix license headers and resolve dependencies' licenses.
+  source:
+    - version: v0.1.0
+      date: Jan. 12th, 2021
+      downloadLink:
+        - name: src
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-src.tgz
+        - name: asc
+          link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-src.tgz.asc
+        - name: sha512
+          link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-src.tgz.sha512
+  distribution:
+    - version: v0.1.0
+      date: Jan. 12th, 2021
+      downloadLink:
+        - name: tar
+          link: https://www.apache.org/dyn/closer.cgi/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz
+        - name: asc
+          link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz.asc
+        - name: sha512
+          link: https://downloads.apache.org/skywalking/eyes/0.1.0/skywalking-license-eye-0.1.0-bin.tgz.sha512