Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ffmpeg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:noble AS builder
ARG FFMPEG_VERSION="8.0"
ARG RCLONE_VER="v1.71.0"
ARG RCLONE_VER="v1.71.1"
ARG GO_VERSION="latest"
#ARG GO_CRYPTO_VERSION="v0.36.0"
#ARG GO_OAUTH2_VERSION="v0.27.0"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/helm-chart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- k8s-version: 'v1.34.1'
cluster: 'minikube'
helm-version: 'v3.18.6'
docker-version: '28.3.3'
docker-version: '28.4.0'
python-version: '3.9'
test-upgrade: true
service-mesh: false
Expand All @@ -72,7 +72,7 @@ jobs:
- k8s-version: 'v1.28.15'
cluster: 'minikube'
helm-version: 'v3.13.3'
docker-version: '26.1.4'
docker-version: '27.5.1'
python-version: '3.10'
test-upgrade: true
service-mesh: true
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- k8s-version: 'v1.31.12'
cluster: 'minikube'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
docker-version: '27.5.1'
python-version: '3.13'
test-upgrade: true
service-mesh: false
Expand All @@ -112,7 +112,7 @@ jobs:
- k8s-version: 'v1.32.9'
cluster: 'minikube'
helm-version: 'v3.17.4'
docker-version: '26.1.4'
docker-version: '27.5.1'
python-version: '3.10'
test-upgrade: true
service-mesh: false
Expand All @@ -122,7 +122,7 @@ jobs:
- k8s-version: 'v1.33.5'
cluster: 'minikube'
helm-version: 'v3.18.6'
docker-version: '26.1.4'
docker-version: '27.5.1'
python-version: '3.10'
test-upgrade: true
service-mesh: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/k8s-scaling-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- k8s-version: 'v1.34.1'
cluster: 'minikube'
helm-version: 'v3.18.6'
docker-version: '28.3.3'
docker-version: '28.4.0'
python-version: '3.10'
os: ubuntu-22.04
test-strategy: test_k8s_autoscaling_job_count_strategy_default_with_node_max_sessions
Expand All @@ -102,14 +102,14 @@ jobs:
- k8s-version: 'v1.31.12'
cluster: 'minikube'
helm-version: 'v3.16.4'
docker-version: '27.4.1'
docker-version: '27.5.1'
python-version: '3.13'
os: ubuntu-22.04
test-strategy: test_k8s_autoscaling_deployment_count_with_node_max_sessions
- k8s-version: 'v1.32.9'
cluster: 'minikube'
helm-version: 'v3.17.4'
docker-version: '26.1.4'
docker-version: '27.5.1'
python-version: '3.10'
os: ubuntu-22.04
test-strategy: test_k8s_autoscaling_deployment_count
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-firefox-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
browser-versions:
description: 'List browser version to build. E.g: [130, 131]'
required: true
default: '[98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141]'
default: '[98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142]'
push-image:
description: 'Push image after testing successfully'
required: true
Expand Down
7 changes: 5 additions & 2 deletions tests/build-backward-compatible/browser-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
matrix:
browser:
'143':
FIREFOX_VERSION: 143.0.1
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
'142':
FIREFOX_VERSION: 142.0.1
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
Expand All @@ -9,8 +12,8 @@ matrix:
FIREFOX_VERSION: 141.0.3
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
'140':
EDGE_VERSION: microsoft-edge-stable=140.0.3485.54-1
CHROME_VERSION: google-chrome-stable=140.0.7339.80-1
EDGE_VERSION: microsoft-edge-stable=140.0.3485.94-1
CHROME_VERSION: google-chrome-stable=140.0.7339.207-1
FIREFOX_VERSION: 140.0.4
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
'139':
Expand Down
2 changes: 2 additions & 0 deletions tests/build-backward-compatible/firefox-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
matrix:
browser:
'143':
FIREFOX_VERSION: 143.0.1
'142':
FIREFOX_VERSION: 142.0.1
'141':
Expand Down
Loading