Skip to content
Merged

2.7.1 #162

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,10 @@ jobs:
body: ${{ steps.release_info.outputs.summary }}
draft: false
prerelease: false

trigger-deployment:
runs-on: ubuntu-latest
steps:
- name: Trigger Deployment
run: |
curl -X POST -d {} ${{ secrets.BUILD_HOOK }}
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
## v2.7.0
_Released on 2026-03-07_

null
### Docker Images
Use one of these commands to pull the Docker image:

2.7.0: Pulling from yogasw/beo-echo
17a39c0ba978: Pulling fs layer
54ab7447443f: Pulling fs layer
ea8fa7f060e7: Pulling fs layer
30a3baed9575: Pulling fs layer
e6fcbe581216: Pulling fs layer
470afa5181a9: Pulling fs layer
647c4686a929: Pulling fs layer
30a3baed9575: Waiting
e6fcbe581216: Waiting
470afa5181a9: Waiting
647c4686a929: Waiting
54ab7447443f: Verifying Checksum
54ab7447443f: Download complete
17a39c0ba978: Download complete
ea8fa7f060e7: Verifying Checksum
ea8fa7f060e7: Download complete
17a39c0ba978: Pull complete
54ab7447443f: Pull complete
470afa5181a9: Verifying Checksum
470afa5181a9: Download complete
30a3baed9575: Verifying Checksum
30a3baed9575: Download complete
e6fcbe581216: Verifying Checksum
e6fcbe581216: Download complete
647c4686a929: Verifying Checksum
647c4686a929: Download complete
ea8fa7f060e7: Pull complete
30a3baed9575: Pull complete
e6fcbe581216: Pull complete
470afa5181a9: Pull complete
647c4686a929: Pull complete
Digest: sha256:227c333284d271cac90453d03fc7621f2eadbdec7cded540b39d5650a4570074
Status: Downloaded newer image for ghcr.io/yogasw/beo-echo:2.7.0
ghcr.io/yogasw/beo-echo:2.7.0
latest: Pulling from yogasw/beo-echo
Digest: sha256:227c333284d271cac90453d03fc7621f2eadbdec7cded540b39d5650a4570074
Status: Downloaded newer image for ghcr.io/yogasw/beo-echo:latest
ghcr.io/yogasw/beo-echo:latest

---
*This summary was automatically generated by Gemini AI*

## v2.6.1
_Released on 2025-11-11_

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.1