From de72ccaf9191e951ff6235ee6da72ce6a4fa7a39 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Mon, 8 Mar 2021 21:55:43 +0900 Subject: [PATCH] Release v2.2.0 --- debian/changelog | 16 +++++++++++-- docs/_posts/2021-03-08-release-v2.2.0.md | 30 ++++++++++++++++++++++++ docs/assets/webui/install | 2 +- 3 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 docs/_posts/2021-03-08-release-v2.2.0.md diff --git a/debian/changelog b/debian/changelog index ad0e1f1c9..a83ea22d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,20 @@ open5gs (2.2.0) unstable; urgency=medium - * New function: NSSF + * DB Schame Changes - -- Sukchan Lee Mon, 08 Mar 2021 14:14:41 +0900 + -- Sukchan Lee Mon, 08 Mar 2021 21:31:35 +0900 + +open5gs (2.2.0~bionic) bionic; urgency=medium + + * DB Schame Changes + + -- Sukchan Lee Mon, 08 Mar 2021 21:30:31 +0900 + +open5gs (2.2.0~focal) focal; urgency=medium + + * DB Schame Changes + + -- Sukchan Lee Mon, 08 Mar 2021 21:29:03 +0900 open5gs (2.1.7) unstable; urgency=medium diff --git a/docs/_posts/2021-03-08-release-v2.2.0.md b/docs/_posts/2021-03-08-release-v2.2.0.md new file mode 100644 index 000000000..843e88222 --- /dev/null +++ b/docs/_posts/2021-03-08-release-v2.2.0.md @@ -0,0 +1,30 @@ +--- +title: "v2.2.0 - DB Schema Changes" +date: 2021-03-08 21:35:00 +0900 +categories: + - Release +tags: + - News + - Release +head_inline: "" +--- + +#### DB Schema Changes +- No backward compatibility. If you are using an old subscription DB, you should change to the new DB schema. + +#### New features +- NSSF(Network Slice Selection Function) is added. +- SMF selection is added. + +#### Enhancement +- [DB] Masking MongoDB credentials when logging ([#827](https://github.com/open5gs/open5gs/pull/827)) -- [cglewis](https://github.com/cglewis) +- [EPC/5GC] Branch name changes from master to main ([#811](https://github.com/open5gs/open5gs/pull/811)) -- [PawelMack](https://github.com/PawelMack) +- [AMF] Cause of UEContextRelaseCommand uses Cause of UEContextReleaseRequest ([#789](https://github.com/open5gs/open5gs/issues/789)) -- [PawelMack](https://github.com/PawelMack) + +#### Bug Fixes +- [SMF] Fix the bug for DataForwardingNotPossible ([31977bf](https://github.com/open5gs/open5gs/commit/31977bf30a396389557c8be0f82cfdfb8152d580)) +- [AMF] Fix the exception handling routine when UE/gNB repeatedly sends NGAP messages ([#804](https://github.com/open5gs/open5gs/issues/804)) -- [strongcourage](https://github.com/strongcourage) + + +Download -- [v2.2.0.tar.gz](https://github.com/open5gs/open5gs/archive/v2.2.0.tar.gz) +{: .notice--info} diff --git a/docs/assets/webui/install b/docs/assets/webui/install index b44686ca8..5e485b2d1 100644 --- a/docs/assets/webui/install +++ b/docs/assets/webui/install @@ -10,7 +10,7 @@ # PACKAGE="open5gs" -VERSION="2.0.0" +VERSION="2.2.0" print_status() { echo