Skip to content

Commit

Permalink
Update tag in docs and files
Browse files Browse the repository at this point in the history
  • Loading branch information
selenium-ci committed May 5, 2024
1 parent 6d3a8a7 commit 739ebea
Show file tree
Hide file tree
Showing 21 changed files with 195 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
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.20.0-20240425? Please use the full tag, avoid "latest"
placeholder: 4.20.0-20240505? Please use the full tag, avoid "latest"
validations:
required: true
- type: input
Expand Down
8 changes: 4 additions & 4 deletions NodeDocker/config.toml
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.20.0-20240425", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.20.0-20240425", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.20.0-20240425", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
"selenium/standalone-firefox:4.20.0-20240505", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.20.0-20240505", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.20.0-20240505", '{"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-6.1.1-20240425"
video-image = "selenium/video:ffmpeg-6.1.1-20240505"

# Uncomment the following section if you are running the node on a separate VM
# Fill out the placeholders with appropriate values
Expand Down
140 changes: 70 additions & 70 deletions README.md

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions charts/selenium-grid/CHANGELOG.md
@@ -1,3 +1,29 @@
## :heavy_check_mark: selenium-grid-0.30.1

- Chart is using image tag 4.20.0-20240505
- Chart is tested on Kubernetes versions: v1.25.16, v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30.0,
- Chart is tested on Helm versions: v3.10.3, v3.10.3, v3.11.3, v3.12.3, v3.13.3, v3.14.4,

### Added
- [`6d3a8a72`](http://github.com/seleniumhq/docker-selenium/commit/6d3a8a724f7d6909955c263536960eec4e14a4ec) - feat: Video recording with dynamic file name based on metadata in tests (#2249) :: Viet Nguyen Duc

### Fixed
- [`32d0aea8`](http://github.com/seleniumhq/docker-selenium/commit/32d0aea88524f0a7262efba804a4d9dbee555149) - fix(chart): job to cleanup scaled objects run always :: Viet Nguyen Duc
- [`07e13f6c`](http://github.com/seleniumhq/docker-selenium/commit/07e13f6c61ac014271d57d98dfcf1869def06a78) - fix(chart): RBAC settings for job patch finalizers (#2239) :: Viet Nguyen Duc

### Changed
- [`409a46f2`](http://github.com/seleniumhq/docker-selenium/commit/409a46f232c74f55b9b6b9e4f93e15853bf80bfa) - chore(deps): update helm release kube-prometheus-stack to v58.4.0 (#2248) :: renovate[bot]
- [`6e859e0b`](http://github.com/seleniumhq/docker-selenium/commit/6e859e0b95a75798500666a6e56eac3170b651d2) - chore(deps): update helm release jaeger to v3.0.6 (#2246) :: renovate[bot]
- [`8fcc44b0`](http://github.com/seleniumhq/docker-selenium/commit/8fcc44b0b503670e8a3265a69efd983f060d27ad) - chore(deps): update helm release keda to v2.14.2 (#2244) :: renovate[bot]
- [`b0799353`](http://github.com/seleniumhq/docker-selenium/commit/b07993539f78587a30db04680ae46464de06eec1) - update: Rollback FFmpeg v6.1.1 (#2247) :: Viet Nguyen Duc
- [`b279999a`](http://github.com/seleniumhq/docker-selenium/commit/b279999a26e1d50086d382622782a8725edaab23) - chore(deps): update helm release kube-prometheus-stack to v58.3.3 (#2240) :: renovate[bot]
- [`322741e9`](http://github.com/seleniumhq/docker-selenium/commit/322741e9537a7dc6fd8af926cae533b54a813146) - chore(deps): update helm release kube-prometheus-stack to v58.3.0 (#2238) :: renovate[bot]
- [`0762e873`](http://github.com/seleniumhq/docker-selenium/commit/0762e873b583c4ad3241b2311e50b8a95c1d288f) - chore(deps): update helm release kube-prometheus-stack to v58.2.2 (#2211) :: renovate[bot]
- [`4631baa5`](http://github.com/seleniumhq/docker-selenium/commit/4631baa5d27951992bf2565e509d475dafbd499a) - chore(deps): update helm release jaeger to v3.0.4 (#2219) :: renovate[bot]
- [`96550ead`](http://github.com/seleniumhq/docker-selenium/commit/96550eadc93e63f4883c8b3a15069867c919a62e) - chore(deps): update helm release ingress-nginx to v4.10.1 (#2230) :: renovate[bot]
- [`67099bbe`](http://github.com/seleniumhq/docker-selenium/commit/67099bbe1cb000e62bdae3491aed02b09db02179) - chore(deps): update helm release keda to v2.14.1 (#2234) :: renovate[bot]
- [`fe7c16cc`](http://github.com/seleniumhq/docker-selenium/commit/fe7c16cc8d0310283b65f9ef03a96d2e5850a9e5) - chore(deps): update helm release keda to v2.14.0 (#2226) :: renovate[bot]

## :heavy_check_mark: selenium-grid-0.30.0

- Chart is using image tag 4.20.0-20240425
Expand Down
4 changes: 2 additions & 2 deletions charts/selenium-grid/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: selenium-grid
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
type: application
version: 0.30.0
appVersion: 4.20.0-20240425
version: 0.30.1
appVersion: 4.20.0-20240505
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
dependencies:
- repository: https://kedacore.github.io/charts
Expand Down
14 changes: 7 additions & 7 deletions charts/selenium-grid/README.md
Expand Up @@ -303,9 +303,9 @@ For now, global configuration supported is:
|------------------------------------------------|-------------------------|------------------------------------------|
| `global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s |
| `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images |
| `global.seleniumGrid.imageTag` | `4.20.0-20240425` | Image tag for all selenium components |
| `global.seleniumGrid.nodesImageTag` | `4.20.0-20240425` | Image tag for browser's nodes |
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1.1-20240425` | Image tag for browser's video recorder |
| `global.seleniumGrid.imageTag` | `4.20.0-20240505` | Image tag for all selenium components |
| `global.seleniumGrid.nodesImageTag` | `4.20.0-20240505` | Image tag for browser's nodes |
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1.1-20240505` | Image tag for browser's video recorder |
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
| `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally |
Expand Down Expand Up @@ -718,7 +718,7 @@ This table contains the configuration parameters of the chart and their default
| `chromeNode.replicas` | `1` | Number of chrome nodes. Disabled if autoscaling is enabled. |
| `chromeNode.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
| `chromeNode.imageName` | `node-chrome` | Image of chrome nodes |
| `chromeNode.imageTag` | `4.20.0-20240425` | Image of chrome nodes |
| `chromeNode.imageTag` | `4.20.0-20240505` | Image of chrome nodes |
| `chromeNode.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
| `chromeNode.imagePullSecret` | `""` | Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry) |
| `chromeNode.ports` | `[]` | Extra ports list to enable on container (e.g VNC, NoVNC, SSH if any) |
Expand Down Expand Up @@ -761,7 +761,7 @@ This table contains the configuration parameters of the chart and their default
| `firefoxNode.replicas` | `1` | Number of firefox nodes. Disabled if autoscaling is enabled. |
| `firefoxNode.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
| `firefoxNode.imageName` | `node-firefox` | Image of firefox nodes |
| `firefoxNode.imageTag` | `4.20.0-20240425` | Image of firefox nodes |
| `firefoxNode.imageTag` | `4.20.0-20240505` | Image of firefox nodes |
| `firefoxNode.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
| `firefoxNode.imagePullSecret` | `""` | Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry) |
| `firefoxNode.ports` | `[]` | Extra ports list to enable on container (e.g VNC, NoVNC, SSH if any) |
Expand Down Expand Up @@ -804,7 +804,7 @@ This table contains the configuration parameters of the chart and their default
| `edgeNode.replicas` | `1` | Number of edge nodes. Disabled if autoscaling is enabled. |
| `edgeNode.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
| `edgeNode.imageName` | `node-edge` | Image of edge nodes |
| `edgeNode.imageTag` | `4.20.0-20240425` | Image of edge nodes |
| `edgeNode.imageTag` | `4.20.0-20240505` | Image of edge nodes |
| `edgeNode.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
| `edgeNode.imagePullSecret` | `""` | Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry) |
| `edgeNode.ports` | `[]` | Extra ports list to enable on container (e.g VNC, NoVNC, SSH if any) |
Expand Down Expand Up @@ -845,7 +845,7 @@ This table contains the configuration parameters of the chart and their default
| `videoRecorder.enabled` | `false` | Enable video recorder for node |
| `videoRecorder.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
| `videoRecorder.imageName` | `video` | Selenium video recorder image name |
| `videoRecorder.imageTag` | `ffmpeg-6.1.1-20240425` | Image tag of video recorder |
| `videoRecorder.imageTag` | `ffmpeg-6.1.1-20240505` | Image tag of video recorder |
| `videoRecorder.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
| `videoRecorder.uploader.enabled` | `false` | Enable the uploader for videos |
| `videoRecorder.uploader.destinationPrefix` | `` | Destination for uploading video file. It is following `rclone` config |
Expand Down
26 changes: 13 additions & 13 deletions charts/selenium-grid/values.yaml
Expand Up @@ -7,11 +7,11 @@ global:
# Image registry for all selenium components
imageRegistry: selenium
# Image tag for all selenium components
imageTag: 4.20.0-20240425
imageTag: 4.20.0-20240505
# Image tag for browser's nodes
nodesImageTag: 4.20.0-20240425
nodesImageTag: 4.20.0-20240505
# Image tag for browser's video recorder
videoImageTag: ffmpeg-6.1.1-20240425
videoImageTag: ffmpeg-6.1.1-20240505
# kubectl image is used to execute kubectl commands in utility jobs
kubectlImage: bitnami/kubectl:latest
# Pull secret for all components, can be overridden individually
Expand Down Expand Up @@ -232,7 +232,7 @@ components:
# Router image name
imageName: router
# Router image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505

# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -296,7 +296,7 @@ components:
# Distributor image name
imageName: distributor
# Distributor image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505

# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -331,7 +331,7 @@ components:
# Event Bus image name
imageName: event-bus
# Event Bus image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505

# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -370,7 +370,7 @@ components:
# Session Map image name
imageName: sessions
# Session Map image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505

# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -401,7 +401,7 @@ components:
# Session Queue image name
imageName: session-queue
# Session Queue image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505

# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -453,7 +453,7 @@ hub:
# Selenium Hub image name
imageName: hub
# Selenium Hub image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
Expand Down Expand Up @@ -639,7 +639,7 @@ chromeNode:
# Image of chrome nodes
imageName: node-chrome
# Image of chrome nodes (this overwrites global.seleniumGrid.nodesImageTag)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
Expand Down Expand Up @@ -800,7 +800,7 @@ firefoxNode:
# Image of firefox nodes
imageName: node-firefox
# Image of firefox nodes (this overwrites global.seleniumGrid.nodesImageTag)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
Expand Down Expand Up @@ -959,7 +959,7 @@ edgeNode:
# Image of edge nodes
imageName: node-edge
# Image of edge nodes (this overwrites global.seleniumGrid.nodesImageTag)
# imageTag: 4.20.0-20240425
# imageTag: 4.20.0-20240505
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
Expand Down Expand Up @@ -1107,7 +1107,7 @@ videoRecorder:
# Image of video recorder
imageName: video
# Image of video recorder
# imageTag: ffmpeg-6.1.1-20240425
# imageTag: ffmpeg-6.1.1-20240505
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
Expand Down
8 changes: 4 additions & 4 deletions docker-compose-v2-tracing.yml
Expand Up @@ -9,7 +9,7 @@ services:
- "16686:16686"
- "4317:4317"
chrome:
image: selenium/node-chrome:4.20.0-20240425
image: selenium/node-chrome:4.20.0-20240505
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -24,7 +24,7 @@ services:
- "6900:5900"

edge:
image: selenium/node-edge:4.20.0-20240425
image: selenium/node-edge:4.20.0-20240505
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -39,7 +39,7 @@ services:
- "6901:5900"

firefox:
image: selenium/node-firefox:4.20.0-20240425
image: selenium/node-firefox:4.20.0-20240505
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -54,7 +54,7 @@ services:
- "6902:5900"

selenium-hub:
image: selenium/hub:4.20.0-20240425
image: selenium/hub:4.20.0-20240505
ports:
- "4442:4442"
- "4443:4443"
Expand Down

0 comments on commit 739ebea

Please sign in to comment.