diff --git a/README.md b/README.md
index 435ea61e7..c8795a370 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Crane (FinOps Crane) is a cloud native open source project which manages cloud r
- [QoS Ensurance](#qos-ensurance)
- [Repositories](#repositories)
- [Getting Started](#getting-started)
+ - [RoadMap](#roadmap)
## Introduction
@@ -34,7 +35,7 @@ The goal of Crane is to provide a one-stop-shop project to help Kubernetes users
- Cost Optimization
- **Enhanced QoS** based on Pod PriorityClass
-
+
## Features
### Time Series Prediction
@@ -376,4 +377,7 @@ Something you should know about HPA recommendation:
* Must provide cpu request for pod spec
* The workload should be running for at least **a week** to get enough metrics to forecast
* The workload's cpu load should be predictable, **too low** or **too unstable** workload often is unpredictable
-
+
+### RoadMap
+Please see [this document](./docs/roadmaps/roadmap-1h-2022.md) to learn more.
+
diff --git a/docs/images/crane-overview.png b/docs/images/crane-overview.png
index c7a38851c..ca03bf8f0 100644
Binary files a/docs/images/crane-overview.png and b/docs/images/crane-overview.png differ
diff --git a/docs/roadmaps/roadmap-1h-2022.md b/docs/roadmaps/roadmap-1h-2022.md
new file mode 100644
index 000000000..358635c95
--- /dev/null
+++ b/docs/roadmaps/roadmap-1h-2022.md
@@ -0,0 +1,32 @@
+# Crane Roadmap for H1 2022
+Please refer the following sections for Crane release plan of H1 2022, new release will be cut on monthly basis.
+
+Please let us know if you have urgent needs which are not presented in the plan.
+### 0.1.0 [released]
+- Predictor to support Moving Windows and DSP algorithms
+- Resource Request Recommendation and Effective Horizontal Pod Autoscaler
+- Grafana Dashboard to view resource utilization and cost trends
+- fadvisor to support billing
+### 0.2.0:[released]
+- Multiple Metric Adaptor support
+- Node QoS Ensurance for CPU
+- Operation Metrics about R3 and EPA applied ratio
+### 0.3.0 [March]
+- UI with cost visibility and usage optimizations.
+- Request Recommendation adapts with Virtual Kubelet
+- Multiple Triggers for EPA
+- Node QoS Ensurance for Mem
+- Prediction with CPU, Memory, and Business Metrics
+- Scalability to support 1K TSP and 1K EPA
+### 0.4.0 [April]
+- EVPA support
+- Application Portrait
+- Descheduler and Dynamic Scheduler
+- SLO based Application QoS for CPU and Mem
+- UI to support EPA.
+### 0.5.0 [May]
+- HPC open source
+- Node & Pod QoS Ensurance for DiskIO and Network
+- Prediction with DiskIO, Network
+### 0.6.0 [June]
+- Scalability to support 3k TSP and 3k EPA
\ No newline at end of file