Skip to content

Commit 9e99f2a

Browse files
committed
Update tag in docs and files
1 parent 99c6c72 commit 9e99f2a

21 files changed

+179
-165
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.18.0-20240220? Please use the full tag, avoid "latest"
59+
placeholder: 4.18.1-20240224? Please use the full tag, avoid "latest"
6060
validations:
6161
required: true
6262
- type: input

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.18.0-20240220", '{"browserName": "firefox", "platformName": "linux"}',
6-
"selenium/standalone-chrome:4.18.0-20240220", '{"browserName": "chrome", "platformName": "linux"}',
7-
"selenium/standalone-edge:4.18.0-20240220", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
5+
"selenium/standalone-firefox:4.18.1-20240224", '{"browserName": "firefox", "platformName": "linux"}',
6+
"selenium/standalone-chrome:4.18.1-20240224", '{"browserName": "chrome", "platformName": "linux"}',
7+
"selenium/standalone-edge:4.18.1-20240224", '{"browserName": "MicrosoftEdge", "platformName": "linux"}'
88
]
99

1010
# URL for connecting to the docker daemon
@@ -14,7 +14,7 @@ configs = [
1414
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
1515
url = "http://127.0.0.1:2375"
1616
# Docker image used for video recording
17-
video-image = "selenium/video:ffmpeg-6.1-20240220"
17+
video-image = "selenium/video:ffmpeg-6.1-20240224"
1818

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

README.md

Lines changed: 67 additions & 67 deletions
Large diffs are not rendered by default.

charts/selenium-grid/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## :heavy_check_mark: selenium-grid-0.0.10.28.1
2+
3+
- Chart is using image tag "1.0.0"4.18.1-20240224
4+
- Chart is tested on Kubernetes versions: v1.25.16 v1.26.14 v1.27.11 v1.28.7 v1.29.2
5+
6+
### Added
7+
- feat(chart): option to disable release name prefix in object naming :: Viet Nguyen Duc
8+
9+
### Fixed
10+
- fix(chart): extra scripts can be imported in sub-chart by default :: Viet Nguyen Duc
11+
12+
### Changed
13+
- test(chart): test extra scripts import when import as sub-chart :: Viet Nguyen Duc
14+
115
## :heavy_check_mark: selenium-grid-0.28.0
216

317
- Chart is using image tag 4.18.0-20240220

charts/selenium-grid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: selenium-grid
33
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
44
type: application
55
version: 0.28.1
6-
appVersion: 4.18.0-20240220
6+
appVersion: 4.18.1-20240224
77
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
88
dependencies:
99
- repository: https://kedacore.github.io/charts

charts/selenium-grid/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,9 @@ For now, global configuration supported is:
292292
|-----------------------------------------------|-----------------------|----------------------------------------|
293293
| `global.K8S_PUBLIC_IP` | `""` | Public IP of the host running K8s |
294294
| `global.seleniumGrid.imageRegistry` | `selenium` | Distribution registry to pull images |
295-
| `global.seleniumGrid.imageTag` | `4.18.0-20240220` | Image tag for all selenium components |
296-
| `global.seleniumGrid.nodesImageTag` | `4.18.0-20240220` | Image tag for browser's nodes |
297-
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240220` | Image tag for browser's video recorder |
295+
| `global.seleniumGrid.imageTag` | `4.18.1-20240224` | Image tag for all selenium components |
296+
| `global.seleniumGrid.nodesImageTag` | `4.18.1-20240224` | Image tag for browser's nodes |
297+
| `global.seleniumGrid.videoImageTag` | `ffmpeg-6.1-20240224` | Image tag for browser's video recorder |
298298
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
299299
| `global.seleniumGrid.imagePullSecret` | `""` | Pull secret to be used for all images |
300300
| `global.seleniumGrid.affinity` | `{}` | Affinity assigned globally |
@@ -703,7 +703,7 @@ This table contains the configuration parameters of the chart and their default
703703
| `chromeNode.replicas` | `1` | Number of chrome nodes. Disabled if autoscaling is enabled. |
704704
| `chromeNode.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
705705
| `chromeNode.imageName` | `node-chrome` | Image of chrome nodes |
706-
| `chromeNode.imageTag` | `4.18.0-20240220` | Image of chrome nodes |
706+
| `chromeNode.imageTag` | `4.18.1-20240224` | Image of chrome nodes |
707707
| `chromeNode.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
708708
| `chromeNode.imagePullSecret` | `""` | Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry) |
709709
| `chromeNode.ports` | `[]` | Extra ports list to enable on container (e.g VNC, NoVNC, SSH if any) |
@@ -746,7 +746,7 @@ This table contains the configuration parameters of the chart and their default
746746
| `firefoxNode.replicas` | `1` | Number of firefox nodes. Disabled if autoscaling is enabled. |
747747
| `firefoxNode.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
748748
| `firefoxNode.imageName` | `node-firefox` | Image of firefox nodes |
749-
| `firefoxNode.imageTag` | `4.18.0-20240220` | Image of firefox nodes |
749+
| `firefoxNode.imageTag` | `4.18.1-20240224` | Image of firefox nodes |
750750
| `firefoxNode.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
751751
| `firefoxNode.imagePullSecret` | `""` | Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry) |
752752
| `firefoxNode.ports` | `[]` | Extra ports list to enable on container (e.g VNC, NoVNC, SSH if any) |
@@ -789,7 +789,7 @@ This table contains the configuration parameters of the chart and their default
789789
| `edgeNode.replicas` | `1` | Number of edge nodes. Disabled if autoscaling is enabled. |
790790
| `edgeNode.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
791791
| `edgeNode.imageName` | `node-edge` | Image of edge nodes |
792-
| `edgeNode.imageTag` | `4.18.0-20240220` | Image of edge nodes |
792+
| `edgeNode.imageTag` | `4.18.1-20240224` | Image of edge nodes |
793793
| `edgeNode.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
794794
| `edgeNode.imagePullSecret` | `""` | Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry) |
795795
| `edgeNode.ports` | `[]` | Extra ports list to enable on container (e.g VNC, NoVNC, SSH if any) |
@@ -830,7 +830,7 @@ This table contains the configuration parameters of the chart and their default
830830
| `videoRecorder.enabled` | `false` | Enable video recorder for node |
831831
| `videoRecorder.imageRegistry` | `nil` | Distribution registry to pull the image (this overwrites `.global.seleniumGrid.imageRegistry` value) |
832832
| `videoRecorder.imageName` | `video` | Selenium video recorder image name |
833-
| `videoRecorder.imageTag` | `ffmpeg-6.1-20240220` | Image tag of video recorder |
833+
| `videoRecorder.imageTag` | `ffmpeg-6.1-20240224` | Image tag of video recorder |
834834
| `videoRecorder.imagePullPolicy` | `IfNotPresent` | Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images) |
835835
| `videoRecorder.uploader.enabled` | `false` | Enable the uploader for videos |
836836
| `videoRecorder.uploader.destinationPrefix` | `` | Destination for uploading video file. It is following `rclone` config |

charts/selenium-grid/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ global:
77
# Image registry for all selenium components
88
imageRegistry: selenium
99
# Image tag for all selenium components
10-
imageTag: 4.18.0-20240220
10+
imageTag: 4.18.1-20240224
1111
# Image tag for browser's nodes
12-
nodesImageTag: 4.18.0-20240220
12+
nodesImageTag: 4.18.1-20240224
1313
# Image tag for browser's video recorder
14-
videoImageTag: ffmpeg-6.1-20240220
14+
videoImageTag: ffmpeg-6.1-20240224
1515
# Pull secret for all components, can be overridden individually
1616
imagePullSecret: ""
1717
# Log level for all components. Possible values describe here: https://www.selenium.dev/documentation/grid/configuration/cli_options/#logging
@@ -190,7 +190,7 @@ components:
190190
# Router image name
191191
imageName: router
192192
# Router image tag (this overwrites global.seleniumGrid.imageTag parameter)
193-
# imageTag: 4.18.0-20240220
193+
# imageTag: 4.18.1-20240224
194194

195195
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
196196
imagePullPolicy: IfNotPresent
@@ -252,7 +252,7 @@ components:
252252
# Distributor image name
253253
imageName: distributor
254254
# Distributor image tag (this overwrites global.seleniumGrid.imageTag parameter)
255-
# imageTag: 4.18.0-20240220
255+
# imageTag: 4.18.1-20240224
256256

257257
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
258258
imagePullPolicy: IfNotPresent
@@ -285,7 +285,7 @@ components:
285285
# Event Bus image name
286286
imageName: event-bus
287287
# Event Bus image tag (this overwrites global.seleniumGrid.imageTag parameter)
288-
# imageTag: 4.18.0-20240220
288+
# imageTag: 4.18.1-20240224
289289

290290
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
291291
imagePullPolicy: IfNotPresent
@@ -324,7 +324,7 @@ components:
324324
# Session Map image name
325325
imageName: sessions
326326
# Session Map image tag (this overwrites global.seleniumGrid.imageTag parameter)
327-
# imageTag: 4.18.0-20240220
327+
# imageTag: 4.18.1-20240224
328328

329329
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
330330
imagePullPolicy: IfNotPresent
@@ -355,7 +355,7 @@ components:
355355
# Session Queue image name
356356
imageName: session-queue
357357
# Session Queue image tag (this overwrites global.seleniumGrid.imageTag parameter)
358-
# imageTag: 4.18.0-20240220
358+
# imageTag: 4.18.1-20240224
359359

360360
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
361361
imagePullPolicy: IfNotPresent
@@ -409,7 +409,7 @@ hub:
409409
# Selenium Hub image name
410410
imageName: hub
411411
# Selenium Hub image tag (this overwrites global.seleniumGrid.imageTag parameter)
412-
# imageTag: 4.18.0-20240220
412+
# imageTag: 4.18.1-20240224
413413
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
414414
imagePullPolicy: IfNotPresent
415415
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -581,7 +581,7 @@ chromeNode:
581581
# Image of chrome nodes
582582
imageName: node-chrome
583583
# Image of chrome nodes (this overwrites global.seleniumGrid.nodesImageTag)
584-
# imageTag: 4.18.0-20240220
584+
# imageTag: 4.18.1-20240224
585585
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
586586
imagePullPolicy: IfNotPresent
587587
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -741,7 +741,7 @@ firefoxNode:
741741
# Image of firefox nodes
742742
imageName: node-firefox
743743
# Image of firefox nodes (this overwrites global.seleniumGrid.nodesImageTag)
744-
# imageTag: 4.18.0-20240220
744+
# imageTag: 4.18.1-20240224
745745
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
746746
imagePullPolicy: IfNotPresent
747747
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -899,7 +899,7 @@ edgeNode:
899899
# Image of edge nodes
900900
imageName: node-edge
901901
# Image of edge nodes (this overwrites global.seleniumGrid.nodesImageTag)
902-
# imageTag: 4.18.0-20240220
902+
# imageTag: 4.18.1-20240224
903903
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
904904
imagePullPolicy: IfNotPresent
905905
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)
@@ -1046,7 +1046,7 @@ videoRecorder:
10461046
# Image of video recorder
10471047
imageName: video
10481048
# Image of video recorder
1049-
# imageTag: ffmpeg-6.1-20240220
1049+
# imageTag: ffmpeg-6.1-20240224
10501050
# Image pull policy (see https://kubernetes.io/docs/concepts/containers/images/#updating-images)
10511051
imagePullPolicy: IfNotPresent
10521052
# Image pull secret (see https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)

docker-compose-v2-tracing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- "16686:16686"
1010
- "4317:4317"
1111
chrome:
12-
image: selenium/node-chrome:4.18.0-20240220
12+
image: selenium/node-chrome:4.18.1-20240224
1313
shm_size: 2gb
1414
depends_on:
1515
- selenium-hub
@@ -24,7 +24,7 @@ services:
2424
- "6900:5900"
2525

2626
edge:
27-
image: selenium/node-edge:4.18.0-20240220
27+
image: selenium/node-edge:4.18.1-20240224
2828
shm_size: 2gb
2929
depends_on:
3030
- selenium-hub
@@ -39,7 +39,7 @@ services:
3939
- "6901:5900"
4040

4141
firefox:
42-
image: selenium/node-firefox:4.18.0-20240220
42+
image: selenium/node-firefox:4.18.1-20240224
4343
shm_size: 2gb
4444
depends_on:
4545
- selenium-hub
@@ -54,7 +54,7 @@ services:
5454
- "6902:5900"
5555

5656
selenium-hub:
57-
image: selenium/hub:4.18.0-20240220
57+
image: selenium/hub:4.18.1-20240224
5858
ports:
5959
- "4442:4442"
6060
- "4443:4443"

docker-compose-v2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version: '2'
55
services:
66
chrome:
7-
image: selenium/node-chrome:4.18.0-20240220
7+
image: selenium/node-chrome:4.18.1-20240224
88
shm_size: 2gb
99
depends_on:
1010
- selenium-hub
@@ -16,7 +16,7 @@ services:
1616
- "6900:5900"
1717

1818
edge:
19-
image: selenium/node-edge:4.18.0-20240220
19+
image: selenium/node-edge:4.18.1-20240224
2020
shm_size: 2gb
2121
depends_on:
2222
- selenium-hub
@@ -28,7 +28,7 @@ services:
2828
- "6901:5900"
2929

3030
firefox:
31-
image: selenium/node-firefox:4.18.0-20240220
31+
image: selenium/node-firefox:4.18.1-20240224
3232
shm_size: 2gb
3333
depends_on:
3434
- selenium-hub
@@ -40,7 +40,7 @@ services:
4040
- "6902:5900"
4141

4242
selenium-hub:
43-
image: selenium/hub:4.18.0-20240220
43+
image: selenium/hub:4.18.1-20240224
4444
ports:
4545
- "4442:4442"
4646
- "4443:4443"

docker-compose-v3-basicauth.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version: "3"
55
services:
66
chrome:
7-
image: selenium/node-chrome:4.18.0-20240220
7+
image: selenium/node-chrome:4.18.1-20240224
88
shm_size: 2gb
99
depends_on:
1010
- selenium-hub
@@ -14,7 +14,7 @@ services:
1414
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1515

1616
edge:
17-
image: selenium/node-edge:4.18.0-20240220
17+
image: selenium/node-edge:4.18.1-20240224
1818
shm_size: 2gb
1919
depends_on:
2020
- selenium-hub
@@ -24,7 +24,7 @@ services:
2424
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
2525

2626
firefox:
27-
image: selenium/node-firefox:4.18.0-20240220
27+
image: selenium/node-firefox:4.18.1-20240224
2828
shm_size: 2gb
2929
depends_on:
3030
- selenium-hub
@@ -34,7 +34,7 @@ services:
3434
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
3535

3636
selenium-hub:
37-
image: selenium/hub:4.18.0-20240220
37+
image: selenium/hub:4.18.1-20240224
3838
container_name: selenium-hub
3939
ports:
4040
- "4442:4442"

docker-compose-v3-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version: "3"
55
services:
66
chrome:
7-
image: selenium/node-chrome:4.18.0-20240220
7+
image: selenium/node-chrome:4.18.1-20240224
88
shm_size: 2gb
99
volumes:
1010
- ./selenium_server_deploy.jar:/opt/selenium/selenium-server.jar
@@ -16,7 +16,7 @@ services:
1616
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
1717

1818
edge:
19-
image: selenium/node-edge:4.18.0-20240220
19+
image: selenium/node-edge:4.18.1-20240224
2020
shm_size: 2gb
2121
volumes:
2222
- ./selenium_server_deploy.jar:/opt/selenium/selenium-server.jar
@@ -28,7 +28,7 @@ services:
2828
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
2929

3030
firefox:
31-
image: selenium/node-firefox:4.18.0-20240220
31+
image: selenium/node-firefox:4.18.1-20240224
3232
shm_size: 2gb
3333
volumes:
3434
- ./selenium_server_deploy.jar:/opt/selenium/selenium-server.jar
@@ -40,7 +40,7 @@ services:
4040
- SE_EVENT_BUS_SUBSCRIBE_PORT=4443
4141

4242
selenium-hub:
43-
image: selenium/hub:4.18.0-20240220
43+
image: selenium/hub:4.18.1-20240224
4444
container_name: selenium-hub
4545
volumes:
4646
- ./selenium_server_deploy.jar:/opt/selenium/selenium-server.jar

0 commit comments

Comments
 (0)