From 0b051ee04314c9749e31dd67c6c40cdbf2df526a Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 25 Jun 2021 13:18:49 +0530 Subject: [PATCH] Update container tag v1.0.1 Update container tag v1.0.1. Signed-off-by: subhash kumar singh Change-Id: I2c44ab0e4f4ec54875d5a36650e9c730ddf590c4 --- config/config-file.json | 2 +- container-tag.yaml | 2 +- docs/release-notes.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config-file.json b/config/config-file.json index af7888d..e0ccec8 100644 --- a/config/config-file.json +++ b/config/config-file.json @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10004", "name": "o-ran-sc/ric-app-hw-go", - "tag": "1.0.0" + "tag": "1.0.1" } } ], diff --git a/container-tag.yaml b/container-tag.yaml index 707a9ab..1c47902 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job requires a tag to build the Docker image. # Global-JJB script assumes this file is in the repo root. --- -tag: 1.0.0 +tag: 1.0.1 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d9d7245..806529e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -21,7 +21,7 @@ Version history | **Date** | **Ver.** | **Author** | **Comment** | | | | | | +--------------------+--------------------+--------------------------+--------------------+ -| 2021-06-23 | 1.0.0 | Subhash Kumar Singh | Dawn Release | +| 2021-06-25 | 1.0.1 | Subhash Kumar Singh | Dawn Release | | | | | | +--------------------+--------------------+--------------------------+--------------------+ @@ -52,7 +52,7 @@ Release Data | **Release designation** | Dawn | | | | +--------------------------------------+--------------------------------------+ -| **Release date** | 2021-06-23 | +| **Release date** | 2021-06-25 | | | | +--------------------------------------+--------------------------------------+ | **Purpose of the delivery** | open-source golang Hello World xAPP | -- 2.16.6