Skip to content

Commit

Permalink
[ci] Update tag 4.29.0-20250303 in docs and files
Browse files Browse the repository at this point in the history
[skip test]
  • Loading branch information
selenium-ci committed Mar 5, 2025
1 parent 2e07b0c commit cbf8703
Show file tree
Hide file tree
Showing 30 changed files with 295 additions and 295 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.29.0-20250222? Please use the full tag, avoid "latest"
placeholder: 4.29.0-20250303? Please use the full tag, avoid "latest"
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chrome-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
required: false
type: string
default: '20250222'
default: '20250303'
browser-name:
description: 'Browser name to build. E.g: chrome'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-edge-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
required: false
type: string
default: '20250222'
default: '20250303'
browser-name:
description: 'Browser name to build. E.g: edge'
required: true
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 @@ -22,7 +22,7 @@ on:
description: 'Build date in format YYYYMMDD. Must provide if reusing base image'
required: false
type: string
default: '20250222'
default: '20250303'
browser-name:
description: 'Browser name to build. E.g: firefox'
required: true
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.16.1-selenium-grid-20250222
docker pull selenium/keda-metrics-apiserver:2.16.1-selenium-grid-20250222
docker pull selenium/keda-admission-webhooks:2.16.1-selenium-grid-20250222
docker pull selenium/keda:2.16.1-selenium-grid-20250303
docker pull selenium/keda-metrics-apiserver:2.16.1-selenium-grid-20250303
docker pull selenium/keda-admission-webhooks:2.16.1-selenium-grid-20250303
```

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.16.1-selenium-grid-20250222"
tag: "2.16.1-selenium-grid-20250303"
metricsApiServer:
registry: selenium
repository: keda-metrics-apiserver
tag: "2.16.1-selenium-grid-20250222"
tag: "2.16.1-selenium-grid-20250303"
webhooks:
registry: selenium
repository: keda-admission-webhooks
tag: "2.16.1-selenium-grid-20250222"
tag: "2.16.1-selenium-grid-20250303"
```
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.29.0-20250222", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.29.0-20250222", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.29.0-20250222", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
"selenium/standalone-firefox:4.29.0-20250303", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.29.0-20250303", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.29.0-20250303", '{"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.1-20250222"
video-image = "selenium/video:ffmpeg-7.1-20250303"

# 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 cbf8703

Please sign in to comment.