From: czichy Date: Thu, 8 Dec 2022 05:56:12 +0000 (+0200) Subject: Updating RMR version to 4.8.5 X-Git-Tag: 0.9.4~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c1bf59bb71206de2be6e1303d1b75aa8ceaeabb2;p=ric-plt%2Frtmgr.git Updating RMR version to 4.8.5 Signed-off-by: czichy Change-Id: I13315cc0b4da99925b47f5dc41d095797976add1 --- diff --git a/Dockerfile b/Dockerfile index 0b00518..70dcdcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as rtmgrbuild RUN apt update && apt install ca-certificates libgnutls30 -y # Install RMr shared library -ARG RMRVERSION=4.8.0 +ARG RMRVERSION=4.8.5 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb # Install RMr development header files RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb diff --git a/RELNOTES b/RELNOTES index 15d9ecf..b6df71e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,6 @@ +### v0.9.3 +* updating RMR to 4.8.5 + ### v0.9.2 * fixed issue in meid table if same meid is associated with different E2T diff --git a/container-tag.yaml b/container-tag.yaml index 7898fd5..3a848d1 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 0.9.2 +tag: 0.9.3