From a7a44ca983d0c56afa6687c5abc1f9d783271878 Mon Sep 17 00:00:00 2001 From: Minh Minh Date: Mon, 25 Dec 2023 16:24:16 +0200 Subject: [PATCH] bump v0.7.1 --- CHANGELOG.md | 4 +++- build/ansible/playbooks/deployment.yml | 2 +- liberator/configuration.py | 2 +- webui/main.go | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bb4797..01fbb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). i.e. `..` ## [Unreleased] - TBA + +## [v0.7.1] - 2023-12-25 - Fix UI access layer #121 - Clean unused pipe in get domain-policy - Set default value for cluster hashmap @@ -27,7 +29,7 @@ i.e. `..` - Enhance config provision method from pre-process/include #132 - Single all-in-one docker image #110 -## [v0.7.0] - 2023-08-027 +## [v0.7.0] - 2023-08-27 - Fix jumps routing table - Update CaptAgent to 6.4.1 - PreAnswer validation diff --git a/build/ansible/playbooks/deployment.yml b/build/ansible/playbooks/deployment.yml index 8f5a3b0..984c682 100644 --- a/build/ansible/playbooks/deployment.yml +++ b/build/ansible/playbooks/deployment.yml @@ -4,7 +4,7 @@ become: true vars: - version: 'v0.7.0' + version: 'v0.7.1' srcdir: '{{inventory_dir|dirname|dirname|dirname|dirname}}' dstdir: /opt/libresbc/{{version}} diff --git a/liberator/configuration.py b/liberator/configuration.py index 02a6c2d..bf581ff 100644 --- a/liberator/configuration.py +++ b/liberator/configuration.py @@ -12,7 +12,7 @@ #----------------------------------------------------------------------------------------------------- _APPLICATION = 'LIBRESBC' _DESCRIPTION = 'Open Source Session Border Controller for Large-Scale Voice Infrastructures' -_SWVERSION = 'v0.7.0' +_SWVERSION = 'v0.7.1' #----------------------------------------------------------------------------------------------------- # LIBRE #----------------------------------------------------------------------------------------------------- diff --git a/webui/main.go b/webui/main.go index 197b2b1..8ddc48d 100644 --- a/webui/main.go +++ b/webui/main.go @@ -89,7 +89,7 @@ func init() { +-+-+-+-+-+-+-+-+ +-+-+-+-+-+ Open Source Session Border Controler - LibreSBC - v0.7.0 + LibreSBC - v0.7.1 Listen %s LibreSBC %s