summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-05-15 09:41:04 +0200
committernicolargo <nicolas@nicolargo.com>2023-05-15 09:41:04 +0200
commit3b997bcabb61751a858ded9d1cff35969bd1f31d (patch)
treeb35cb494af09cfc6024ca25132801493cffb8df7
parenta4cc111489bd611a81487827a005f861026d5fa3 (diff)
Update release note for Glances 3.4.0
-rw-r--r--NEWS.rst69
-rw-r--r--README.rst3
-rw-r--r--docs/_static/glances-summary.pngbin294153 -> 357638 bytes
-rw-r--r--docs/docker.rst12
4 files changed, 79 insertions, 5 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a3ca28f4..0e108aca 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -6,7 +6,74 @@
Version 3.4.0
===============
- See roadmap here: https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Glances+3.4.0%22
+Enhancements:
+
+ * Enhance process "extended stats" display (in Curses interface) #2225
+ _You can now *pin* a specific process to the top of the process list_
+ * Improve Glances start time by disabling Docker and Podman version getter - Related to #1985
+ * Customizable InfluxDB2 export interval #2348
+ * Improve kill signal management #2194
+ * Display a critical error message if Glances is ran with both webserver and rpcserver mode
+ * Refactor the Cloud plugin, disable it by default in the default configuration file - Related to #2279
+ * Correct clear-text logging of sensitive information (security alert #29)
+ * Use of a broken or weak cryptographic hashing algorithm (SHA256) on password storage #2175
+
+Bug corrected:
+
+ * Correct issue (error message) concerning the Cloud plugin - Related to #2392
+ * InfluxDB2 export doesn't process folders correctly - missing key #2327
+ * Index error when displaying programs on MacOS #2360
+ * Dissociate 2 sensors with exactly the same names #2280
+ * All times displayed in UTC - Container not using TZ/localtime (Docker) #2278
+ * It is not possible to return API data for a particular mount point (FS plugin) #1162
+
+Documentation and CI:
+
+ * chg: Dockerfile - structured & cleaner build process #2386
+ * Ubuntu is back as additional Docker images. Alpine stays the default one. Related to #2185
+ * Improve Makefile amd docker-compose to support Podman and GPU
+ * Workaround to pin urlib3<2.0 - Related to #2392
+ * Error while generating the documentation (ModuleNotFoundError: No module named 'glances') #2391
+ * Update Flamegraph (memory profiling)
+ * Improve template for issue report and feature request
+ * Parameters in the VIRT column #2343
+ * Graph generation documentation is not clear #2336
+ * docs: Docker - include tag details
+ * Add global architecture diagram (Excalidraw)
+ * Links to documents in sample glances.conf are not valid. #2271
+ * Add semgrep support
+ * Smartmontools missing from full docker image #2262
+ * Improve documentation regarding regexp in configuration file
+ * Improve documentation about the [ip] plugin #2251
+
+Cyber security update:
+
+ * All libs have been updated to the latest version
+ Full roadmap here: https://github.com/nicolargo/glances/milestone/62?closed=1
+
+Refactor the Docker images factory, from now, Alpine and Ubuntu images will be provided (nicolargo/glances):
+
+- *latest-full* for a full Alpine Glances image (latest release) with all dependencies
+- *latest* for a basic Alpine Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *dev* for a basic Alpine Glances image (based on development branch) with all dependencies (Warning: may be instable)
+- *ubuntu-latest-full* for a full Ubuntu Glances image (latest release) with all dependencies
+- *ubuntu-latest* for a basic Ubuntu Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *ubuntu-dev* for a basic Ubuntu Glances image (based on development branch) with all dependencies (Warning: may be instable)
+
+Contributors for this version:
+
+ * Nicolargo
+ * RazCrimson: a very special thanks to @RazCrimson for his huge work on this version !
+ * Bharath Vignesh J K
+ * Raz Crimson
+ * fr4nc0is
+ * Florian Calvet
+ * Ali Erdinç Köroğlu
+ * Jose Vicente Nunez
+ * Rui Chen
+ * Ryan Horiguchi
+ * mfridge
+ * snyk-bot
===============
Version 3.3.1.1
diff --git a/README.rst b/README.rst
index 47ec0006..ad07ae7a 100644
--- a/README.rst
+++ b/README.rst
@@ -216,6 +216,9 @@ The following tags are availables:
- *latest-full* for a full Alpine Glances image (latest release) with all dependencies
- *latest* for a basic Alpine Glances (latest release) version with minimal dependencies (Bottle and Docker)
- *dev* for a basic Alpine Glances image (based on development branch) with all dependencies (Warning: may be instable)
+- *ubuntu-latest-full* for a full Alpine Glances image (latest release) with all dependencies
+- *ubuntu-latest* for a basic Alpine Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *ubuntu-dev* for a basic Alpine Glances image (based on development branch) with all dependencies (Warning: may be instable)
Run last version of Glances container in *console mode*:
diff --git a/docs/_static/glances-summary.png b/docs/_static/glances-summary.png
index bd7b2317..0d4b9ef4 100644
--- a/docs/_static/glances-summary.png
+++ b/docs/_static/glances-summary.png
Binary files differ
diff --git a/docs/docker.rst b/docs/docker.rst
index e1adb3fb..fe005f0f 100644
--- a/docs/docker.rst
+++ b/docs/docker.rst
@@ -11,11 +11,15 @@ Get the Glances container:
docker pull nicolargo/glances:<version>
-Available tags (all images are based on the Alpine Operating System):
+Available tags (all images are based on both Alpine and Ubuntu Operating System):
+
+- *latest-full* for a full Alpine Glances image (latest release) with all dependencies
+- *latest* for a basic Alpine Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *dev* for a basic Alpine Glances image (based on development branch) with all dependencies (Warning: may be instable)
+- *ubuntu-latest-full* for a full Ubuntu Glances image (latest release) with all dependencies
+- *ubuntu-latest* for a basic Ubuntu Glances (latest release) version with minimal dependencies (Bottle and Docker)
+- *ubuntu-dev* for a basic Ubuntu Glances image (based on development branch) with all dependencies (Warning: may be instable)
-- `latest` for a minimal Glances image (latest release) version with Console, WebUI and Docker dependencies (Recommended)
-- `latest-full` for a full Glances image (latest release) with all dependencies
-- `dev` for a full Glances image (development branch) with all dependencies (may be instable)
You can also specify a version (example: 3.4.0). All available versions can be found on `DockerHub`_.
An Example to pull the `latest` tag: