Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Sync from upstream repo and make changes to stabilize the build process. #55

Merged
merged 85 commits into from
Dec 30, 2023

Conversation

jamesmortensen
Copy link

It's been a few months since syncing changes from upstream, so more work than usual is needed to stabilize the trunk, so changes from upstream's trunk are being handled in this tmp branch and then will be merged into trunk once it's stable.

For #54 we can work on upgrading to Bookworm once we're stable.

Description

The way the Selenium version is updated has changed. It was changed in Base/Dockerfile and now is passed in as an environment variable, so I'm handling that in config.yml as well as the Makefile and build scripts.

Motivation and Context

Normally, syncing is quick and painless, but since some time went by, there's a bit more work involved to stabilize.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Note that Chromium is still not building on newer Selenium versions past 4.10.0, so we may need to stay on Selenium 4.10.0 until #46 is resolved.

luisfcorreia and others added 30 commits September 26, 2023 11:18
* Update Dockerfile

road to 4.13.0

* Update bootstrap.sh

Road to 4.13.0

[deploy]
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@943e742...1467290)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: update base image to use focal  20230624

* fix: update base image to use focal 20230801

---------

Co-authored-by: Diego Molina <[email protected]>
Update ingress.yaml

Co-authored-by: Diego Molina <[email protected]>
…leniumHQ#1973)

fix issue SeleniumHQ#1887: affinity rules

add affinity section to seleniumGrid.podTemplate

Co-authored-by: Diego Molina <[email protected]>
Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.6.0 to 0.8.0.
- [Release notes](https://github.com/ad-m/github-push-action/releases)
- [Commits](ad-m/github-push-action@40bf560...d91a481)

---
updated-dependencies:
- dependency-name: ad-m/github-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.0...v4.7.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Dockerfile

updating ubuntu version

[deploy]
Improve chart templates in section videoRecorder

Signed-off-by: Viet Nguyen Duc <[email protected]>
* Update Dockerfile

* Update bootstrap.sh

[deploy]
…er nodes (SeleniumHQ#1989)

* feat(autoscaling): Unified parameters to set scaled options for browser nodes

Signed-off-by: Viet Nguyen Duc <[email protected]>

* Update value to get from template .fullname

Signed-off-by: Viet Nguyen Duc <[email protected]>

---------

Signed-off-by: Viet Nguyen Duc <[email protected]>
…HQ#1994)

* Add chart parameter ingress.paths to configure custom paths

Signed-off-by: Viet Nguyen Duc <[email protected]>

* SeleniumHQ#1810 Update dafault value for ingress.hostname

Signed-off-by: Viet Nguyen Duc <[email protected]>

* Update chart README for config parameters basicAuth.

Signed-off-by: Viet Nguyen Duc <[email protected]>

---------

Signed-off-by: Viet Nguyen Duc <[email protected]>
Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](helm/chart-releaser-action@v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
VietND96 and others added 28 commits November 30, 2023 10:08
…effect (SeleniumHQ#2044)

* bug(SeleniumHQ#1824): Container ENV SE_NODE_SESSION_TIMEOUT not take effect

Signed-off-by: Viet Nguyen Duc <[email protected]>

* Update helm-chart-test.yml for SNAPSHOT CI build

* Update helm-chart-test.yml for SNAPSHOT CI build

Signed-off-by: Viet Nguyen Duc <[email protected]>

* Revert test

Signed-off-by: Viet Nguyen Duc <[email protected]>

---------

Signed-off-by: Viet Nguyen Duc <[email protected]>
…es (SeleniumHQ#2046)

* test(chart): Parallel tests execution against autoscaling in Kubernetes

Signed-off-by: Viet Nguyen Duc <[email protected]>

* Correct name of ENV var, start with SE_ only

Signed-off-by: Viet Nguyen Duc <[email protected]>

---------

Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.7.1...v4.8.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add build-arg to get version from Makefile

Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.8.0...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ersion and browser_binary_location from upstream. Java package openjdk no longer available in bookworm so replaced with temurin

Co-authored-by: Fried Hoeben <[email protected]>
@jamesmortensen jamesmortensen merged commit c7ef944 into trunk Dec 30, 2023
3 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.