Skip to content

Commit de18ad9

Browse files
committed
chart: update version 0.36.4
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent ec01d2f commit de18ad9

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

charts/selenium-grid/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## :heavy_check_mark: selenium-grid-0.36.4
2+
3+
- Chart is using image tag 4.25.0-20241010
4+
- 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,
5+
- 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,
6+
- 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,
7+
8+
### Fixed
9+
- [`ec01d2f5`](http://github.com/seleniumhq/docker-selenium/commit/ec01d2f5fe22a3ba0932b4e095a083585abbc134) - fix: bash avoiding newline when Base64 encoding a long string (#2437) :: Viet Nguyen Duc
10+
11+
### Changed
12+
- [`022c35f6`](http://github.com/seleniumhq/docker-selenium/commit/022c35f68f825540f6cde72f5c0d379b54156e29) - chore(deps): update helm release keda to v2.15.2 (#2433) :: renovate[bot]
13+
- [`36ba1870`](http://github.com/seleniumhq/docker-selenium/commit/36ba1870f113aba414a08dd1211d5fc5409ff370) - Update chart 0.36.3 changelog [skip ci] :: Selenium CI Bot
14+
15+
### Experimental
16+
- Selenium Grid Scaler implementation preview. [README](https://github.com/seleniumhq/docker-selenium/tree/trunk/.keda/README.md)
17+
118
## :heavy_check_mark: selenium-grid-0.36.3
219

320
- Chart is using image tag 4.25.0-20241010

charts/selenium-grid/CONFIGURATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# selenium-grid
22

3-
![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)
3+
![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)
44

55
A Helm chart for creating a Selenium Grid Server in Kubernetes
66

charts/selenium-grid/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: selenium-grid
33
description: A Helm chart for creating a Selenium Grid Server in Kubernetes
44
type: application
5-
version: 0.36.3
5+
version: 0.36.4
66
appVersion: 4.25.0-20241010
77
icon: https://github.com/SeleniumHQ/docker-selenium/raw/trunk/logo.png
88
dependencies:

charts/selenium-grid/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This chart enables the creation of a Selenium Grid Server in Kubernetes.
5151
## Introduction
5252

5353
We offer a Helm chart to simplify the deployment of Selenium Grid Docker images to Kubernetes.
54-
- Table of chart configuration is available in [CONFIGURATION](CONFIGURATION.md).
54+
- Table of chart configuration is available in [CONFIGURATION](https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/CONFIGURATION.md).
5555
- Chart changes are tracked in [CHANGELOG](CHANGELOG.md).
5656
- Sanity/Regression tests for the chart features are tracked in [TESTING](TESTING.md).
5757
- 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
318318
319319
### Configuration global
320320
321-
Check out list [configuration](CONFIGURATION.md) with config key start with `global.` for more details.
321+
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.
322322

323323
#### Configuration `global.K8S_PUBLIC_IP`
324324

@@ -875,7 +875,7 @@ Read more: [vendors](https://opentelemetry.io/ecosystem/vendors/) native support
875875

876876
### Configuration of Selenium Grid chart
877877

878-
Check out list [configuration](CONFIGURATION.md) parameter of chart and their default values for more details.
878+
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.
879879

880880
### Configuration of KEDA
881881

@@ -898,13 +898,13 @@ values with the prefix `jaeger`. See https://github.com/jaegertracing/helm-chart
898898

899899
You can configure the Selenium Hub with config key starts with `hub.`.
900900

901-
Check out list [configuration](CONFIGURATION.md) parameter of chart and their default values for more details.
901+
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.
902902

903903
### Configuration for isolated components
904904

905905
If you implement selenium-grid with separate components (`isolateComponents: true`), you can configure all components via config key starts with `components.`
906906

907-
Check out list [configuration](CONFIGURATION.md) parameter of chart and their default values for more details.
907+
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.
908908

909909
---
910910
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.

0 commit comments

Comments
 (0)