Skip to content

Beta Release - v1.8.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@pgalbavy-itrs pgalbavy-itrs released this 08 Aug 09:08
· 2377 commits to main since this release

Change 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 an instance.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 of tls 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.