Release v1.16.0 - Improvements to `geneos` and `gdna`
Change Log
Version v1.16.0
v1.16.0 Changes
-
gdna
- Updates to Dashboards to present more focused information to users
- Improve documentation, add block diagrams and update screenshots
- Added a
gdna version
command, when combined with--debug
will report dependencies used during build - Move to using
github.com/mattn/go-sqlite3
instead of pure Gomodernc.org/sqlite
-
Build
- Use Go 1.22.5
v1.16.0 Fixes
-
gdna
- Fix some SQL queries used in temporary table construction to give more accurate numbers for servers with multiple probes
- Fix dashboard XPaths to remove unnecessary Gateway and Managed Entity names
-
tools/geneos
- Fix
geneos package install
(andgeneos init
etc.) to have better support for local installation sources and to distinguish between el8/el9 platform specific archives over non-platform specific ones
- Fix
-
Build
- Fix Makefile/Dockerfile interdependencies and speed up documentation builds by downloading Chrome outside of underlying puppeteer installation