DataDog / chef-datadog

Chef cookbook for Datadog Agent & Integrations
https://www.datadoghq.com
Apache License 2.0
97 stars 261 forks source link

Release 4.18.0 #897

Closed chouetz closed 1 year ago

chouetz commented 1 year ago

What does this PR do?

Prepare next release

Motivation

Especially propagate new keys

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Use '< 5.0' with Chef < 12.14

if current_chef_version < Gem::Version.new(12.14) depends 'yum', '>= 3.0', '< 5.0' else depends 'yum', '>= 3.0' end


 * [FEATURE] support weblogic integration [#891]
 Enable weblogic and check it's enabled in configuration

 * [FEATURE] Add new APT and RPM signing keys [#890]
 Check the new key is downloaded during installation process

<!--
* Write here in detail or link to detailed instructions on how this change can
  be tested/QAd/validated, including any environment setup.
-->

### Reviewer's Checklist
<!--
* Authors can use this list as a reference to ensure that there are no problems
  during the review but the signing off is to be done by the reviewer(s).
Note: Adding GitHub labels is only possible for contributors with write access.
-->