X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=d08705164a78e11e6fe9b43315928567f17bab94;hb=refs%2Fchanges%2F55%2F955%2F7;hp=8f40dc8971de2adf15f3c9d9e2b9f589700a6c70;hpb=ad38560797907d95e992b2153e163dae3e13aa91;p=ric-plt%2Fa1.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 8f40dc8..d087051 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -21,8 +21,85 @@ A1 Mediator Release Notes All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ -and this project adheres to `Semantic -Versioning `__. +and this project adheres to `Semantic Versioning `__. + +[1.0.0] - TBD + +:: + + * Release 1.0.0 will be the Release A version of A1 + + +[0.11.0] - 9/17/2019 + +:: + + * This is on the road to release 1.0.0. It is not meant to be tested (E2E) as it's own release + * Implement the Release A spec in the openapi.yaml + * Rework A1 to follow that spec + * Remove rmr_mapping now that we use policyid as the mtype to send and a well known mtype for the ACKs + * Add the delay receiver test to the tavern integration tests + * Remove unneeded ENV variables from helm charts + * Switch away from builder images to avoid quicksand; upgrade rmr at our own pace + + +[0.10.3] - 8/20/2019 + +:: + + * Update to later rmr-python + * Add docs about upgrading rmr + * remove bombarder since tavern runs apache bench + + +[0.10.2] - 8/14/2019 + +:: + + * Update to later rmr-python + +[0.10.1] - 8/9/2019 + +:: + + * Greatly reduce the size of A1 docker from 1.25GB to ~278MB. + * Add a seperate dockerfile for unit testing + + +[0.10.0] - 7/30/2019 + +:: + + * Rename all /ric/ URLs to be consistent with requirements of /a1-p/ + + +[0.9.0] - 7/22/2019 +------------------- + +:: + + * Implement the GET on policies + * Add a new endpoint for healthcheck. NOTE, it has been decided by oran architecture documents that this policy interface should be named a1-p in all URLS. In a future release the existing URLs will be renamed (existing URLs were not changed in this release). + + +[0.8.4] - 7/16/2019 +------------------- + +:: + + * Fix the 400, which was in the API, but wasn't actually implemented + * Update the test fixture manifests to reflect the latest adm control, paves way for next feature coming which is a policy GET + + + +[0.8.3] - 6/18/2019 +------------------- + +:: + + * Use base Docker with NNG version 1.1.1 + + [0.8.2] - 6/5/2019 -------------------