Skip to content

Commit

Permalink
bump to v1.16.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalbavy-itrs committed Aug 2, 2024
1 parent d447820 commit 7775934
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 11 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change Log

## Version v1.16.0

> [!NOTE]
> **Released 2024-08-02**
>
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
### 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 Go `modernc.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` (and `geneos init` etc.) to have better support for local installation sources and to distinguish between el8/el9 platform specific archives over non-platform specific ones

* Build

* Fix Makefile/Dockerfile interdependencies and speed up documentation builds by downloading Chrome outside on underlying puppeteer installation
---

## Version v1.15.6

> [!NOTE]
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@

> [!NOTE]
>
> This is **Version v1.15.6** - Released 2024-07-25 - See [`CHANGELOG.md`](CHANGELOG.md) for more details.
> 🎁 Introducing GDNA 🎈
>
> GDNA (Geneos Dynamic Netprobe Analysis) gives an overview of the levels of Geneos monitoring coverage in your I.T. estate and prompts action to ensure that there are no gaps in the visibility of the health of your applications and systems. It does this through analysing Geneos license allocation data and applying heuristics to plugin usage information to present visual indications of coverage levels through two dashboards.
>
> For many users installing GDNA is as easy as starting up a docker container after configuring the data sources.
>
> See the [`gdna`](gdna/README.md) README for more details.
> This is **Version v1.160** - Released 2024-08-02 - See [`CHANGELOG.md`](CHANGELOG.md) for more details.
## Tools and Utilities

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.16.0-SNAPSHOT
v1.16.0

0 comments on commit 7775934

Please sign in to comment.