VOL-4446: Fix etcd stale data issue post device delete
Change-Id: I138c09479281a4ebca28aecfb21352a298639bd0
diff --git a/VERSION b/VERSION
index 01b0f09..63cb62f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8.13
+2.8.14
diff --git a/voltha-adapter-openolt/Chart.yaml b/voltha-adapter-openolt/Chart.yaml
index e3dfe14..d11eb16 100644
--- a/voltha-adapter-openolt/Chart.yaml
+++ b/voltha-adapter-openolt/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha-adapter-openolt"
-version: "2.9.8"
+version: "2.9.9"
description: "A Helm chart for Voltha OpenOLT Adapter"
keywords:
- "onf"
@@ -33,4 +33,4 @@
# appVersion refers to multiple components with potentially different
# container image versions.
-appVersion: "3.5.8"
+appVersion: "3.5.9"
diff --git a/voltha-stack/Chart.yaml b/voltha-stack/Chart.yaml
index 9b1a428..5982ef2 100644
--- a/voltha-stack/Chart.yaml
+++ b/voltha-stack/Chart.yaml
@@ -28,7 +28,7 @@
name: voltha-stack
appVersion: "2.8"
-version: 2.8.10
+version: 2.8.11
dependencies:
- name: voltha
@@ -41,5 +41,5 @@
condition: voltha-adapter-openonu.enabled
- name: voltha-adapter-openolt
repository: file://../voltha-adapter-openolt
- version: 2.9.8
+ version: 2.9.9
condition: voltha-adapter-openolt.enabled