Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release #31

Merged
merged 3 commits into from
Jul 16, 2024
Merged

Prepare release #31

merged 3 commits into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. 🔧(livekit) use server instance deployed on a VM

    Deploying LiveKit on Kubernetes is quite challenging when using a private cloud provider.
    @rouja faced some issues while configuring the exposed port necessary for the
    STUN and TURN servers to work when the user is connected to a network behind a firewall.
    
    @rouja deployed quickly a temporary LiveKit instance on a VM with its own STUN and
    TURN servers to avoid using the Google infrastructure.
    lebaudantoine committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1271d8d View commit details
    Browse the repository at this point in the history
  2. 🗃️(backend) squash migrations before going to production

    While refactoring 'Impress' to introduce features from 'Magnify',
    few unnecessary changes were traced in the database migrations.
    Do some clean up before releasing a first version in production.
    lebaudantoine committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f368ea6 View commit details
    Browse the repository at this point in the history
  3. 🔖(frontend) align frontend tag to v.0.1.0

    Align frontend version with other project's parts (e.g. backend, mail, etc.)
    lebaudantoine committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0190337 View commit details
    Browse the repository at this point in the history