35 Commits

Author SHA1 Message Date
GitHub Actions
6f1486493a Revert "Bump version to 3.6.0"
This reverts commit 885cac991b7a26801b85b99286352d19233cd1ca.
2026-03-06 10:45:29 +00:00
GitHub Actions
885cac991b Bump version to 3.6.0 2026-03-06 10:45:26 +00:00
cruizba
df4adc52a3 openvidu-deployment: Pin tool versions in cloud deployment scripts
- yq: v4.44.5 → v4.52.4 (AWS + GCP)
- aws-cli: unversioned → 2.34.0 (AWS)
- cfn-bootstrap: latest → 2.0-38 (AWS)
- azure-cli: InstallAzureCLIDeb → 2.83.0 via versioned apt (Azure)
- google-cloud-cli: unversioned → 558.0.0 (GCP)
2026-03-02 16:45:35 +01:00
cruizba
0894097546 openvidu-deployment: fix install command URL to use the pro version for single node deployments
It was working thanks to the flag `--deployment-type=single-node-pro`, but the script should point to `/pro` instead of `/community`
2026-02-10 17:12:02 +01:00
cruizba
969077e755 openvidu-deployment: Update health check endpoint in deployment scripts
- Changed health check URL from http://localhost:7880 to http://localhost:7880/health/caddy in multiple deployment configurations for GCP, AWS, and Azure.

With new rules of redirection `http://localhost:7880` redirects to `/meet`. It is more stable to check the node by asking `http://localhost:7880/health/caddy`
2026-02-05 13:16:31 +01:00
cruizba
c43b3e86e3 openvidu-deployment: azure - Use main domain for TURN - Remove TURN server configuration parameters and related logic from deployment templates 2026-01-27 22:41:33 +01:00
GitHub Actions
d82d8b061a Revert "Bump version to 3.5.0"
This reverts commit 21906c971ec3d6e9dc70776ae13758900326fe88.
2025-12-29 12:59:15 +00:00
GitHub Actions
21906c971e Bump version to 3.5.0 2025-12-29 12:59:11 +00:00
cruizba
5ba3e912c9 openvidu-deployment: Azure & GCP - certificate handling to accept base64 encoded certificates directly
- Updated the OpenVidu deployment scripts for GCP and Azure to eliminate the need for downloading and converting certificate files.
- Modified variable descriptions to specify that public and private certificates should be provided in base64 format.
- Adjusted the installation scripts to use the provided base64 encoded certificates directly for both OpenVidu and TURN server configurations.
2025-12-23 22:11:16 +01:00
cruizba
11dcafd904 openvidu-deployment: Add Dpkg::Lock::Timeout configuration to prevent apt-get lock issues
- Added "DPkg::Lock::Timeout \"-1\";" configuration to various installation scripts across GCP, AWS, and Azure deployments to prevent apt-get lock timeout issues during package installations.
2025-12-16 12:49:50 +01:00
cruizba
aa08432ea8 openvidu-deployment: Azure - Fix wrong sku and offer for ubuntu 24 2025-12-02 20:04:38 +01:00
cruizba
75fc732c69 openvidu-deployment: Refactor Azure VM size parameters for OpenVidu deployment ARM support. 2025-12-02 19:21:16 +01:00
cruizba
0cfc342153 openvidu-deployment: Azure - Add ARM64 instance types and update Ubuntu to ubuntu 24 2025-12-02 18:29:44 +01:00
GitHub Actions
6ac6e1f2de Revert "Bump version to 3.4.1"
This reverts commit 6b9e9da2f13dac1d4bcf3cdeb3150659e968554c.
2025-10-13 16:57:47 +00:00
GitHub Actions
6b9e9da2f1 Bump version to 3.4.1 2025-10-13 16:57:44 +00:00
GitHub Actions
a0e156e42c Revert "Bump version to 3.4.0"
This reverts commit 0fd048d030263ffd5e4c8bc62155f39bc3887325.
2025-10-01 16:29:16 +00:00
GitHub Actions
0fd048d030 Bump version to 3.4.0 2025-10-01 16:29:13 +00:00
cruizba
9755cd6753 openvidu-deployment: azure - single-node-pro & elastic & ha - Fix store_secret.sh script for empty secrets 2025-09-16 19:17:20 +02:00
cruizba
522e0338da openvidu-deployment: azure - single node pro & elastic & ha - add parameters for initial Meet admin user and API key with validation 2025-09-16 17:52:10 +02:00
cruizba
45b7ef4284 openvidu-deployment: single node - azure - Remove unnecessary letsenctypt logic 2025-09-11 18:23:01 +02:00
cruizba
bc247b8090 openvidu-deployment: Update initial admin user credentials in deployment scripts
- Changed the initial admin username for OpenVidu Meet from "meetadmin" to "admin" in AWS, Azure Bicep, and JSON deployment files.
2025-09-11 14:40:49 +02:00
cruizba
7821f3a75d openvidu-deployment: cleanup aws and azure unnecessary code 2025-09-09 22:26:41 +02:00
cruizba
c1e916adc2 openvidu-deployment: single node pro & elastic - azure - refactor public IP retrieval to use Azure CLI and update related scripts 2025-09-09 22:04:33 +02:00
cruizba
5cf8a32190 openvidu-deployment: single-node-pro - azure - Allow empty domains withj sslip 2025-09-07 19:56:14 +02:00
cruizba
679447a4df openvidu-deployment: Update cloud deployments:
- Bump Bicep version from 0.36.1 to 0.37.4 and update template hash.
- Modify install script to include new parameters for Meet module: MEET_INITIAL_ADMIN_USER, MEET_INITIAL_ADMIN_PASSWORD, and MEET_INITIAL_API_KEY.
2025-08-28 13:58:03 +02:00
cruizba
98c7e3f751 openvidu-deployment: Build azure bicep of Single Node - PRO 2025-07-20 22:56:50 +02:00
cruizba
16ec1f3920 openvidu-deployment: Replace Default App (OpenVidu Call) with OpenVidu Meet in Single Node Pro 2025-07-20 22:23:19 +02:00
GitHub Actions
99c787c4f5 Revert "Bump version to 3.3.0"
This reverts commit 2083c078fd1b27e882a930cdb388994ba45f134c.
2025-06-26 20:02:58 +00:00
GitHub Actions
2083c078fd Bump version to 3.3.0 2025-06-26 20:02:55 +00:00
Piwccle
76a6f6c301 openvidu-deployment: azure - Add support for additional install flags in all the deployments 2025-06-18 16:26:50 +02:00
Piwccle
206a51baf7 openvidu-deployment: azure - added scripts to delete media node if fails 2025-06-10 10:56:50 +02:00
GitHub Actions
9beb8b435a Revert "Bump version to 3.2.0"
This reverts commit 26b790bfd865e5a17b466d5e4d1e6dfa991cb78f.
2025-06-04 15:01:06 +00:00
GitHub Actions
26b790bfd8 Bump version to 3.2.0 2025-06-04 15:01:02 +00:00
Piwccle
4aa8739ee8 openvidu-deployment: compiled all .bicep and fixed roles 2025-05-29 17:43:37 +02:00
Piwccle
e7e1a39e05 openvidu-deployment: added Openvidu Single Node PRO and added v2compatibility modules in HA and Elastic deployments 2025-05-29 15:58:41 +02:00