From 9a7b75eb3bce995cffefd17be69e9a3057d21dbc Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Sun, 30 Oct 2022 14:24:37 +0900 Subject: [PATCH] Release v2.5.2 --- debian/changelog | 30 +++++++++++++++++++ docker/webui/Dockerfile | 2 +- ...v2.5.1.md => 2022-10-30-release-v2.5.2.md} | 5 ++-- docs/assets/webui/install | 2 +- meson.build | 4 +-- webui/package-lock.json | 4 +-- webui/package.json | 2 +- 7 files changed, 40 insertions(+), 9 deletions(-) rename docs/_posts/{2022-10-29-release-v2.5.1.md => 2022-10-30-release-v2.5.2.md} (92%) diff --git a/debian/changelog b/debian/changelog index dbf78b260..63d118e61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +open5gs (2.5.2) unstable; urgency=medium + + * New NF - SCP(Service Communication Proxy) + + -- Sukchan Lee Sun, 30 Oct 2022 14:18:50 +0900 + +open5gs (2.5.2~kinetic) kinetic; urgency=medium + + * New NF - SCP(Service Communication Proxy) + + -- Sukchan Lee Sun, 30 Oct 2022 14:15:19 +0900 + +open5gs (2.5.2~jammy) jammy; urgency=medium + + * New NF - SCP(Service Communication Proxy) + + -- Sukchan Lee Sun, 30 Oct 2022 14:13:53 +0900 + +open5gs (2.5.2~focal) focal; urgency=medium + + * New NF - SCP(Service Communication Proxy) + + -- Sukchan Lee Sun, 30 Oct 2022 14:12:34 +0900 + +open5gs (2.5.2~bionic) bionic; urgency=medium + + * New NF - SCP(Service Communication Proxy) + + -- Sukchan Lee Sun, 30 Oct 2022 14:11:04 +0900 + open5gs (2.5.1) unstable; urgency=medium * New NF - SCP(Service Communication Proxy) diff --git a/docker/webui/Dockerfile b/docker/webui/Dockerfile index 85d0d0158..6f4df1292 100644 --- a/docker/webui/Dockerfile +++ b/docker/webui/Dockerfile @@ -3,7 +3,7 @@ FROM node:19 MAINTAINER Sukchan Lee ARG PACKAGE=open5gs -ARG VERSION=2.5.1 +ARG VERSION=2.5.2 RUN set -e; \ cd /usr/src; \ diff --git a/docs/_posts/2022-10-29-release-v2.5.1.md b/docs/_posts/2022-10-30-release-v2.5.2.md similarity index 92% rename from docs/_posts/2022-10-29-release-v2.5.1.md rename to docs/_posts/2022-10-30-release-v2.5.2.md index 39bc154d5..472f391fd 100644 --- a/docs/_posts/2022-10-29-release-v2.5.1.md +++ b/docs/_posts/2022-10-30-release-v2.5.2.md @@ -1,5 +1,5 @@ --- -title: "v2.5.1 - SCP for Indirect Communication" +title: "v2.5.2 - SCP for Indirect Communication" date: 2022-10-29 12:42:00 +0900 categories: - Release @@ -76,6 +76,7 @@ scp: #### Enhancements - [WebUI/DB] Fixed the WebUI to Support MongoDB 6.0 ([#1824](https://github.com/open5gs/open5gs/issues/1824)) -- [bmeglicit](https://github.com/bmeglicit) +- [NAS] Discard NAS message if integrity is failed ([#1848](https://github.com/open5gs/open5gs/pull/1848)) -- [jmasterfunk84](https://github.com/jmasterfunk84) - [AMF] Support REREGISTRATION_REQUIRED in dereg notify ([#1858](https://github.com/open5gs/open5gs/pull/1858)) -- [mitmitmitm](https://github.com/mitmitmitm) - [SMF] Support Security Indication IE for 5G-SA UP integrity and confidentiality([#1851](https://github.com/open5gs/open5gs/discussions/1851)) -- [irazairspan](https://github.com/irazairspan) - [DBI] Disable Changes Streams with mongo Version ([#1833](https://github.com/open5gs/open5gs/pull/1833)) -- [jmasterfunk84](https://github.com/jmasterfunk84) @@ -91,5 +92,5 @@ scp: - [PFCP] Do not check qos_flow in PFCP Report message ([#1819](https://github.com/open5gs/open5gs/pull/1819)) -- [ssafaorhan](https://github.com/ssafaorhan) - [PFCP] Fixed invalid message of Dropped DL Traffic threshold ([#1817](https://github.com/open5gs/open5gs/pull/1817)) -- [ssafaorhan](https://github.com/ssafaorhan) -Download -- [v2.5.1.tar.gz](https://github.com/open5gs/open5gs/archive/v2.5.1.tar.gz) +Download -- [v2.5.2.tar.gz](https://github.com/open5gs/open5gs/archive/v2.5.2.tar.gz) {: .notice--info} diff --git a/docs/assets/webui/install b/docs/assets/webui/install index 213b70bf2..88232a05f 100644 --- a/docs/assets/webui/install +++ b/docs/assets/webui/install @@ -10,7 +10,7 @@ # PACKAGE="open5gs" -VERSION="2.5.1" +VERSION="2.5.2" print_status() { echo diff --git a/meson.build b/meson.build index caef88cfa..3ae57caa6 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with this program. If not, see . project('open5gs', 'c', 'cpp', - version : '2.5.1', + version : '2.5.2', license : 'AGPL-3.0-or-later', meson_version : '>= 0.43.0', default_options : [ @@ -24,7 +24,7 @@ project('open5gs', 'c', 'cpp', ], ) -libogslib_version = '2.5.1' +libogslib_version = '2.5.2' prefix = get_option('prefix') bindir = join_paths(prefix, get_option('bindir')) diff --git a/webui/package-lock.json b/webui/package-lock.json index 68f0af651..436157434 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,12 +1,12 @@ { "name": "open5gs", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "open5gs", - "version": "2.5.1", + "version": "2.5.2", "license": "AGPL-3.0", "dependencies": { "axios": "^0.27.2", diff --git a/webui/package.json b/webui/package.json index fdd142ba0..f913be060 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,6 +1,6 @@ { "name": "open5gs", - "version": "2.5.1", + "version": "2.5.2", "description": "Open5gs", "main": "index.js", "repository": "https://github.com/open5gs/open5gs/webui",