Skip to content

Commit

Permalink
Merge pull request #33 from deep-security/task/increase_quality
Browse files Browse the repository at this point in the history
Increase cookbook quality in chef supermarket
  • Loading branch information
nimesh-jethwa authored Apr 17, 2020
2 parents 918bb47 + 60b539d commit 9aeb320
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2020-04-17
## [2.0.2] - 2020-04-17

### Added

- 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.
- Increase cookbook quality in chef supermarket by adding required files.

## [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.0] - 2020-04-17

### Added

- 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.2...HEAD
[2.0.2]: https://github.com/deep-security/chef-agent/compare/v2.0.1...v2.0.2
[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
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to the [README](README.md#contribute)
1 change: 1 addition & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to the [README](README.md)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures the Workload Security Agent'
version '2.0.1'
version '2.0.2'

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

0 comments on commit 9aeb320

Please sign in to comment.