From a42ab208a9360bd96c2738788e1b314cbae38bb1 Mon Sep 17 00:00:00 2001
From: shivramsrivastava <shivram.srivastava@huawei.com>
Date: Fri, 15 Mar 2019 11:28:43 +0000
Subject: [PATCH] Adding v0.8 release notes

---
 docs/releases/0.8-NOTES.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 docs/releases/0.8-NOTES.md

diff --git a/docs/releases/0.8-NOTES.md b/docs/releases/0.8-NOTES.md
new file mode 100644
index 000000000..da6f4ad83
--- /dev/null
+++ b/docs/releases/0.8-NOTES.md
@@ -0,0 +1,32 @@
+## Release notes for firmament v0.8
+
+# Significant changes
+
+* Pod Affinity/Anti-Affinity optimization.
+
+# Required Actions
+
+To enable the new CPU-MEM cost model ```--flow_scheduling_cost_model```
+flag should be set to '10'
+like shown below
+
+```--flow_scheduling_cost_model=10```
+
+To enable the Pod Affinity/Anti-Affinity symmetry ```--pod_affinity_antiaffinity_symmetry```
+flag should be set to 'true' in the firmament config file 
+like show below 
+
+```firmament_scheduler_cpu_mem.cfg=true```
+
+This fix is based above the CPU-MEM cost model.
+This feature currently are not supported in other cost model.
+
+# Highlighted changes
+* [Pod Affinity/Anti-Affinity optimization](https://github.com/Huawei-PaaS/firmament/pull/39)
+
+
+
+# Full change list
+* [Pod Affinity/Anti-Affinity optimization](https://github.com/Huawei-PaaS/firmament/pull/39)
+
+