Skip to content

Release v1.6.4 (replaces v1.6.3)

Compare
Choose a tag to compare
@pgalbavy-itrs pgalbavy-itrs released this 22 Jun 15:02
· 2571 commits to main since this release

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 initial hidden flag to hosts, so they don't participate in wildcarded operations.

  • tools/geneos - Add new --validate option to geneos show to run a validation and output results as JSON.

  • pkg/geneos - Updates for further parsing of config files, fix the treatment of geneos.Value type.

  • pkg/config - Add a config.UseEnvs() option to New() and Load() to trigger viper AutomaticEnv() and use prefixes.

  • Convert all packages and programs to use *config.Plaintext and not config.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.