Releases: deep-security/chef-agent
Releases · deep-security/chef-agent
2.0.2
2.0.1
Added:
- Required metadata to the chef cookbook.
2.0.0
Changes:
- New refreshed chef cookbook.
- Recipes to download and install the agent via recommended approached ie. deployment scripts.
1.2.1
1.2.0
1.1.2
Changes:
- Use 'casecmp' instead of 'casecmp?' for backward-compatiblilty.
1.1.1
Changes:
- Add acknowledgment section in cookbook README.md.
- Regenerate CHANGELOG.md to be more readable.
1.1.0
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
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.