Skip to content

Releases: Tripwire/chef-tripwire_agent

Release 1.1

14 Jan 22:58
3e62308
Compare
Choose a tag to compare
  • Added support for Amazon Linux

Release 1.0

12 Dec 23:07
f58f77b
Compare
Choose a tag to compare

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

Bugfix release v0.1.8

29 Nov 21:49
8ffffc3
Compare
Choose a tag to compare
  • Fix deprecation warnings on Chef 13

Bugfix release 0.1.7

29 Jun 21:50
269f539
Compare
Choose a tag to compare

Fixes #22 EG driver install fails on early versions of RHEL 5 and 6

Bugfix release 0.1.6

07 Feb 12:47
3ebbde5
Compare
Choose a tag to compare

Fixed a few issues introduced by 0.1.5

  • Fixed tripwire_agent_axon property config_directory default
  • Fixed proxy_hostname validation for Java agent

Release 0.1.5

06 Feb 19:50
7607bc7
Compare
Choose a tag to compare

Expanding axon's resources to support co-existing agents for TE, TLC, and IP360
Added service_name, install_directory, and config_directory property to allow
users to set the paths necessary for proper configuration of the agent.

  • Inspec tests added for IP360's path changes
  • Updated README

Fixes to enable axon to be used as a resource in other cookbooks:

  • Template resource now includes the cookbook name
  • Set proxy_hostname to nil (not sure why I changed it to string)
    • fix in both the template and attributes

Bugfix release 0.1.4

27 Oct 19:37
4fce313
Compare
Choose a tag to compare
  • Resolved nil issue when using the Java agent resource
  • Added new_resource to all properties in Axon and Java resources for Chef 13 support

Bugfix release 0.1.3

02 Oct 19:16
Compare
Choose a tag to compare
  • Resolved a issue with event generator driver/service for linux throwing an error if paths to the installers are not present in Axon (#3)
  • Resolved an issue with the DNS pointer being used when left at its default value (#4)

Fix supported chef version

29 Jun 15:05
Compare
Choose a tag to compare
  • Fix supported Chef version (#1)

Formatting fixes for documentation. No code changes.

22 Jun 19:01
Compare
Choose a tag to compare
Use absolute path in documentation

The CONTRIBUTING.md was getting included as a (broken) relative link on
Supermarket, instead of pointing back to GitHub.