Skip to content

Commit 79838b6

Browse files
authored
[build] Update Selenium Grid 4.43.0 (#3127)
[skip ci] Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
1 parent 312af17 commit 79838b6

5 files changed

Lines changed: 16 additions & 10 deletions

File tree

.github/workflows/release-chrome-for-testing-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
browser-versions:
3232
description: 'List browser version to build. E.g: [130, 131]'
3333
required: true
34-
default: '[113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147]'
34+
default: '[113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148]'
3535
push-image:
3636
description: 'Push image after testing successfully'
3737
required: true

.github/workflows/release-firefox-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
browser-versions:
3232
description: 'List browser version to build. E.g: [130, 131]'
3333
required: true
34-
default: '[98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149]'
34+
default: '[98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150]'
3535
push-image:
3636
description: 'Push image after testing successfully'
3737
required: true

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
NAME := $(or $(NAME),$(NAME),selenium)
22
CURRENT_DATE := $(shell date '+%Y%m%d')
33
BUILD_DATE := $(or $(BUILD_DATE),$(BUILD_DATE),$(CURRENT_DATE))
4-
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.42.0)
5-
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.42.0)
6-
BINDING_VERSION := $(or $(BINDING_VERSION),$(BINDING_VERSION),4.42.0)
4+
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.43.0)
5+
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.43.0)
6+
BINDING_VERSION := $(or $(BINDING_VERSION),$(BINDING_VERSION),4.43.0)
77
BASE_RELEASE_NIGHTLY := $(or $(BASE_RELEASE_NIGHTLY),$(BASE_RELEASE_NIGHTLY),nightly)
8-
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.43.0-SNAPSHOT)
9-
VERSION := $(or $(VERSION),$(VERSION),4.42.0)
8+
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.44.0-SNAPSHOT)
9+
VERSION := $(or $(VERSION),$(VERSION),4.43.0)
1010
MVN_SELENIUM_VERSION := $(or $(MVN_SELENIUM_VERSION),$(MVN_SELENIUM_VERSION),latest.release)
1111
TAG_VERSION := $(VERSION)-$(BUILD_DATE)
1212
CHART_VERSION_NIGHTLY := $(or $(CHART_VERSION_NIGHTLY),$(CHART_VERSION_NIGHTLY),1.0.0-nightly)

tests/build-backward-compatible/browser-matrix.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
matrix:
22
browser:
3+
'150':
4+
FIREFOX_VERSION: 150.0.1
5+
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
36
'149':
47
FIREFOX_VERSION: 149.0.2
58
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
69
'148':
710
FIREFOX_VERSION: 148.0.2
811
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
12+
CFT_VERSION: 148.0.7778.56
913
'147':
1014
FIREFOX_VERSION: 147.0.4
1115
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
12-
CFT_VERSION: 147.0.7727.56
13-
CHROME_VERSION: google-chrome-stable=147.0.7727.55-1
14-
EDGE_VERSION: microsoft-edge-stable=147.0.3912.60-1
16+
CFT_VERSION: 147.0.7727.117
17+
CHROME_VERSION: google-chrome-stable=147.0.7727.116-1
18+
EDGE_VERSION: microsoft-edge-stable=147.0.3912.86-1
1519
'146':
1620
FIREFOX_VERSION: 146.0.1
1721
FIREFOX_PLATFORMS: linux/amd64,linux/arm64

tests/build-backward-compatible/firefox-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
matrix:
22
browser:
3+
'150':
4+
FIREFOX_VERSION: 150.0.1
35
'149':
46
FIREFOX_VERSION: 149.0.2
57
'148':

0 commit comments

Comments
 (0)