Skip to content

Commit

Permalink
minor update v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hnimminh committed Sep 26, 2021
1 parent ebb3cdd commit e7dd883
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
i.e. `<Major version>.<Minor version>.<Patch version>`

## [Unreleased] - TBA

## [v0.5.8] - 2021-09-26
- Fix #30 Inconsistent socket secret
- Fix #31 Gateway not reload if previous reloaded
- Fix #32 Consolidate sip profile
Expand Down
8 changes: 7 additions & 1 deletion build/ansible/inventories/staging/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@
sbcs:
hosts:
hazabusa:
ansible_host: 188.166.185.82
ansible_host: !vault |
$ANSIBLE_VAULT;1.1;AES256
31626663303333663838303834333564313361333436643936303461303163623631396537366538
3235363539336137356266646439366335333162313636610a393261343637393239363438643066
34393836316433623631396438636330333239643538383035623833373534636134383035343538
6636373961363838320a383165373735393765643664333637363639623661653737646336663563
6566
nodeid: hazabusa
vars:
homer: null
Expand Down
2 changes: 1 addition & 1 deletion build/ansible/playbooks/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
become: true

vars:
version: '0.5.7'
version: '0.5.8'
srcdir: '{{inventory_dir|dirname|dirname|dirname|dirname}}'
dstdir: /opt/libresbc/{{version}}

Expand Down

0 comments on commit e7dd883

Please sign in to comment.