Update to later rmr-python 11/711/1 0.10.2
authorTommy Carpenter <tommy@research.att.com>
Wed, 14 Aug 2019 16:51:51 +0000 (12:51 -0400)
committerTommy Carpenter <tommy@research.att.com>
Wed, 14 Aug 2019 16:51:59 +0000 (12:51 -0400)
Change-Id: Id495ae41a780e0c19e71cffea569e896ed6ac865
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
container-tag.yaml
docs/release-notes.rst
integration_tests/a1mediator/Chart.yaml
integration_tests/a1mediator/files/ricmanifest.json
setup.py
tests/fixtures/ricmanifest.json

index 572aef3..e64fcd7 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job uses this string for the tag in the image name
 # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag
 ---
-tag: 0.10.1
+tag: 0.10.2
index 75653df..3775134 100644 (file)
@@ -23,6 +23,12 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
+[0.10.2] - 8/14/2019
+
+::
+
+    * Update to later rmr-python
+
 [0.10.1] - 8/9/2019
 
 ::
index 0166330..68be66b 100644 (file)
@@ -1,4 +1,4 @@
 apiVersion: v1
 description: A1 Helm chart for Kubernetes
 name: a1mediator
-version: 0.10.1
+version: 0.10.2
index 300d7e5..72f2364 100644 (file)
             "description":"Minimum number of events in window to trigger blocking"
           }
         },
+        "required":[
+          "enforce",
+          "blocking_rate",
+          "trigger_threshold",
+          "window_length"
+        ],
         "additionalProperties":false
       },
       "message_sends_rmr_type":"DC_ADM_INT_CONTROL_ACK",
index cbdc36a..85d8ddb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="a1",
-    version="0.10.1",
+    version="0.10.2",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter",
     description="RIC A1 Mediator for policy/intent changes",
@@ -26,6 +26,6 @@ setup(
     entry_points={"console_scripts": ["run.py=a1.run:main"]},
     # we require jsonschema, should be in that list, but connexion already requires a specific version of it
     # rmr 0.10.4 has a bugfix required on alpine
-    install_requires=["requests", "Flask", "connexion[swagger-ui]", "gevent", "rmr>=0.10.4"],
+    install_requires=["requests", "Flask", "connexion[swagger-ui]", "gevent", "rmr>=0.10.7"],
     package_data={"a1": ["openapi.yaml"]},
 )
index 300d7e5..72f2364 100644 (file)
             "description":"Minimum number of events in window to trigger blocking"
           }
         },
+        "required":[
+          "enforce",
+          "blocking_rate",
+          "trigger_threshold",
+          "window_length"
+        ],
         "additionalProperties":false
       },
       "message_sends_rmr_type":"DC_ADM_INT_CONTROL_ACK",