diff --git a/charts/selenium-grid/CHANGELOG.md b/charts/selenium-grid/CHANGELOG.md index c2c0ebd00f..1372152ff3 100644 --- a/charts/selenium-grid/CHANGELOG.md +++ b/charts/selenium-grid/CHANGELOG.md @@ -1,3 +1,20 @@ +## :heavy_check_mark: selenium-grid-0.36.4 + +- Chart is using image tag 4.25.0-20241010 +- Chart is tested on Kubernetes versions: v1.25.16, v1.26.15, v1.27.16, v1.28.14, v1.29.9, v1.30.5, v1.31.1, +- Chart is tested on container runtime Docker versions: 24.0.9, 24.0.9, 24.0.9, 24.0.9, 25.0.5, 26.1.4, 27.2.0, +- Chart is tested on Helm versions: v3.10.3, v3.11.3, v3.12.3, v3.13.3, v3.14.3, v3.15.4, v3.16.1, + +### Fixed +- [`ec01d2f5`](http://github.com/seleniumhq/docker-selenium/commit/ec01d2f5fe22a3ba0932b4e095a083585abbc134) - fix: bash avoiding newline when Base64 encoding a long string (#2437) :: Viet Nguyen Duc + +### Changed +- [`022c35f6`](http://github.com/seleniumhq/docker-selenium/commit/022c35f68f825540f6cde72f5c0d379b54156e29) - chore(deps): update helm release keda to v2.15.2 (#2433) :: renovate[bot] +- [`36ba1870`](http://github.com/seleniumhq/docker-selenium/commit/36ba1870f113aba414a08dd1211d5fc5409ff370) - Update chart 0.36.3 changelog [skip ci] :: Selenium CI Bot + +### Experimental +- Selenium Grid Scaler implementation preview. [README](https://github.com/seleniumhq/docker-selenium/tree/trunk/.keda/README.md) + ## :heavy_check_mark: selenium-grid-0.36.3 - Chart is using image tag 4.25.0-20241010 diff --git a/charts/selenium-grid/CONFIGURATION.md b/charts/selenium-grid/CONFIGURATION.md index b415a6da2e..ebc0b95bf2 100644 --- a/charts/selenium-grid/CONFIGURATION.md +++ b/charts/selenium-grid/CONFIGURATION.md @@ -1,6 +1,6 @@ # selenium-grid -![Version: 0.36.3](https://img.shields.io/badge/Version-0.36.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.25.0-20241010](https://img.shields.io/badge/AppVersion-4.25.0--20241010-informational?style=flat-square) +![Version: 0.36.4](https://img.shields.io/badge/Version-0.36.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.25.0-20241010](https://img.shields.io/badge/AppVersion-4.25.0--20241010-informational?style=flat-square) A Helm chart for creating a Selenium Grid Server in Kubernetes diff --git a/charts/selenium-grid/Chart.yaml b/charts/selenium-grid/Chart.yaml index 299aa7d8a6..464a9d08da 100644 --- a/charts/selenium-grid/Chart.yaml +++ b/charts/selenium-grid/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: selenium-grid description: A Helm chart for creating a Selenium Grid Server in Kubernetes type: application -version: 0.36.3 +version: 0.36.4 appVersion: 4.25.0-20241010 icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png dependencies: diff --git a/charts/selenium-grid/README.md b/charts/selenium-grid/README.md index c3e51f6ddb..1d63e72670 100644 --- a/charts/selenium-grid/README.md +++ b/charts/selenium-grid/README.md @@ -51,7 +51,7 @@ This chart enables the creation of a Selenium Grid Server in Kubernetes. ## Introduction We offer a Helm chart to simplify the deployment of Selenium Grid Docker images to Kubernetes. -- Table of chart configuration is available in [CONFIGURATION](CONFIGURATION.md). +- Table of chart configuration is available in [CONFIGURATION](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/CONFIGURATION.md). - Chart changes are tracked in [CHANGELOG](CHANGELOG.md). - Sanity/Regression tests for the chart features are tracked in [TESTING](TESTING.md). - There are some reference values file that used to test and deploy Selenium Grid chart. You can find them in [tests/charts/refValues](../../tests/charts/refValues) and [tests/charts/ci](../../tests/charts/ci). @@ -318,7 +318,7 @@ Refer to below section [Configuration of Secure Communication] for more details ### Configuration global -Check out list [configuration](CONFIGURATION.md) with config key start with `global.` for more details. +Check out list [configuration](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/CONFIGURATION.md) with config key start with `global.` for more details. #### Configuration `global.K8S_PUBLIC_IP` @@ -875,7 +875,7 @@ Read more: [vendors](https://opentelemetry.io/ecosystem/vendors/) native support ### Configuration of Selenium Grid chart -Check out list [configuration](CONFIGURATION.md) parameter of chart and their default values for more details. +Check out list [configuration](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/CONFIGURATION.md) parameter of chart and their default values for more details. ### Configuration of KEDA @@ -898,13 +898,13 @@ values with the prefix `jaeger`. See https://github.com/jaegertracing/helm-chart You can configure the Selenium Hub with config key starts with `hub.`. -Check out list [configuration](CONFIGURATION.md) parameter of chart and their default values for more details. +Check out list [configuration](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/CONFIGURATION.md) parameter of chart and their default values for more details. ### Configuration for isolated components If you implement selenium-grid with separate components (`isolateComponents: true`), you can configure all components via config key starts with `components.` -Check out list [configuration](CONFIGURATION.md) parameter of chart and their default values for more details. +Check out list [configuration](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/CONFIGURATION.md) parameter of chart and their default values for more details. --- See how to customize a helm chart installation in the [Helm Docs](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing) for more information.