Update rmr due to k8 bug 61/261/1
authorTommy Carpenter <tommy@research.att.com>
Wed, 5 Jun 2019 16:26:07 +0000 (12:26 -0400)
committerTommy Carpenter <tommy@research.att.com>
Wed, 5 Jun 2019 16:26:15 +0000 (12:26 -0400)
Change-Id: I5dbe6525de4b1e811606b16096b7d88859bbd6fb
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Dockerfile
docs/release-notes.rst
integration_tests/Dockerfile
integration_tests/Dockerfile-Bombard
setup.py

index 3005c06..7241441 100644 (file)
@@ -22,7 +22,7 @@ ADD . /tmp
 RUN apt-get update && apt-get install -y gcc git cmake
 RUN git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr
 WORKDIR rmr
-RUN git checkout a012cf63dfdad3656c995cb06c316fd208c63b98
+RUN git checkout 68d09fa5028e47e763c44c30647da31e77eda64a
 RUN mkdir .build; cd .build; cmake ..; make install
 
 # Install python-rmr
index a1bc0ae..8f40dc8 100644 (file)
@@ -24,6 +24,15 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic
 Versioning <http://semver.org/>`__.
 
+[0.8.2] - 6/5/2019
+-------------------
+
+::
+
+   * Upgrade RMR due to a bug that was preventing rmr from init in kubernetes
+
+
+
 [0.8.1] - 5/31/2019
 -------------------
 
index fb37bbb..b86d5e1 100644 (file)
@@ -22,7 +22,7 @@ ADD receiver.py /
 RUN apt-get update && apt-get install -y gcc git cmake
 RUN git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr
 WORKDIR rmr
-RUN git checkout a012cf63dfdad3656c995cb06c316fd208c63b98
+RUN git checkout 68d09fa5028e47e763c44c30647da31e77eda64a
 RUN mkdir .build; cd .build; cmake ..; make install
 
 # Install python-rmr
index 83ad4bd..61ccff4 100644 (file)
@@ -22,7 +22,7 @@ ADD bombard.py /
 RUN apt-get update && apt-get install -y gcc git cmake
 RUN git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr
 WORKDIR rmr
-RUN git checkout a012cf63dfdad3656c995cb06c316fd208c63b98
+RUN git checkout 68d09fa5028e47e763c44c30647da31e77eda64a
 RUN mkdir .build; cd .build; cmake ..; make install
 
 # Install python-rmr
index d2ac038..706df32 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="a1",
-    version="0.8.1",
+    version="0.8.2",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter",
     description="RIC A1 Mediator for policy/intent changes",