Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-chrome-for-testing-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
browser-versions:
description: 'List browser version to build. E.g: [130, 131]'
required: true
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]'
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]'
push-image:
description: 'Push image after testing successfully'
required: true
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 @@ -31,7 +31,7 @@ on:
browser-versions:
description: 'List browser version to build. E.g: [130, 131]'
required: true
default: '[95, 96, 97, 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]'
default: '[95, 96, 97, 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]'
push-image:
description: 'Push image after testing successfully'
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 @@ -31,7 +31,7 @@ on:
browser-versions:
description: 'List browser version to build. E.g: [130, 131]'
required: true
default: '[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]'
default: '[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]'
push-image:
description: 'Push image after testing successfully'
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 @@ -31,7 +31,7 @@ on:
browser-versions:
description: 'List browser version to build. E.g: [130, 131]'
required: true
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]'
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]'
push-image:
description: 'Push image after testing successfully'
required: true
Expand Down
6 changes: 3 additions & 3 deletions Base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LABEL org.opencontainers.image.source="https://github.com/${AUTHORS}/docker-sele
ARG VERSION
ARG RELEASE=selenium-${VERSION}
# Default value should be aligned with upstream Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/MODULE.bazel)
ARG OPENTELEMETRY_VERSION=latest.release
ARG GRPC_VERSION=latest.release
ARG NETTY_VERSION=latest.release
ARG OPENTELEMETRY_VERSION=1.60.1
ARG GRPC_VERSION=1.80.0
ARG NETTY_VERSION=4.2.12.Final
ARG CS_VERSION=2.1.25-M24
ARG ENVSUBST_VERSION=1.5.1
ARG CURL_VERSION=8.19.0
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
NAME := $(or $(NAME),$(NAME),selenium)
CURRENT_DATE := $(shell date '+%Y%m%d')
BUILD_DATE := $(or $(BUILD_DATE),$(BUILD_DATE),$(CURRENT_DATE))
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.41.0)
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.41.0)
BINDING_VERSION := $(or $(BINDING_VERSION),$(BINDING_VERSION),4.41.0)
BASE_RELEASE := $(or $(BASE_RELEASE),$(BASE_RELEASE),selenium-4.42.0)
BASE_VERSION := $(or $(BASE_VERSION),$(BASE_VERSION),4.42.0)
BINDING_VERSION := $(or $(BINDING_VERSION),$(BINDING_VERSION),4.42.0)
BASE_RELEASE_NIGHTLY := $(or $(BASE_RELEASE_NIGHTLY),$(BASE_RELEASE_NIGHTLY),nightly)
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.42.0-SNAPSHOT)
VERSION := $(or $(VERSION),$(VERSION),4.41.0)
BASE_VERSION_NIGHTLY := $(or $(BASE_VERSION_NIGHTLY),$(BASE_VERSION_NIGHTLY),4.43.0-SNAPSHOT)
VERSION := $(or $(VERSION),$(VERSION),4.42.0)
MVN_SELENIUM_VERSION := $(or $(MVN_SELENIUM_VERSION),$(MVN_SELENIUM_VERSION),latest.release)
TAG_VERSION := $(VERSION)-$(BUILD_DATE)
CHART_VERSION_NIGHTLY := $(or $(CHART_VERSION_NIGHTLY),$(CHART_VERSION_NIGHTLY),1.0.0-nightly)
Expand Down
15 changes: 12 additions & 3 deletions tests/build-backward-compatible/browser-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
matrix:
browser:
'149':
FIREFOX_VERSION: 149.0.2
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
'148':
FIREFOX_VERSION: '148.0'
FIREFOX_VERSION: 148.0.2
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
'147':
FIREFOX_VERSION: 147.0.4
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
CFT_VERSION: 147.0.7727.56
CHROME_VERSION: google-chrome-stable=147.0.7727.55-1
EDGE_VERSION: microsoft-edge-stable=147.0.3912.60-1
'146':
FIREFOX_VERSION: 146.0.1
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
CFT_VERSION: 146.0.7680.165
CHROME_VERSION: google-chrome-stable=146.0.7680.177-1
EDGE_VERSION: microsoft-edge-stable=146.0.3856.97-1
'145':
FIREFOX_VERSION: 145.0.2
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
CFT_VERSION: 145.0.7632.117
CHROME_VERSION: google-chrome-stable=145.0.7632.116-1
EDGE_VERSION: microsoft-edge-stable=145.0.3800.70-1
CHROME_VERSION: google-chrome-stable=145.0.7632.159-1
EDGE_VERSION: microsoft-edge-stable=145.0.3800.97-1
'144':
FIREFOX_VERSION: 144.0.2
FIREFOX_PLATFORMS: linux/amd64,linux/arm64
Expand Down
4 changes: 3 additions & 1 deletion tests/build-backward-compatible/firefox-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
matrix:
browser:
'149':
FIREFOX_VERSION: 149.0.2
'148':
FIREFOX_VERSION: '148.0'
FIREFOX_VERSION: 148.0.2
'147':
FIREFOX_VERSION: 147.0.4
'146':
Expand Down
6 changes: 6 additions & 0 deletions tests/build-backward-compatible/selenium-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ matrix:
BASE_VERSION: 4.35.0-SNAPSHOT
VERSION: 4.35.0-SNAPSHOT
BINDING_VERSION: nightly
4.42.0:
BASE_RELEASE: selenium-4.42.0
BASE_VERSION: 4.42.0
VERSION: 4.42.0
BINDING_VERSION: 4.42.0
browser: []
4.41.0:
BASE_RELEASE: selenium-4.41.0
BASE_VERSION: 4.41.0
Expand Down
Loading