Skip to content

Commit

Permalink
release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgalbavy-itrs committed Jun 13, 2023
1 parent a546cf4 commit 929a016
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## Version v1.6.1

> **Released 2023-06-13**
>
> Please report issues via [github](https://github.com/ITRS-Group/cordial/issues) or the [ITRS Community Forum](https://community.itrsgroup.com/).
## v1.6.1 Changes

* `pkg/geneos` Changes

Some API changes to support work on a project for reading Gateway configuration files. Existing structures used to write config files cannot co-exist and have been renamed with an "Out" suffix down to the SamplerOut level. While the old names should have been retained and the new API requirements used new names, it was decided that this is the more common use case in the future.

* `tools/geneos` Command updates

The `show` command can now output an instance's own configuration file (for types of Netprobe and Gateway) and also try to produce a merged Gateway file using a modified command line with the Gateway `-dump-xml` command line option.

A new instance flag `autostart` has been added, set to `true` for all types except `ac2` which defaults to `false`. Documentation updtes to follow.

The `init demo` command now detects if the user has a `DISPLAY` environment variable set and if so also installs an `ac2` instance.

The `command` command can now output the details in JSON format. This format is not quite compatible with the `pkg/process` Run and Batch functions, but the aim is to eventually merge the formats so that they can also share the implementation later.

## v1.6.1 Fixes

* Minor ongoing changes

While adding new features there is ongoing review work and refactoring of code.

---

## Version v1.6.0

> **Released 2023-06-07**
Expand Down Expand Up @@ -105,6 +135,8 @@
the comments have been updated to give better direction on how to use
the pidfile io.Writer parameters.

---

## Version v1.5.2

> **Released 2023/05/31**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Cordial is a collection of utilities, integrations and support packages for
ITRS Geneos.

> **Current Version: v1.60**
> **Current Version: v1.6.1**
>
> Released 2023/06/07
> Released 2023-06-13
>
> See [`CHANGELOG.md`](CHANGELOG.md) for more details.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.0
v1.6.1

0 comments on commit 929a016

Please sign in to comment.