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
6f5ba1d533
openvidu-deployment: Skip aws-cli installation if already present
...
Nvidia Deep Learning AMIs come with AWS CLI pre-installed, causing
the install script to fail under set -e. Check for existing aws-cli
before attempting installation.
2026-02-28 00:37:17 +01:00
cruizba
17de091cfe
openvidu-deployment: Add missing instance types to AllowedValues in CloudFormation templates
...
Add Graviton families (c8gd, m8gd, r6g, r6gd, r7g, r7gd, r8g) and
GPU/Nvidia families (g4dn, g5, g5g, g6, g6e, g6f, g7e, gr6, gr6f,
p4d, p4de, p5, p5e, p5en, p6-b200, p6-b300, p6e-gb200) that were
referenced in Conditions (IsGraviton/IsNvidia) but missing from the
AllowedValues parameter selectors.
2026-02-27 18:49:34 +01:00
cruizba
c4673170b4
openvidu-deployment: Add missing Graviton instances, Nvidia GPU instances, and Nvidia driver AMI selection
...
- Add missing Graviton/ARM instance families to CloudFormation conditions:
r6g, r6gd, r7g, r7gd, r8g, c8gd, m8gd
- Add Nvidia GPU instance detection conditions (IsNvidia/IsMasterNodeNvidia/
IsMediaNodeNvidia) for families: g4dn, g5, g5g, g6, g6e, g6f, gr6, gr6f,
g7e, p4d, p4de, p5, p5e, p5en, p6-b200, p6-b300, p6e-gb200
- Use Ubuntu Deep Learning AMIs with pre-installed Nvidia drivers when a
GPU instance type is selected, choosing arm64 or x86_64 variant based
on the Graviton condition
2026-02-27 18:16:13 +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
617c642215
openvidu-deployment: aws - Use main domain for TURN - Remove TURN server configuration parameters and related logic from deployment templates
2026-01-27 16:37:33 +01:00
cruizba
4a5afac382
openvidu-deployment: AWS - Update EBS volume type from gp2 to gp3 in CloudFormation templates
2026-01-15 17:55:52 +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
bcad387fe4
openvidu-deployment: AWS - update OperatingSystem description for clarity across deployment templates
2025-12-23 20:22:53 +01:00
cruizba
cb266952b7
openvidu-deployment: AWS - Use base64 for owned certificates instead of http URLs
2025-12-23 19:35:00 +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
352fa03b0a
openvidu-deployment: AWS - Support for ARM64 instances
2025-12-01 20:36:57 +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
5c6d8984c2
openvidu-deployment: aws - fix LaunchTemplate reference to use LaunchTemplateId
2025-09-25 15:39:41 +02:00
cruizba
bd3a835ce9
openvidu-deployment: aws - Fix Launch template reference
2025-09-25 15:25:19 +02:00
cruizba
418372367e
openvidu-deployment: aws - Fix single node cloudformation to be able to deploy more than one stack in the same region.
2025-09-25 15:13:21 +02:00
cruizba
4fef8d73d4
openvidu-deployment: aws - Initial Meet api key fixes. Fix redirect 80 to 443 in HA
2025-09-15 22:51:57 +02:00
cruizba
2908391eee
openvidu-deployment: add parameters for initial Meet admin user and API key with validation
2025-09-15 12:30:04 +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
88b8ac1e9e
openvidu-deployment: single node - Clarify CertificateType descriptions for better understanding
2025-09-07 01:19:37 +02:00
cruizba
b549fdba51
openvidu-deployment: single node & elastic - reorganize parameter groups
2025-09-06 21:44:34 +02:00
cruizba
591a8845fa
openvidu-deployment: Improve cfn-bootstrap installation by detecting Ubuntu version in CloudFormation templates
2025-09-06 20:41:39 +02:00
cruizba
3b13910a06
openvidu-deployment: Missing LIVEKIT_URL to secret updates for improved WebSocket connection
2025-09-02 17:30:50 +02:00
cruizba
8f0db18c4b
openvidu-deployment: single-node - community UX improvements. Create EIP if domain is not defined.
2025-09-02 12:01:54 +02:00
cruizba
cf498ee9d5
openvidu-deployment: single-node - community Remove letsencrypt email and use sslip.io if domain is not defined
2025-09-02 01:11:37 +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
9e0034dfac
openvidu-deployment: Replace Default App (OpenVidu Call) with OpenVidu Meet
2025-07-18 21:53:32 +02:00
cruizba
61fbf9850b
Add TCP port rules for WebRTC traffic on port 7881 and 50000-60000 across multiple deployment configurations
2025-07-11 21:33:05 +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
cruizba
237ebe1d59
openvidu-deployment: Add "Additional Installer Flag"
2025-06-13 19:20:25 +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
GitHub Actions
b10bc5f8c6
Revert "Bump version to 3.2.0-dev1"
...
This reverts commit a9e727fd517616d8d37e15a7106aa6173629a6fa.
2025-05-26 14:34:37 +00:00
GitHub Actions
a9e727fd51
Bump version to 3.2.0-dev1
2025-05-26 14:34:34 +00:00
cruizba
9e04d59b61
Add openvidu-deployment scripts
2025-04-22 11:46:24 +02:00