Skip to content

Commit afa75cd

Browse files
committed
[ci] Update tag 4.44.0-20260505 in docs and files
[skip test]
1 parent 8d3b971 commit afa75cd

52 files changed

Lines changed: 384 additions & 378 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ body:
5656
attributes:
5757
label: Docker Selenium version (image tag)
5858
description: What version of Docker Selenium are you using?
59-
placeholder: 4.43.0-20260404? Please use the full tag, avoid "latest"
59+
placeholder: 4.44.0-20260505? Please use the full tag, avoid "latest"
6060
validations:
6161
required: true
6262
- type: input

.github/workflows/release-chrome-for-testing-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20260404'
25+
default: '20260505'
2626
browser-name:
2727
description: 'Browser name to build. E.g: chrome-for-testing'
2828
required: true
@@ -31,7 +31,7 @@ on:
3131
browser-versions:
3232
description: 'List browser version to build. E.g: [130, 131]'
3333
required: true
34-
default: '[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, 143, 144, 145, 146, 147, 148]'
34+
default: '[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, 143, 144, 145, 146, 147, 148, 149]'
3535
push-image:
3636
description: 'Push image after testing successfully'
3737
required: true

.github/workflows/release-chrome-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20260404'
25+
default: '20260505'
2626
browser-name:
2727
description: 'Browser name to build. E.g: chrome'
2828
required: true

.github/workflows/release-edge-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20260404'
25+
default: '20260505'
2626
browser-name:
2727
description: 'Browser name to build. E.g: edge'
2828
required: true

.github/workflows/release-firefox-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
2323
required: false
2424
type: string
25-
default: '20260404'
25+
default: '20260505'
2626
browser-name:
2727
description: 'Browser name to build. E.g: firefox'
2828
required: true
@@ -31,7 +31,7 @@ on:
3131
browser-versions:
3232
description: 'List browser version to build. E.g: [130, 131]'
3333
required: true
34-
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, 143, 144, 145, 146, 147, 148, 149, 150]'
34+
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, 143, 144, 145, 146, 147, 148, 149, 150, 151]'
3535
push-image:
3636
description: 'Push image after testing successfully'
3737
required: true

.monitoring/exporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/beorn7/perks v1.0.1 // indirect
99
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1010
github.com/klauspost/compress v1.18.6 // indirect
11-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
11+
github.com/munnerz/goautoneg v0.0.0-2.19.010083416-a7dc8b61c822 // indirect
1212
github.com/prometheus/client_model v0.6.2 // indirect
1313
github.com/prometheus/common v0.67.5 // indirect
1414
github.com/prometheus/procfs v0.20.1 // indirect

.monitoring/exporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/klauspost/compress v1.18.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXD
1010
github.com/klauspost/compress v1.18.6/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
1111
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
1212
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
13-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
14-
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
13+
github.com/munnerz/goautoneg v0.0.0-2.19.010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
14+
github.com/munnerz/goautoneg v0.0.0-2.19.010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
1515
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1616
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1717
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=

NodeDocker/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
33
# start a container with the given image.
44
configs = [
5-
"selenium/standalone-firefox:4.43.0-20260404", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.43.0-20260404", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.43.0-20260404", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.44.0-20260505", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.44.0-20260505", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.44.0-20260505", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99
# Share configs of volumes, DNS, extra hosts between node-docker and node browser containers
1010
host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
@@ -17,7 +17,7 @@ host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
1717
url = "http://127.0.0.1:2375"
1818
# Docker image used for video recording (set to "false" to disable. Recommend to use new browser
1919
# image tag which has video recorder/uploader inline).
20-
# video-image = "selenium/video:ffmpeg-8.1-20260404"
20+
# video-image = "selenium/video:ffmpeg-8.1-20260505"
2121

2222
# Uncomment the following section if you are running the node on a separate VM
2323
# Fill out the placeholders with appropriate values

NodeKubernetes/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Configs have a mapping between the container image to use and the capabilities
33
# that need to be matched to start a K8s Job with the given image.
44
configs = [
5-
"selenium/standalone-firefox:4.43.0-20260404", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chromium:4.43.0-20260404", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.43.0-20260404", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.44.0-20260505", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chromium:4.44.0-20260505", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.44.0-20260505", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99

1010
# ConfigMap template mode: prefix an entry with "configmap:" to load a full K8s Job
@@ -19,7 +19,7 @@ configs = [
1919

2020
# Docker image used for video recording (set to "false" to disable. Recommend to use new browser
2121
# image tag which has video recorder/uploader inline).
22-
# video-image = "selenium/video:ffmpeg-8.1-20260404"
22+
# video-image = "selenium/video:ffmpeg-8.1-20260505"
2323

2424
# Session assets path — when the Node Pod has a PVC mounted at this path,
2525
# browser Jobs automatically share it for video/logs/capabilities persistence

0 commit comments

Comments
 (0)