SeleniumHQ / docker-selenium

Provides a simple way to run Selenium Grid with Chrome, Firefox, and Edge using Docker, making it easier to perform browser automation
http://www.selenium.dev/docker-selenium/
Other
8k stars 2.51k forks source link

chore(deps): update helm release keda to v2.15.2 #2433

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
keda patch 2.15.1 -> 2.15.2

Configuration

📅 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.

codiumai-pr-agent-pro[bot] commented 1 month ago

CI Failure Feedback 🧐

(Checks updated until commit https://github.com/SeleniumHQ/docker-selenium/commit/1778722939dd462c131241d7161d4de9a3cbeca1)

**Action:** Test Selenium Grid on Kubernetes / Test K8s (v1.30.5, 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/11385140090/job/31680788321) [❌]
**Failed test name:** lint_readme_charts
**Failure summary:** The action failed due to the following reasons:
  • The make lint_readme_charts command failed with an error indicating that there are new changes in
    the chart and the README files need to be updated. The specific error message was: "New changes in
    chart. Please run 'make generate_readme_charts' to update them."
  • The process completed with exit code 2, which indicates a failure in the make command execution.
  • Relevant error logs: ```yaml 1: ##[group]Operating System 2: Ubuntu ... 167: fi 168:  169: # Option: Remove large packages 170: # REF: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh 171:  172: if [[ false == 'true' ]]; then 173:  BEFORE=$(getAvailableSpace) 174:   175:  sudo apt-get remove -y '^aspnetcore-.*' || echo "::warning::The command [sudo apt-get remove -y '^aspnetcore-.*'] failed to complete successfully. Proceeding..." 176:  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..." 177:  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..." 178:  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..." 179:  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..." 180:  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..." 181:  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..." 182:  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..." 183:  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..." 184:  sudo apt-get autoremove -y || echo "::warning::The command [sudo apt-get autoremove -y] failed to complete successfully. Proceeding..." 185:  sudo apt-get clean || echo "::warning::The command [sudo apt-get clean] failed to complete successfully. Proceeding..." ... 529: with: 530: timeout_minutes: 10 531: max_attempts: 3 532: command: make setup_dev_env 533: 534: retry_wait_seconds: 10 535: polling_interval_seconds: 1 536: warning_on_retry: true 537: continue_on_error: false ... 1042: go: downloading github.com/Masterminds/goutils v1.1.1 1043: go: downloading github.com/Masterminds/semver/v3 v3.2.1 1044: go: downloading github.com/google/uuid v1.3.0 1045: go: downloading github.com/huandu/xstrings v1.4.0 1046: go: downloading github.com/imdario/mergo v0.3.13 1047: go: downloading github.com/mitchellh/copystructure v1.2.0 1048: go: downloading github.com/shopspring/decimal v1.3.1 1049: go: downloading golang.org/x/crypto v0.21.0 1050: go: downloading github.com/pkg/errors v0.9.1 ... 1054: helm-docs [flags] 1055: Flags: 1056: -b, --badge-style string badge style to use for charts (default "flat-square") 1057: -c, --chart-search-root string directory to search recursively within for charts (default ".") 1058: -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 1059: -u, --document-dependency-values For charts with dependencies, include the dependency values in the chart values documentation 1060: -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]) 1061: -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]) 1062: -x, --documentation-strict-mode Fail the generation of docs if there are undocumented values 1063: -d, --dry-run don't actually render any markdown files just print to stdout passed 1064: -h, --help help for helm-docs 1065: -i, --ignore-file string The filename to use as an ignore file to exclude chart directories (default ".helmdocsignore") 1066: --ignore-non-descriptions ignore values without a comment, this values will not be included in the README 1067: -l, --log-level string Level of logs that should printed, one of (panic, fatal, error, warning, info, debug, trace) (default "info") ... 1253: if [ $EXIT_CODE -ne 0 ]; then \ 1254: echo "New changes in chart. Please run 'make generate_readme_charts' to update them." ; \ 1255: exit $EXIT_CODE ; \ 1256: fi ; \ 1257: exit $EXIT_CODE 1258: charts/selenium-grid/CONFIGURATION.md | 2 +- 1259: 1 file changed, 1 insertion(+), 1 deletion(-) 1260: New changes in chart. Please run 'make generate_readme_charts' to update them. 1261: make: *** [Makefile:88: lint_readme_charts] Error 1 1262: ##[error]Process completed with exit code 2. ... 1277: SERVICE_MESH: false 1278: pythonLocation: /opt/hostedtoolcache/Python/3.11.10/x64 1279: PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.10/x64/lib/pkgconfig 1280: Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64 1281: Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64 1282: Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64 1283: LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.10/x64/lib 1284: ##[endgroup] 1285: ##[error]Input required and not supplied: path ... 1383: [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' || :" 1384: flag provided but not defined: -variables 1385: Usage: envsubst [options...] 1386: Options: 1387: -i Specify file input, otherwise use last argument as input file. 1388: If no input file is specified, read from stdin. 1389: -o Specify file output. If none is specified, write to stdout. 1390: -no-digit Do not replace variables starting with a digit. e.g. $1 and ${1} 1391: -no-unset Fail if a variable is not set. 1392: -no-empty Fail if a variable is set but empty. 1393: -fail-fast Fail on first error otherwise display all failures if restrictions are set. ... 1397: [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' || :" 1398: flag provided but not defined: -variables 1399: Usage: envsubst [options...] 1400: Options: 1401: -i Specify file input, otherwise use last argument as input file. 1402: If no input file is specified, read from stdin. 1403: -o Specify file output. If none is specified, write to stdout. 1404: -no-digit Do not replace variables starting with a digit. e.g. $1 and ${1} 1405: -no-unset Fail if a variable is not set. 1406: -no-empty Fail if a variable is set but empty. 1407: -fail-fast Fail on first error otherwise display all failures if restrictions are set. ```

    ✨ CI feedback usage guide:
    The CI feedback tool (`/checks)` automatically triggers when a PR has a failed check. The tool analyzes the failed checks and provides several feedbacks: - Failed stage - Failed test name - Failure summary - Relevant error logs In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: ``` /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}" ``` where `{repo_name}` is the name of the repository, `{run_number}` is the run number of the failed check, and `{job_number}` is the job number of the failed check. #### Configuration options - `enable_auto_checks_feedback` - if set to true, the tool will automatically provide feedback when a check is failed. Default is true. - `excluded_checks_list` - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list. - `enable_help_text` - if set to true, the tool will provide a help message with the feedback. Default is true. - `persistent_comment` - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true. - `final_update_message` - if `persistent_comment` is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true. See more information about the `checks` tool in the [docs](https://pr-agent-docs.codium.ai/tools/ci_feedback/).
    renovate[bot] commented 1 month ago

    Edited/Blocked Notification

    Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

    You can manually request rebase by checking the rebase/retry box above.

    ⚠️ Warning: custom changes will be lost.