Closed renovate[bot] closed 2 weeks ago
**Action:** Test Selenium Grid on Kubernetes / Test K8s (v1.30.6, job_hostname, minikube, v3.15.4, 26.1.4, true, false) |
**Failed stage:** [Verify chart configuration up-to-date](https://github.com/SeleniumHQ/docker-selenium/actions/runs/11702079389/job/32594110931) [❌] |
**Failed test name:** lint_readme_charts |
**Failure summary:**
The action failed due to the following reasons:make lint_readme_charts command failed with an error, indicating that there are new changes in the chart that require updating the README files. The error message suggests running make generate_readme_charts to update them.make command execution. |
Relevant error logs:```yaml 1: ##[group]Operating System 2: Ubuntu ... 167: [36;1mfi[0m 168: [36;1m[0m 169: [36;1m# Option: Remove large packages[0m 170: [36;1m# REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh[0m 171: [36;1m[0m 172: [36;1mif [[ false == 'true' ]]; then[0m 173: [36;1m BEFORE=$(getAvailableSpace)[0m 174: [36;1m [0m 175: [36;1m sudo apt-get remove -y '^aspnetcore-.*' || echo "::warning::The command [sudo apt-get remove -y '^aspnetcore-.*'] failed to complete successfully. Proceeding..."[0m 176: [36;1m sudo apt-get remove -y '^dotnet-.*' --fix-missing || echo "::warning::The command [sudo apt-get remove -y '^dotnet-.*' --fix-missing] failed to complete successfully. Proceeding..."[0m 177: [36;1m sudo apt-get remove -y '^llvm-.*' --fix-missing || echo "::warning::The command [sudo apt-get remove -y '^llvm-.*' --fix-missing] failed to complete successfully. Proceeding..."[0m 178: [36;1m sudo apt-get remove -y 'php.*' --fix-missing || echo "::warning::The command [sudo apt-get remove -y 'php.*' --fix-missing] failed to complete successfully. Proceeding..."[0m 179: [36;1m sudo apt-get remove -y '^mongodb-.*' --fix-missing || echo "::warning::The command [sudo apt-get remove -y '^mongodb-.*' --fix-missing] failed to complete successfully. Proceeding..."[0m 180: [36;1m sudo apt-get remove -y '^mysql-.*' --fix-missing || echo "::warning::The command [sudo apt-get remove -y '^mysql-.*' --fix-missing] failed to complete successfully. Proceeding..."[0m 181: [36;1m sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing || echo "::warning::The command [sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri --fix-missing] failed to complete successfully. Proceeding..."[0m 182: [36;1m sudo apt-get remove -y google-cloud-sdk --fix-missing || echo "::debug::The command [sudo apt-get remove -y google-cloud-sdk --fix-missing] failed to complete successfully. Proceeding..."[0m 183: [36;1m sudo apt-get remove -y google-cloud-cli --fix-missing || echo "::debug::The command [sudo apt-get remove -y google-cloud-cli --fix-missing] failed to complete successfully. Proceeding..."[0m 184: [36;1m sudo apt-get autoremove -y || echo "::warning::The command [sudo apt-get autoremove -y] failed to complete successfully. Proceeding..."[0m 185: [36;1m sudo apt-get clean || echo "::warning::The command [sudo apt-get clean] failed to complete successfully. Proceeding..."[0m ... 542: with: 543: timeout_minutes: 10 544: max_attempts: 3 545: command: make setup_dev_env 546: 547: retry_wait_seconds: 10 548: polling_interval_seconds: 1 549: warning_on_retry: true 550: continue_on_error: false ... 1058: go: downloading golang.org/x/crypto v0.21.0 1059: go: downloading golang.org/x/text v0.14.0 1060: go: downloading github.com/subosito/gotenv v1.4.2 1061: go: downloading github.com/hashicorp/hcl v1.0.0 1062: go: downloading gopkg.in/ini.v1 v1.67.0 1063: go: downloading github.com/magiconair/properties v1.8.7 1064: go: downloading github.com/pelletier/go-toml/v2 v2.0.8 1065: go: downloading github.com/mitchellh/reflectwalk v1.0.2 1066: go: downloading github.com/pkg/errors v0.9.1 ... 1069: helm-docs [flags] 1070: Flags: 1071: -b, --badge-style string badge style to use for charts (default "flat-square") 1072: -c, --chart-search-root string directory to search recursively within for charts (default ".") 1073: -g, --chart-to-generate strings List of charts that will have documentation generated. Comma separated, no space. Empty list - generate for all charts in chart-search-root 1074: -u, --document-dependency-values For charts with dependencies, include the dependency values in the chart values documentation 1075: -y, --documentation-strict-ignore-absent strings A comma separate values which are allowed not to be documented in strict mode (default [service.type,image.repository,image.tag]) 1076: -z, --documentation-strict-ignore-absent-regex strings A comma separate values which are allowed not to be documented in strict mode (default [.*service\.type,.*image\.repository,.*image\.tag]) 1077: -x, --documentation-strict-mode Fail the generation of docs if there are undocumented values 1078: -d, --dry-run don't actually render any markdown files just print to stdout passed 1079: -h, --help help for helm-docs 1080: -i, --ignore-file string The filename to use as an ignore file to exclude chart directories (default ".helmdocsignore") 1081: --ignore-non-descriptions ignore values without a comment, this values will not be included in the README 1082: -l, --log-level string Level of logs that should printed, one of (panic, fatal, error, warning, info, debug, trace) (default "info") ... 1270: if [ $EXIT_CODE -ne 0 ]; then \ 1271: echo "New changes in chart. Please run 'make generate_readme_charts' to update them." ; \ 1272: exit $EXIT_CODE ; \ 1273: fi ; \ 1274: exit $EXIT_CODE 1275: charts/selenium-grid/CONFIGURATION.md | 2 +- 1276: 1 file changed, 1 insertion(+), 1 deletion(-) 1277: New changes in chart. Please run 'make generate_readme_charts' to update them. 1278: make: *** [Makefile:88: lint_readme_charts] Error 1 1279: ##[error]Process completed with exit code 2. ... 1294: SERVICE_MESH: false 1295: pythonLocation: /opt/hostedtoolcache/Python/3.11.10/x64 1296: PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.10/x64/lib/pkgconfig 1297: Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64 1298: Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64 1299: Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64 1300: LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.10/x64/lib 1301: ##[endgroup] 1302: ##[error]Input required and not supplied: path ... 1400: [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 1401: flag provided but not defined: -variables 1402: Usage: envsubst [options...] 1403: Options: 1404: -i Specify file input, otherwise use last argument as input file. 1405: If no input file is specified, read from stdin. 1406: -o Specify file output. If none is specified, write to stdout. 1407: -no-digit Do not replace variables starting with a digit. e.g. $1 and ${1} 1408: -no-unset Fail if a variable is not set. 1409: -no-empty Fail if a variable is set but empty. 1410: -fail-fast Fail on first error otherwise display all failures if restrictions are set. ... 1414: [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 1415: flag provided but not defined: -variables 1416: Usage: envsubst [options...] 1417: Options: 1418: -i Specify file input, otherwise use last argument as input file. 1419: If no input file is specified, read from stdin. 1420: -o Specify file output. If none is specified, write to stdout. 1421: -no-digit Do not replace variables starting with a digit. e.g. $1 and ${1} 1422: -no-unset Fail if a variable is not set. 1423: -no-empty Fail if a variable is set but empty. 1424: -fail-fast Fail on first error otherwise display all failures if restrictions are set. ``` |
This PR contains the following updates:
65.2.0
->65.8.1
Release Notes
prometheus-community/helm-charts (kube-prometheus-stack)
### [`v65.8.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.8.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.8.0...kube-prometheus-stack-65.8.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Add more informations to selector of additionalPodMonitors and additionalServiceMonitors by [@zhifanggao](https://redirect.github.com/zhifanggao) in [https://github.com/prometheus-community/helm-charts/pull/4974](https://redirect.github.com/prometheus-community/helm-charts/pull/4974) #### New Contributors - [@zhifanggao](https://redirect.github.com/zhifanggao) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4974](https://redirect.github.com/prometheus-community/helm-charts/pull/4974) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.8.0...kube-prometheus-stack-65.8.1 ### [`v65.8.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.7.0...kube-prometheus-stack-65.8.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.7.0...kube-prometheus-stack-65.8.0) ### [`v65.7.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.7.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.6.0...kube-prometheus-stack-65.7.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Implement Gateway API for AM/Thanos Ruler by [@jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4971](https://redirect.github.com/prometheus-community/helm-charts/pull/4971) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.42.0...kube-prometheus-stack-65.7.0 ### [`v65.6.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.6.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.5.1...kube-prometheus-stack-65.6.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Implement Gateway API by [@jkroepke](https://redirect.github.com/jkroepke) in [https://github.com/prometheus-community/helm-charts/pull/4646](https://redirect.github.com/prometheus-community/helm-charts/pull/4646) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-25.29.0...kube-prometheus-stack-65.6.0 ### [`v65.5.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.5.0...kube-prometheus-stack-65.5.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.5.0...kube-prometheus-stack-65.5.1) ### [`v65.5.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.5.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.4.0...kube-prometheus-stack-65.5.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] bump operator to 0.77.2 + deps by [@DrFaust92](https://redirect.github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4934](https://redirect.github.com/prometheus-community/helm-charts/pull/4934) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.4.0...kube-prometheus-stack-65.5.0 ### [`v65.4.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.4.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.3.2...kube-prometheus-stack-65.4.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Add downward compat for Prom CRD by [@schnatterer](https://redirect.github.com/schnatterer) in [https://github.com/prometheus-community/helm-charts/pull/4906](https://redirect.github.com/prometheus-community/helm-charts/pull/4906) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-node-exporter-4.40.0...kube-prometheus-stack-65.4.0 ### [`v65.3.2`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.3.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.3.1...kube-prometheus-stack-65.3.2) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] Allow disabling the nodes-aix dashboard by [@tberreis](https://redirect.github.com/tberreis) in [https://github.com/prometheus-community/helm-charts/pull/4925](https://redirect.github.com/prometheus-community/helm-charts/pull/4925) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/alertmanager-snmp-notifier-0.4.0...kube-prometheus-stack-65.3.2 ### [`v65.3.1`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.3.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.3.0...kube-prometheus-stack-65.3.1) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] fix Provision Grafana comment example by [@VergeDX](https://redirect.github.com/VergeDX) in [https://github.com/prometheus-community/helm-charts/pull/4919](https://redirect.github.com/prometheus-community/helm-charts/pull/4919) #### New Contributors - [@VergeDX](https://redirect.github.com/VergeDX) made their first contribution in [https://github.com/prometheus-community/helm-charts/pull/4919](https://redirect.github.com/prometheus-community/helm-charts/pull/4919) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-admission-webhook-0.16.0...kube-prometheus-stack-65.3.1 ### [`v65.3.0`](https://redirect.github.com/prometheus-community/helm-charts/releases/tag/kube-prometheus-stack-65.3.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-65.2.0...kube-prometheus-stack-65.3.0) kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. #### What's Changed - \[kube-prometheus-stack] support kubelet endpoint slices by [@DrFaust92](https://redirect.github.com/DrFaust92) in [https://github.com/prometheus-community/helm-charts/pull/4899](https://redirect.github.com/prometheus-community/helm-charts/pull/4899) **Full Changelog**: https://github.com/prometheus-community/helm-charts/compare/prometheus-mongodb-exporter-3.7.2...kube-prometheus-stack-65.3.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.