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

⬆️ Update glances to v4.3.0.6 #530

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
glances ==4.2.1 -> ==4.3.0.6 age adoption passing confidence

Release Notes

nicolargo/glances (glances)

v4.3.0.6

Compare Source

Full Changelog: nicolargo/glances@v4.3.0...v4.3.0.6

Deprecation warning

netifaces is deprecated and should be uninstall. instead netifaces2 should be install:

pip uninstall netifaces
pip install netifaces2

v4.3.0.5

Compare Source

v4.3.0.4

Compare Source

v4.3.0.3

Compare Source

v4.3.0.1

Compare Source

v4.3.0: Glances 4.3.0

Compare Source

Glances 4.3.0 is available with the Browser Feature now available in your Web Browser. Run Glances with the following command line and all the Glances server (RestAPI or XML/RPC) will be avaialble in a single page:

glances -w --browser

Others enhancements:

  • Web Based Glances Central Browser #​1121
  • Ability to specify hide or show for smart plugin #​2996
  • Thread mode ('j' hotkey) is not taken into accound in the WebUI #​3019
  • [WEBUI] Clear old alert messages in the WebUI #​3042
  • Raise an (Alert) Event for a group of sensors #​3049
  • Allow processlist columns to be selected in config file #​1524
  • Allow containers columns to be selected in config file #​2722
  • [WebUI] Unecessary space between Processcount and processlist #​3032
  • Add comparable NVML_LIB check for Windows #​3000
  • Change the default path for graph export to /tmp/glances
  • Improve CCS of WebUI #​3024

Bug corrected:

  • Thresholds not displayed in the WebUI for the DiskIO plugin #​1498
  • FS module alias configuration do not taken into account everytime #​3010
  • Unexpected behaviour while running glances in docker with --export influxdb2 #​2904
  • Correct issue when key name contains space - Related to #​2983
  • Issue with ports plugin (for URL request) #​3008
  • Network problem when no bitrate available #​3014
  • SyntaxError: f-string: unmatched '[' in server list (on the DEVELOP branch only) #​3018
  • Uptime for Docker containers not working #​3021
  • WebUI doesn't display valid time for process list #​2902
  • Bug In the Web-UI, Timestamps for 'Warning or critical alerts' are showing incorrect month #​3023
  • Correct display issue on Containers plugin in WebUI #​3028

Continuous integration and documentation:

  • Bumped minimal Python version to 3.9 #​3005
  • Make the glances/outputs/static/js/uiconfig.json generated automaticaly from the make webui task
  • Update unit-test for Glances Central Browser
  • Add unit-test for new entry point in the API (plugin/item/key)
  • Add a target to start Glances with Htop features
  • Try new build and publish to Pypi CI actions

Thanks to all contributors and bug reporters !

Special thanks to:

  • Ariel Otilibili for code quality improvements #​2801

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels Dec 27, 2024
Copy link

coderabbitai bot commented Dec 27, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/glances-4.x branch from a59b51e to cf3eccb Compare December 27, 2024 22:48
@renovate renovate bot changed the title ⬆️ Update glances to v4.3.0 ⬆️ Update glances to v4.3.0.3 Dec 27, 2024
@github-actions github-actions bot removed the python label Dec 28, 2024
@renovate renovate bot force-pushed the renovate/glances-4.x branch from cf3eccb to 048ba96 Compare December 28, 2024 11:09
@renovate renovate bot changed the title ⬆️ Update glances to v4.3.0.3 ⬆️ Update glances to v4.3.0.4 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/glances-4.x branch from 048ba96 to 9e13a20 Compare December 28, 2024 13:00
@renovate renovate bot changed the title ⬆️ Update glances to v4.3.0.4 ⬆️ Update glances to v4.3.0.5 Dec 28, 2024
@renovate renovate bot force-pushed the renovate/glances-4.x branch from 9e13a20 to 9290f80 Compare December 30, 2024 14:34
@renovate renovate bot changed the title ⬆️ Update glances to v4.3.0.5 ⬆️ Update glances to v4.3.0.6 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/glances-4.x branch from 9290f80 to 96d7a1f Compare January 2, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants