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

Bump glances from 2.3 to 3.2.1 in /Quizes/Quiz_Shina_10:15:18/setup #16

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps glances from 2.3 to 3.2.1.

Release notes

Sourced from glances's releases.

Glances 3.2.0

This release is a major version (but minor number because the API did not change). It focus on CPU consumption. I use Flame profiling https://github.com/nicolargo/glances/wiki/Glances-FlameGraph_ and code optimization to reduce CPU consumption from 20% to 50% depending on your system.

Enhancement and development requests:

* Improve CPU consumption
    - Make the refresh rate configurable per plugin [#1870](https://github.com/nicolargo/glances/issues/1870)
    - Add caching for processing username and cmdline
    - Correct and improve refresh time method
    - Set refresh rate for global CPU percent
    - Set the dafault refresh rate of system stats to 60 seconds
    - Default refresh time for sensors is refresh rate * 2
    - Improve history perf
    - Change main curses loop
    - Improve Docker client connection
    - Update Flame profiling
* Get system sensors temperatures thresholds [#1864](https://github.com/nicolargo/glances/issues/1864)
* Filter data exported from Docker plugin
* Make the Docker API connection timeout configurable
* Add --issue to Github issue template
* Add release-note in the Makefile
* Add some comments in cpu_percent
* Add some comments to the processlist.py
* Set minimal version for PSUtil to 5.3.0
* Add comment to default glances.conf file
* Improve code quality [#820](https://github.com/nicolargo/glances/issues/820)
* Update WebUI for security vuln

Bugs corrected:

* Quit from help should return to main screen, not exit [#1874](https://github.com/nicolargo/glances/issues/1874)
* AttributeError: 'NoneType' object has no attribute 'current' [#1875](https://github.com/nicolargo/glances/issues/1875)
* Merge pull request [#1873](https://github.com/nicolargo/glances/issues/1873) from metayan/fix-history-add
* Correct filter
* Correct Flake8 issue in plugins
* Pressing Q to get rid of irq not working [#1792](https://github.com/nicolargo/glances/issues/1792)
* Spelling correction in docs [#1886](https://github.com/nicolargo/glances/issues/1886)
* Starting an alias with a number causes a crash [#1885](https://github.com/nicolargo/glances/issues/1885)
* Network interfaces not applying in web UI [#1884](https://github.com/nicolargo/glances/issues/1884)
* Docker containers information missing with Docker 20.10.x [#1878](https://github.com/nicolargo/glances/issues/1878)
* Get system sensors temperatures thresholds [#1864](https://github.com/nicolargo/glances/issues/1864)

Contibutors for this version:

* Nicolargo
* Markus Pöschl
* Clifford W. Hansen
* Blake

... (truncated)

Changelog

Sourced from glances's changelog.

Version 3.2.1

Bugs corrected:

* Glances 3.2.0 and influxdb export - Missing network data bug [#1893](https://github.com/nicolargo/glances/issues/1893)

Enhancement requests:

* Security audit - B411 enhancement (Monkey patch XML RPC Lib) [#1025](https://github.com/nicolargo/glances/issues/1025)
* Also search glances.conf file in /usr/share/doc/glances/glances.conf [#1862](https://github.com/nicolargo/glances/issues/1862)

=============== Version 3.2.0

This release is a major version (but minor number because the API did not change). It focus on CPU consumption. I use Flame profiling https://github.com/nicolargo/glances/wiki/Glances-FlameGraph_ and code optimization to reduce CPU consumption from 20% to 50% depending on your system.

Enhancement and development requests:

* Improve CPU consumption
    - Make the refresh rate configurable per plugin [#1870](https://github.com/nicolargo/glances/issues/1870)
    - Add caching for processing username and cmdline
    - Correct and improve refresh time method
    - Set refresh rate for global CPU percent
    - Set the dafault refresh rate of system stats to 60 seconds
    - Default refresh time for sensors is refresh rate * 2
    - Improve history perf
    - Change main curses loop
    - Improve Docker client connection
    - Update Flame profiling
* Get system sensors temperatures thresholds [#1864](https://github.com/nicolargo/glances/issues/1864)
* Filter data exported from Docker plugin
* Make the Docker API connection timeout configurable
* Add --issue to Github issue template
* Add release-note in the Makefile
* Add some comments in cpu_percent
* Add some comments to the processlist.py
* Set minimal version for PSUtil to 5.3.0
* Add comment to default glances.conf file
* Improve code quality [#820](https://github.com/nicolargo/glances/issues/820)
* Update WebUI for security vuln

Bugs corrected:

* Quit from help should return to main screen, not exit [#1874](https://github.com/nicolargo/glances/issues/1874)
* AttributeError: 'NoneType' object has no attribute 'current' [#1875](https://github.com/nicolargo/glances/issues/1875)
* Merge pull request [#1873](https://github.com/nicolargo/glances/issues/1873) from metayan/fix-history-add

... (truncated)

Commits
  • d1c39b1 Glances version 3.2.1
  • 9d6051b Security audit - B411 #1025
  • 5daa2a8 Glances 3.2.0 and influxdb export - Missing network data #1893
  • 4d1ec28 Update README concerning Docker files
  • 2d6ca13 Update contribution file
  • 3739e05 Update contribution file
  • e3fab78 Also search glances.conf file in /usr/share/doc/glances/glances.conf #1862 Co...
  • 2e1b55e Also search glances.conf file in /usr/share/doc/glances/glances.conf #1862
  • 03db71c Also search glances.conf file in /usr/share/doc/glances/glances.conf #1862
  • 4c8b6d7 Update NEWS file
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [glances](https://github.com/nicolargo/glances) from 2.3 to 3.2.1.
- [Release notes](https://github.com/nicolargo/glances/releases)
- [Changelog](https://github.com/nicolargo/glances/blob/develop/NEWS.rst)
- [Commits](nicolargo/glances@v2.3...v3.2.1)

---
updated-dependencies:
- dependency-name: glances
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants