diff --git a/README.md b/README.md index 082e171..a688b5e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This cookbook installs and configures [AWS CloudWatch Agent](https://docs.aws.am ## Platform Support -* Ubuntu 14.04, 16.04 +* Ubuntu 14.04, 16.04, 18.04 * Centos 6, 7 * Fedora 29 * Amazon Linux @@ -17,7 +17,7 @@ This cookbook installs and configures [AWS CloudWatch Agent](https://docs.aws.am Place a dependency on the aws_cloudwatch cookbook in your cookbook's metadata.rb ``` -depends 'aws_cloudwatch', '~> 1.0.1' +depends 'aws_cloudwatch', '~> 1.0.2' ``` Then in a recipe: @@ -118,4 +118,4 @@ aws_cloudwatch_agent 'default' do :https_proxy => 'https://192.168.0.1', :no_proxy => 'http://192.168.0.10' end -``` \ No newline at end of file +```