Skip to content

Commit dfc1a75

Browse files
committed
updates for release v1.20.0
1 parent e5a8e82 commit dfc1a75

File tree

4 files changed

+50
-2
lines changed

4 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Change Log
22

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+
351
## Version v1.19.2
452

553
> [!NOTE]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> [!NOTE]
44
>
5-
> This is **Version v1.19.2** - Released 2024-11-14 - See [`CHANGELOG.md`](CHANGELOG.md) for more details.
5+
> This is **Version v1.12.0** - Released 2024-12-13 - See [`CHANGELOG.md`](CHANGELOG.md) for more details.
66
77
## Tools and Utilities
88

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.19.2
1+
v1.20.0

screenshots/1311_BSHclients_181.jpg

270 KB
Loading

0 commit comments

Comments
 (0)