Skip to content

Commit

Permalink
Merge pull request #32 from deep-security/task/update_metdata
Browse files Browse the repository at this point in the history
Add the required metadata for the cookbook
  • Loading branch information
nimesh-jethwa authored Apr 17, 2020
2 parents 5b688c6 + 6c24cac commit 918bb47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Initial scripts from [@nimesh-jethwa](https://github.com/nimesh-jethwa).
- New refreshed chef cookbook from [@nimesh-jethwa](https://github.com/nimesh-jethwa).
- Recipes to download and install the agent via recommended approached ie. deployment scripts.

[Unreleased]: https://github.com/deep-security/chef-agent/compare/v2.0.0...HEAD
## [2.0.1] - 2020-04-17

### Added

- Add required metadata to the chef cookbook.

[Unreleased]: https://github.com/deep-security/chef-agent/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/deep-security/chef-agent/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/deep-security/chef-agent/releases/tag/v2.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains a cookbook to help deploy the Trend Micro Workload Secu

## Requirements

Compatible version(s) of Cloud One - Workload Security or Deep Security Manager/Agent 12.0+. Chef 12+. Tested on Amazon Linux 1.
Compatible version(s) of Cloud One - Workload Security or Deep Security Manager/Agent 12.0+. Chef 12.18+. Supports Amazon, CentOS, Debian, Fedora, Oracle, Redhat and Ubuntu platforms. Cookbook tested on Amazon.

## Usage

Expand Down
13 changes: 10 additions & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name 'workload-security-agent'
maintainer 'Trend Micro'
maintainer_email 'deepsecurityopensource@trendmicro.com'
license 'All rights reserved'
license 'Apache-2.0'
description 'Installs/Configures the Workload Security Agent'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.0.0'
version '2.0.1'

%w( amazon centos debian fedora oracle redhat ubuntu ).each do |os|
supports os
end

source_url 'https://github.com/deep-security/chef-agent'
issues_url 'https://github.com/deep-security/chef-agent/issues'
chef_version '>= 12.18'

depends 'aws', '>= 8.2.0'

0 comments on commit 918bb47

Please sign in to comment.