Skip to content

Release 1.0

Compare
Choose a tag to compare
@mosspilot mosspilot released this 12 Dec 23:07
· 23 commits to master since this release
f58f77b

This release makes it easier to deploy the Java and Axon Agents. You can now specify the original compressed tar file or zip file that was downloaded from Tripwire Customer Center.

  • For both agents on Windows, the installer attribute now accepts a zip file
  • For the Java Agent on Unix variants, the installer attribute now accepts a tgz file
  • For the Axon Agent on Unix variants, the installer attribute now accepts a tgz file, and will automatically determine the driver and service installers if the attribute eg_install is set to true.
    *In this configuration, DKMS drivers can be installed by setting the attribute "use_dkms_driver" to true.

Detailed changes:

  • This version change requires Chef 13 or later
  • Added ability to accept zip/tar files for agent installer paths
  • Updated the README for the new feature set
  • Added the "use_dkms_driver" attribute to select the dkms driver when a tar file is set as the installer path
  • Addressed foodcritic and linting warnings
  • Updated kitchen tests