Skip to content

Commit

Permalink
Release 1.0.0 (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Sep 14, 2023
1 parent df02371 commit d375869
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This file is used to list changes made in each version of the mondoo cookbook.

## 1.0.0 (September 14, 2023)

- Update metadata.rb with a new cookbook description.
- Improve README.md content to better describe usage and testing.

## 0.6.0 (May 9th, 2023)

- Add a new attribute `default['mondoo']['api_proxy']` to support setting a proxy server for all asset -> Mondoo platform communication. This value will be applied to new assets during registration and existing assets via the configuration file. This release also now depends on the line cookbook, which is used to manage entries in the configuration file.
Expand Down Expand Up @@ -33,4 +38,4 @@ This file is used to list changes made in each version of the mondoo cookbook.

## 0.2.0

- Initial release on GitHub
- Initial release on GitHub
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 and configures Mondoo package for infrastructure security, compliance, and asset intelligence'
version '0.6.0'
version '1.0.0'
chef_version '>= 14'
source_url 'https://github.com/mondoohq/chef-mondoo'
issues_url 'https://github.com/mondoohq/chef-mondoo/issues'
Expand Down

0 comments on commit d375869

Please sign in to comment.