Skip to content

Commit

Permalink
Update tag 4.25.0-20240922 in docs and files
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed Sep 22, 2024
1 parent 4b7deb1 commit ba687ae
Show file tree
Hide file tree
Showing 24 changed files with 183 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body:
attributes:
label: Docker Selenium version (image tag)
description: What version of Docker Selenium are you using?
placeholder: 4.24.0-20240907? Please use the full tag, avoid "latest"
placeholder: 4.25.0-20240922? Please use the full tag, avoid "latest"
validations:
required: true
- type: input
Expand Down
12 changes: 6 additions & 6 deletions .keda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ The stable implementation will be merged to the upstream KEDA repository frequen
Replace the image registry and tag of these KEDA components with the patched image tag:

```bash
docker pull selenium/keda:2.15.1-selenium-grid-20240907
docker pull selenium/keda-metrics-apiserver:2.15.1-selenium-grid-20240907
docker pull selenium/keda-admission-webhooks:2.15.1-selenium-grid-20240907
docker pull selenium/keda:2.15.1-selenium-grid-20240922
docker pull selenium/keda-metrics-apiserver:2.15.1-selenium-grid-20240922
docker pull selenium/keda-admission-webhooks:2.15.1-selenium-grid-20240922
```

Besides that, you also can use image tag `latest` or `nightly`.
Expand All @@ -27,15 +27,15 @@ If you are deploying KEDA core using their official Helm [chart](https://github.
keda:
registry: selenium
repository: keda
tag: "2.15.1-selenium-grid-20240907"
tag: "2.15.1-selenium-grid-20240922"
metricsApiServer:
registry: selenium
repository: keda-metrics-apiserver
tag: "2.15.1-selenium-grid-20240907"
tag: "2.15.1-selenium-grid-20240922"
webhooks:
registry: selenium
repository: keda-admission-webhooks
tag: "2.15.1-selenium-grid-20240907"
tag: "2.15.1-selenium-grid-20240922"
```
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).
Expand Down
8 changes: 4 additions & 4 deletions NodeDocker/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Configs have a mapping between the Docker image to use and the capabilities that need to be matched to
# start a container with the given image.
configs = [
"selenium/standalone-firefox:4.24.0-20240907", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.24.0-20240907", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.24.0-20240907", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
"selenium/standalone-firefox:4.25.0-20240922", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.25.0-20240922", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.25.0-20240922", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
]

# URL for connecting to the docker daemon
Expand All @@ -14,7 +14,7 @@ configs = [
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
url = "http://127.0.0.1:2375"
# Docker image used for video recording
video-image = "selenium/video:ffmpeg-7.0.2-20240907"
video-image = "selenium/video:ffmpeg-7.0.2-20240922"

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

0 comments on commit ba687ae

Please sign in to comment.