|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## Version v1.20.0 - Codename "Leo" |
| 4 | + |
| 5 | +> [!NOTE] |
| 6 | +> **Released 2024-12-13** - Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/) |
| 7 | +
|
| 8 | +> [!TIP] |
| 9 | +> |
| 10 | +> This release is dedicated to my best boy Leo, who left us in late November 2024. In his 14 years he wasn't just a wonderful companion but he also helped, with his also now departed brothers, to save the lives of many other cats by donating blood through the RVC Animal Care Trust. For those reading this (and are near to Potters Bar in the UK) who believe their cats or dogs could become blood donors, please see <https://www.rvc.ac.uk/small-animal-vet/specialist-referrals/for-pet-owners/pet-blood-donations> |
| 11 | +> |
| 12 | +> <img src="screenshots/1311_BSHclients_181.jpg" alt="Leo, the best cat ever" width="500"> |
| 13 | +
|
| 14 | +## Version v1.20.0 Changes |
| 15 | + |
| 16 | +* `gdna` |
| 17 | + |
| 18 | + * Thanks to all the valuable feedback, we have a completely new Monitoring Coverage and Version dashboards. These new dashboards depends on the changes to some reports, so you **must** also upgrade the `gdna` binary before you can use it. The old dashboard will continue to work with the new binary but we may remove some of the data driving it from reports in future releases. |
| 19 | + * Add a new report `multiple-os-versions-per-hostid` which shows all servers that have more than one OS version for associated probes. This is an indication of invalid (duplicated) host IDs. |
| 20 | + |
| 21 | +* `pkg/host` |
| 22 | + |
| 23 | + * Update <golang.org/x/crypto> dependency to mitigate potential issue with `ServerConfig.PublicKeyCallback` (CVE-2024-45337) |
| 24 | + |
| 25 | +* `tools/geneos` |
| 26 | + |
| 27 | + * Added support for SSH private key files to the `geneos host` subsystem |
| 28 | + * Added a `geneos host unset` command to work with the changes require for private key files and more |
| 29 | + |
| 30 | +* `integrations/servicenow` |
| 31 | + |
| 32 | + * Expose `incident-query` configuration to allow custom lookups |
| 33 | + * Some code clean-up and refactoring |
| 34 | + * Add example of using an encrypted API key between client and router |
| 35 | + |
| 36 | +## Version v1.20.0 Fixes |
| 37 | + |
| 38 | +* `gdna` |
| 39 | + |
| 40 | + * Fix `server-groups` report performance by joining on gateways as well as servers in the SQL query |
| 41 | + * Trim spaces from Gateway names and also update any existing entries to remove leading/trailing spaces. This can happen because even though we trim each incoming CSV field the Gateway name is prefixed `gateway:` and can hide a leading space |
| 42 | + |
| 43 | +* `tools/geneos` |
| 44 | + |
| 45 | + * Support Webserver > 7.1.1 byt removing unsupported Java command line option |
| 46 | + * More updates to support OS and ARCH in downloads |
| 47 | + * Always set `HOSTNAME` environment variable in Netprobe so that Collection Agent self-monitoring works without further updates (this was already the case for `ca3` components) |
| 48 | + |
| 49 | +--- |
| 50 | + |
3 | 51 | ## Version v1.19.2
|
4 | 52 |
|
5 | 53 | > [!NOTE]
|
|
0 commit comments