Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release kube-prometheus-stack to v65.5.0 #2428

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2024

This PR contains the following updates:

Package Update Change
kube-prometheus-stack (source) minor 65.2.0 -> 65.5.0

Release Notes

prometheus-community/helm-charts (kube-prometheus-stack)

v65.5.0

Compare Source

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

Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-65.4.0...kube-prometheus-stack-65.5.0

v65.4.0

Compare Source

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

Full Changelog: prometheus-community/helm-charts@prometheus-node-exporter-4.40.0...kube-prometheus-stack-65.4.0

v65.3.2

Compare Source

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

Full Changelog: prometheus-community/helm-charts@alertmanager-snmp-notifier-0.4.0...kube-prometheus-stack-65.3.2

v65.3.1

Compare Source

v65.3.0

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codiumai-pr-agent-pro bot commented Oct 12, 2024

CI Failure Feedback 🧐

(Checks updated until commit 3efd5d5)

Action: Test Selenium Grid on Kubernetes / Test K8s (v1.29.10, job_https, minikube, v3.14.3, 25.0.5, true, false)

Failed stage: Verify chart configuration up-to-date [❌]

Failed test name: lint_readme_charts

Failure summary:

The action failed due to the following reasons:

  • The make lint_readme_charts command failed because there were new changes in the chart that were not
    reflected in the README. The error message suggests running make generate_readme_charts to update
    the README.
  • The process completed with exit code 2, indicating a failure in the make lint_readme_charts step.

  • Relevant error logs:
    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
    ...
    
    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
    ...
    
    1045:  go: downloading golang.org/x/crypto v0.21.0
    1046:  go: downloading golang.org/x/text v0.14.0
    1047:  go: downloading github.com/subosito/gotenv v1.4.2
    1048:  go: downloading github.com/hashicorp/hcl v1.0.0
    1049:  go: downloading gopkg.in/ini.v1 v1.67.0
    1050:  go: downloading github.com/magiconair/properties v1.8.7
    1051:  go: downloading github.com/pelletier/go-toml/v2 v2.0.8
    1052:  go: downloading github.com/mitchellh/reflectwalk v1.0.2
    1053:  go: downloading github.com/pkg/errors v0.9.1
    ...
    
    1056:  helm-docs [flags]
    1057:  Flags:
    1058:  -b, --badge-style string                                 badge style to use for charts (default "flat-square")
    1059:  -c, --chart-search-root string                           directory to search recursively within for charts (default ".")
    1060:  -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
    1061:  -u, --document-dependency-values                         For charts with dependencies, include the dependency values in the chart values documentation
    1062:  -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])
    1063:  -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])
    1064:  -x, --documentation-strict-mode                          Fail the generation of docs if there are undocumented values
    1065:  -d, --dry-run                                            don't actually render any markdown files just print to stdout passed
    1066:  -h, --help                                               help for helm-docs
    1067:  -i, --ignore-file string                                 The filename to use as an ignore file to exclude chart directories (default ".helmdocsignore")
    1068:  --ignore-non-descriptions                            ignore values without a comment, this values will not be included in the README
    1069:  -l, --log-level string                                   Level of logs that should printed, one of (panic, fatal, error, warning, info, debug, trace) (default "info")
    ...
    
    1254:  if [ $EXIT_CODE -ne 0 ]; then \
    1255:  echo "New changes in chart. Please run 'make generate_readme_charts' to update them." ; \
    1256:  exit $EXIT_CODE ; \
    1257:  fi ; \
    1258:  exit $EXIT_CODE
    1259:  charts/selenium-grid/CONFIGURATION.md | 2 +-
    1260:  1 file changed, 1 insertion(+), 1 deletion(-)
    1261:  New changes in chart. Please run 'make generate_readme_charts' to update them.
    1262:  make: *** [Makefile:88: lint_readme_charts] Error 1
    1263:  ##[error]Process completed with exit code 2.
    ...
    
    1278:  SERVICE_MESH: false
    1279:  pythonLocation: /opt/hostedtoolcache/Python/3.11.10/x64
    1280:  PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.10/x64/lib/pkgconfig
    1281:  Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64
    1282:  Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64
    1283:  Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.10/x64
    1284:  LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.10/x64/lib
    1285:  ##[endgroup]
    1286:  ##[error]Input required and not supplied: path
    ...
    
    1384:  [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' || :"
    1385:  flag provided but not defined: -variables
    1386:  Usage: envsubst [options...] <input>
    1387:  Options:
    1388:  -i         Specify file input, otherwise use last argument as input file.
    1389:  If no input file is specified, read from stdin.
    1390:  -o         Specify file output. If none is specified, write to stdout.
    1391:  -no-digit  Do not replace variables starting with a digit. e.g. $1 and ${1}
    1392:  -no-unset  Fail if a variable is not set.
    1393:  -no-empty  Fail if a variable is set but empty.
    1394:  -fail-fast Fail on first error otherwise display all failures if restrictions are set.
    ...
    
    1398:  [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' || :"
    1399:  flag provided but not defined: -variables
    1400:  Usage: envsubst [options...] <input>
    1401:  Options:
    1402:  -i         Specify file input, otherwise use last argument as input file.
    1403:  If no input file is specified, read from stdin.
    1404:  -o         Specify file output. If none is specified, write to stdout.
    1405:  -no-digit  Do not replace variables starting with a digit. e.g. $1 and ${1}
    1406:  -no-unset  Fail if a variable is not set.
    1407:  -no-empty  Fail if a variable is set but empty.
    1408:  -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.

    @renovate renovate bot changed the title chore(deps): update helm release kube-prometheus-stack to v65.2.0 chore(deps): update helm release kube-prometheus-stack to v65.2.0 - autoclosed Oct 14, 2024
    @renovate renovate bot closed this Oct 14, 2024
    @renovate renovate bot deleted the renovate/kube-prometheus-stack-65.x branch October 14, 2024 01:23
    @renovate renovate bot changed the title chore(deps): update helm release kube-prometheus-stack to v65.2.0 - autoclosed chore(deps): update helm release kube-prometheus-stack to v65.2.0 Oct 17, 2024
    @renovate renovate bot restored the renovate/kube-prometheus-stack-65.x branch October 17, 2024 12:40
    @renovate renovate bot reopened this Oct 17, 2024
    @renovate renovate bot changed the title chore(deps): update helm release kube-prometheus-stack to v65.2.0 chore(deps): update helm release kube-prometheus-stack to v65.3.1 Oct 17, 2024
    @renovate renovate bot force-pushed the renovate/kube-prometheus-stack-65.x branch from 4e10862 to d076af1 Compare October 17, 2024 12:40
    @renovate renovate bot changed the title chore(deps): update helm release kube-prometheus-stack to v65.3.1 chore(deps): update helm release kube-prometheus-stack to v65.3.2 Oct 22, 2024
    @renovate renovate bot force-pushed the renovate/kube-prometheus-stack-65.x branch 2 times, most recently from f06f182 to 3d113d7 Compare October 24, 2024 10:20
    @renovate renovate bot changed the title chore(deps): update helm release kube-prometheus-stack to v65.3.2 chore(deps): update helm release kube-prometheus-stack to v65.4.0 Oct 24, 2024
    @renovate renovate bot changed the title chore(deps): update helm release kube-prometheus-stack to v65.4.0 chore(deps): update helm release kube-prometheus-stack to v65.5.0 Oct 25, 2024
    @renovate renovate bot force-pushed the renovate/kube-prometheus-stack-65.x branch from 3d113d7 to 3efd5d5 Compare October 25, 2024 18:53
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants