Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 764 Bytes

CHANGELOG.md

File metadata and controls

15 lines (14 loc) · 764 Bytes

0.9.2 (2024-09-13)

  • fix replacement in entrypoint.sh to set the Mediaserver name correctly via --username
  • improve build-locally.sh and add a tag to the docker image with repo:version from .env file

0.9.1 (2024-06-08)

  • update freeswitch to 1.10.11
    • this changes the sofia-sip library requirement to version 1.13.17
  • update aws-sdk-cpp to 1.11.345
  • update gRPC to 1.64.2
  • improve Dockerfile All used versions for this build are now centralized in the .env file
  • improve Dockerfile for sofia-sip and use tag instead of branch
  • update the docker-publish pipeline to read and set the appropriate build args
  • update README and add section of how to build the image locally
  • add bash script build-locally