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 Mar 28, 2024
1 parent 2d45a5a commit 5b5f17a
Show file tree
Hide file tree
Showing 21 changed files with 187 additions and 168 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.18.1-20240224? Please use the full tag, avoid "latest"
placeholder: 4.19.0-20240328? 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.18.1-20240224", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.18.1-20240224", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.18.1-20240224", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
"selenium/standalone-firefox:4.19.0-20240328", '{"browserName": "firefox", "platformName": "linux"}',
"selenium/standalone-chrome:4.19.0-20240328", '{"browserName": "chrome", "platformName": "linux"}',
"selenium/standalone-edge:4.19.0-20240328", '{"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-20240224"
video-image = "selenium/video:ffmpeg-6.1-20240328"

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

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions charts/selenium-grid/CHANGELOG.md
@@ -1,3 +1,22 @@
## :heavy_check_mark: selenium-grid-0.29.0

- Chart is using image tag 4.19.0-20240328
- Chart is tested on Kubernetes versions: v1.25.16, v1.26.15, v1.27.12, v1.28.8, v1.29.3,
- Chart is tested on Helm versions: v3.10.3, v3.11.3, v3.12.3, v3.13.3, v3.14.3,

### Added
- [`fed2e1c6`](http://github.com/seleniumhq/docker-selenium/commit/fed2e1c6a0489584b6cc8af8bbd04b37815007d2) - feat(chart): enable automatic browser leftovers cleanup in chart :: Viet Nguyen Duc
- [`2eca4bbe`](http://github.com/seleniumhq/docker-selenium/commit/2eca4bbea12157928fdc3cd14decd2503456670b) - feat(chart): Configure fixed-sized thread pool for the Distributor in autoscaling :: Viet Nguyen Duc
- [`97941f86`](http://github.com/seleniumhq/docker-selenium/commit/97941f86643a0f3238f8fdb0c72b83d01fe430f0) - feat(chart): Configure fixed-sized thread pool for the Distributor to create new sessions :: Viet Nguyen Duc

### Fixed
- [`6f03eb1d`](http://github.com/seleniumhq/docker-selenium/commit/6f03eb1d06ac9d7e60f5912f5986e8a4eabc4049) - fix(chart): accessing .Values in templates (#2174) :: Maxim Manuylov
- [`db915980`](http://github.com/seleniumhq/docker-selenium/commit/db9159801c087b75031fb5ecacd368fdae54f3d4) - fix(chart): remove duplicate annotation (#2167) :: Mårten Svantesson

### Changed
- [`5a231077`](http://github.com/seleniumhq/docker-selenium/commit/5a2310778c03877043cdc585dc2265a976c21e9b) - docs: update rclone configs in sample :: Viet Nguyen Duc
- [`3c6015c0`](http://github.com/seleniumhq/docker-selenium/commit/3c6015c03f31121b2ece62ebbc925bbf88a4d67d) - Update tag in docs and files :: Selenium CI Bot

## :heavy_check_mark: selenium-grid-0.28.4

- Chart is using image tag 4.18.1-20240224
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.28.4
appVersion: 4.18.1-20240224
version: 0.29.0
appVersion: 4.19.0-20240328
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.18.1-20240224` | Image tag for all selenium components |
| `global.seleniumGrid.nodesImageTag` | `4.18.1-20240224` | Image tag for browser's nodes |
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240224` | Image tag for browser's video recorder |
| `global.seleniumGrid.imageTag` | `4.19.0-20240328` | Image tag for all selenium components |
| `global.seleniumGrid.nodesImageTag` | `4.19.0-20240328` | Image tag for browser's nodes |
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240328` | 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 @@ -717,7 +717,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.18.1-20240224` | Image of chrome nodes |
| `chromeNode.imageTag` | `4.19.0-20240328` | 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 @@ -760,7 +760,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.18.1-20240224` | Image of firefox nodes |
| `firefoxNode.imageTag` | `4.19.0-20240328` | 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 @@ -803,7 +803,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.18.1-20240224` | Image of edge nodes |
| `edgeNode.imageTag` | `4.19.0-20240328` | 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 @@ -844,7 +844,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-20240224` | Image tag of video recorder |
| `videoRecorder.imageTag` | `ffmpeg-6.1-20240328` | 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.18.1-20240224
imageTag: 4.19.0-20240328
# Image tag for browser's nodes
nodesImageTag: 4.18.1-20240224
nodesImageTag: 4.19.0-20240328
# Image tag for browser's video recorder
videoImageTag: ffmpeg-6.1-20240224
videoImageTag: ffmpeg-6.1-20240328
# Pull secret for all components, can be overridden individually
imagePullSecret: ""
# Log level for all components. Possible values describe here: https://www.selenium.dev/documentation/grid/configuration/cli_options/#logging
Expand Down Expand Up @@ -200,7 +200,7 @@ components:
# Router image name
imageName: router
# Router image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.18.1-20240224
# imageTag: 4.19.0-20240328

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

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

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

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

# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -421,7 +421,7 @@ hub:
# Selenium Hub image name
imageName: hub
# Selenium Hub image tag (this overwrites global.seleniumGrid.imageTag parameter)
# imageTag: 4.18.1-20240224
# imageTag: 4.19.0-20240328
# 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 @@ -598,7 +598,7 @@ chromeNode:
# Image of chrome nodes
imageName: node-chrome
# Image of chrome nodes (this overwrites global.seleniumGrid.nodesImageTag)
# imageTag: 4.18.1-20240224
# imageTag: 4.19.0-20240328
# 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 @@ -759,7 +759,7 @@ firefoxNode:
# Image of firefox nodes
imageName: node-firefox
# Image of firefox nodes (this overwrites global.seleniumGrid.nodesImageTag)
# imageTag: 4.18.1-20240224
# imageTag: 4.19.0-20240328
# 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 @@ -918,7 +918,7 @@ edgeNode:
# Image of edge nodes
imageName: node-edge
# Image of edge nodes (this overwrites global.seleniumGrid.nodesImageTag)
# imageTag: 4.18.1-20240224
# imageTag: 4.19.0-20240328
# 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 @@ -1066,7 +1066,7 @@ videoRecorder:
# Image of video recorder
imageName: video
# Image of video recorder
# imageTag: ffmpeg-6.1-20240224
# imageTag: ffmpeg-6.1-20240328
# 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.18.1-20240224
image: selenium/node-chrome:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -24,7 +24,7 @@ services:
- "6900:5900"

edge:
image: selenium/node-edge:4.18.1-20240224
image: selenium/node-edge:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -39,7 +39,7 @@ services:
- "6901:5900"

firefox:
image: selenium/node-firefox:4.18.1-20240224
image: selenium/node-firefox:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -54,7 +54,7 @@ services:
- "6902:5900"

selenium-hub:
image: selenium/hub:4.18.1-20240224
image: selenium/hub:4.19.0-20240328
ports:
- "4442:4442"
- "4443:4443"
Expand Down
8 changes: 4 additions & 4 deletions docker-compose-v2.yml
Expand Up @@ -4,7 +4,7 @@
version: '2'
services:
chrome:
image: selenium/node-chrome:4.18.1-20240224
image: selenium/node-chrome:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -16,7 +16,7 @@ services:
- "6900:5900"

edge:
image: selenium/node-edge:4.18.1-20240224
image: selenium/node-edge:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -28,7 +28,7 @@ services:
- "6901:5900"

firefox:
image: selenium/node-firefox:4.18.1-20240224
image: selenium/node-firefox:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -40,7 +40,7 @@ services:
- "6902:5900"

selenium-hub:
image: selenium/hub:4.18.1-20240224
image: selenium/hub:4.19.0-20240328
ports:
- "4442:4442"
- "4443:4443"
Expand Down
8 changes: 4 additions & 4 deletions docker-compose-v3-basicauth.yml
Expand Up @@ -4,7 +4,7 @@
version: "3"
services:
chrome:
image: selenium/node-chrome:4.18.1-20240224
image: selenium/node-chrome:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -14,7 +14,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

edge:
image: selenium/node-edge:4.18.1-20240224
image: selenium/node-edge:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -24,7 +24,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

firefox:
image: selenium/node-firefox:4.18.1-20240224
image: selenium/node-firefox:4.19.0-20240328
shm_size: 2gb
depends_on:
- selenium-hub
Expand All @@ -34,7 +34,7 @@ services:
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443

selenium-hub:
image: selenium/hub:4.18.1-20240224
image: selenium/hub:4.19.0-20240328
container_name: selenium-hub
ports:
- "4442:4442"
Expand Down

0 comments on commit 5b5f17a

Please sign in to comment.