diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 76ab6870..5a1499bf 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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 }} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1d1385..5b90ce54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_ diff --git a/VERSION b/VERSION index 24ba9a38..860487ca 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 +2.7.1