Skip to content

Commit 5827995

Browse files
committed
[ci] Update tag 4.32.0-20250515 in docs and files
[skip test]
1 parent 88991ee commit 5827995

38 files changed

+303
-303
lines changed

.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.32.0-20250505? Please use the full tag, avoid "latest"
59+
placeholder: 4.32.0-20250515? Please use the full tag, avoid "latest"
6060
validations:
6161
required: true
6262
- type: input

.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: '20250505'
25+
default: '20250515'
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: '20250505'
25+
default: '20250515'
2626
browser-name:
2727
description: 'Browser name to build. E.g: edge'
2828
required: true

.github/workflows/release-firefox-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: '20250505'
25+
default: '20250515'
2626
browser-name:
2727
description: 'Browser name to build. E.g: firefox'
2828
required: true

.keda/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The stable implementation will be merged to the upstream KEDA repository frequen
1313
Replace the image registry and tag of these KEDA components with the patched image tag:
1414

1515
```bash
16-
docker pull selenium/keda:2.17.0-selenium-grid-20250505
17-
docker pull selenium/keda-metrics-apiserver:2.17.0-selenium-grid-20250505
18-
docker pull selenium/keda-admission-webhooks:2.17.0-selenium-grid-20250505
16+
docker pull selenium/keda:2.17.1-selenium-grid-20250515
17+
docker pull selenium/keda-metrics-apiserver:2.17.1-selenium-grid-20250515
18+
docker pull selenium/keda-admission-webhooks:2.17.1-selenium-grid-20250515
1919
```
2020

2121
Besides that, you also can use image tag `latest` or `nightly`.
@@ -27,15 +27,15 @@ If you are deploying KEDA core using their official Helm [chart](https://github.
2727
keda:
2828
registry: selenium
2929
repository: keda
30-
tag: "2.17.0-selenium-grid-20250505"
30+
tag: "2.17.1-selenium-grid-20250515"
3131
metricsApiServer:
3232
registry: selenium
3333
repository: keda-metrics-apiserver
34-
tag: "2.17.0-selenium-grid-20250505"
34+
tag: "2.17.1-selenium-grid-20250515"
3535
webhooks:
3636
registry: selenium
3737
repository: keda-admission-webhooks
38-
tag: "2.17.0-selenium-grid-20250505"
38+
tag: "2.17.1-selenium-grid-20250515"
3939
```
4040
4141
If you are deployment Selenium Grid chart with `autoscaling.enabled` is `true` (implies installing KEDA sub-chart), KEDA images registry and tag already set in the `values.yaml`. Refer to list [configuration](../charts/selenium-grid/CONFIGURATION.md).

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SEL_PASSWD := $(or $(SEL_PASSWD),$(SEL_PASSWD),secret)
3030
CHROMIUM_VERSION := $(or $(CHROMIUM_VERSION),$(CHROMIUM_VERSION),latest)
3131
FIREFOX_DOWNLOAD_URL := $(or $(FIREFOX_DOWNLOAD_URL),$(FIREFOX_DOWNLOAD_URL),)
3232
SBOM_OUTPUT := $(or $(SBOM_OUTPUT),$(SBOM_OUTPUT),package_versions.txt)
33-
KEDA_TAG_PREV_VERSION := $(or $(KEDA_TAG_PREV_VERSION),$(KEDA_TAG_PREV_VERSION),2.17.0-selenium-grid)
33+
KEDA_TAG_PREV_VERSION := $(or $(KEDA_TAG_PREV_VERSION),$(KEDA_TAG_PREV_VERSION),2.17.1-selenium-grid)
3434
KEDA_CORE_VERSION := $(or $(KEDA_CORE_VERSION),$(KEDA_CORE_VERSION),2.17.1)
3535
KEDA_TAG_VERSION := $(or $(KEDA_TAG_VERSION),$(KEDA_TAG_VERSION),2.17.1-selenium-grid)
3636
KEDA_BASED_NAME := $(or $(KEDA_BASED_NAME),$(KEDA_BASED_NAME),ndviet)

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.32.0-20250505", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.32.0-20250505", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.32.0-20250505", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.32.0-20250515", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.32.0-20250515", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.32.0-20250515", '{"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"]
@@ -16,7 +16,7 @@ host-config-keys = ["Dns", "DnsOptions", "DnsSearch", "ExtraHosts", "Binds"]
1616
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1717
url = "http://127.0.0.1:2375"
1818
# Docker image used for video recording
19-
video-image = "selenium/video:ffmpeg-7.1-20250505"
19+
video-image = "selenium/video:ffmpeg-7.1-20250515"
2020

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

0 commit comments

Comments
 (0)