Release v1.6.4 (replaces v1.6.3)
Change Log
Version v1.6.4
Released 2023-06-22
Please report issues via github or the ITRS Community Forum.
Note: v1.6.3 was removed, and v1.6.4 releases to address some last minute issues.
v1.6.4 Changes
-
tools/geneos
- Add an initialhidden
flag to hosts, so they don't participate in wildcarded operations. -
tools/geneos
- Add new--validate
option togeneos show
to run a validation and output results as JSON. -
pkg/geneos
- Updates for further parsing of config files, fix the treatment ofgeneos.Value
type. -
pkg/config
- Add aconfig.UseEnvs()
option toNew()
andLoad()
to trigger viperAutomaticEnv()
and use prefixes. -
Convert all packages and programs to use
*config.Plaintext
and notconfig.Plaintext
.
v1.6.4 Fixes
-
Fix remote host optional encoded password handling
-
#142 - Fix expansion of non-encoded config strings in
show
and other places -
#140 - Fix generation of 'secure' args for command start-up
-
#138 - Fix autostart behaviour for
geneos restart
-
#139 - Show running AC2 instances
-
#134 - Update some
geneos
commands that need either flags or args set to just output usage otherwise. -
#133 - Check restart logic and fix for when instance is already stopped. Also update the Stop() function and it's usage in other callers.