Skip to content

Releases: deep-security/chef-agent

2.0.2

17 Apr 21:12
9aeb320
Compare
Choose a tag to compare

Changes:

  • Increase cookbook quality in chef supermarket by adding required files.

2.0.1

17 Apr 20:44
918bb47
Compare
Choose a tag to compare

Added:

  • Required metadata to the chef cookbook.

2.0.0

17 Apr 19:07
5b688c6
Compare
Choose a tag to compare

Changes:

  • New refreshed chef cookbook.
  • Recipes to download and install the agent via recommended approached ie. deployment scripts.

1.2.1

14 Mar 03:35
Compare
Choose a tag to compare

Changes:

  • Add Amazon Linux 2 support

1.2.0

06 Mar 11:28
Compare
Choose a tag to compare

Changes:

  • Allow token can be used without tenant_id
  • Add new attribute relaygroup_id for dsa-activate recipe

1.1.2

19 Mar 06:25
Compare
Choose a tag to compare

Changes:

  • Use 'casecmp' instead of 'casecmp?' for backward-compatiblilty.

1.1.1

17 Jan 03:28
Compare
Choose a tag to compare

Changes:

  • Add acknowledgment section in cookbook README.md.
  • Regenerate CHANGELOG.md to be more readable.

1.1.0

17 Jan 02:28
Compare
Choose a tag to compare

Changes:

  • DSA installation and activation are separated into different recipes. Default recipe will call install and activate.
  • Install and activate recipe are now idempotent. If DSA was installed with exact same version, then it won't be installed. If DSA has been activated, then by default it won't do re-activation.
  • Add additional parameter to force reactivation which default to false.
  • Install recipe will allow for DSA upgrade if downloaded installer version is newer than installed. Version downgrade is not supported.

1.0.0

05 Jan 06:43
Compare
Choose a tag to compare

Changes:

  • Align supported Linux platform with DSA support matrix. One exception is Solaris.
  • Attribute name changes from "tenant_password" to "token".
  • Remove attribute "policy_name".
  • Move default attribute in default recipe into "attributes/default.rb"
  • Added Kitchen integration test.
  • Added "Berksfile".
  • Fix "readme.md" formatting error when rendered in Supermarket.