version 3.6.2.2

pull/2064/head v3.2.6.2
nicolargo 2022-05-25 16:56:39 +02:00
parent c0c66ea653
commit c2a37fc72c
3 changed files with 3 additions and 4 deletions

View File

@ -59,7 +59,7 @@ Social networks
.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/twitter-icon.png
:target: https://twitter.com/nicolargo
.. image:: https://raw.githubusercontent.com/nicolargo/glances/develop/docs/_static/reddit.png
:target: https://www.reddit.com/r/glances/
@ -211,7 +211,7 @@ Available versions on the Docker Hub repository:
- *nicolargo/glances:latest-full* for a full Debian Glances image version with all dependencies
- *nicolargo/glances:alpine-latest-full* for a full Alpine Glances image version with all dependencies
You can also specify a version by replacing latest by 3.2.3 (for example).
You can also specify a version by replacing latest by 3.6.2.2 (for example).
Run last version of Glances container in *console mode*:

View File

@ -29,7 +29,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.2.6.1'
__version__ = '3.2.6.2'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

View File

@ -99,7 +99,6 @@ class Plugin(GlancesPlugin):
continue
# Shall we display the stats ?
logger.info("diskio: %s => %s", disk, self.is_display(disk))
if not self.is_display(disk):
continue