Beta Release - v1.8.0-beta
Pre-releaseChange Log
Version v1.8.0-beta
Released 2023-08-08
Please report issues via github or the ITRS Community Forum.
v1.8.0 Changes
-
tools/geneos
- Extensive rework to the internal handling of loops-over-instances to pass-back aninstance.Response
struct and handle output at the caller. This is preparation for work on non-CLI interfaces (think: REST API and web). This may break some output formatting, please report via github issues. -
tools/geneos
-tls import
has changed to support the import of instance certificate, signing certs and chains in a more organised way. It is unlikely anyone was using the previous incarnation which was highly limited but just in case, this is a breaking change to the syntax and functionality oftls import
.
v1.8.0 Fixes
-
pkg/config
- #176 fix support for Windows paths in${enc:...}
expansion formats -
tools/geneos
- A fix for a long time bug in an internal routine that checked reserved names. This was found during the refactoring of code above. Oddly this doesn't appear to have been noticed, not sure why.