Skip to content

Patch release to v1.5.0

Compare
Choose a tag to compare
@pgalbavy-itrs pgalbavy-itrs released this 25 May 12:10
· 2645 commits to main since this release

Change Log

Version v1.5.1

Releases 2023/05/25

Please report issues via github or the ITRS Community Forum.

v1.5.1 Changes

  • tools/geneos:

    • #85 - TLS Issues

      Added verification for certificates against existing root and
      signing certificates.

      Added an option to recreate root and signing certs from tls init.

    • #86 - New log option for stderr logs blocked main logs

      Reworked the way that logs are followed to allow both normal and
      stderr logs to be followed. This fixes start -l, restart -l and
      by implication init -l options. Added a --nostandard/-N option
      to logs to allow normal log to be surpressed when you only want
      the error logs.

    • #88 - Floating probe configuration template output malformed

      The defaults for new floating probes used sanname instead of
      floatingname as the parameter for the template rendering.

    • #90 - Variables in SANs

      The san template was not corrected updated for the new variable
      structure.

    • #43 - Minor error in disable

      In disable check if stopped and print error if not --force