Skip to content

Releases: cloudposse/terraform-aws-datadog-integration

v0.14.2

21 Aug 05:18
c22c073
Compare
Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#32)

This PR contains the following updates:

Package Type Update Change
cloudposse/label/null (source) module minor 0.24.1 -> 0.25.0

Release Notes

cloudposse/terraform-null-label

v0.25.0

Compare Source

Add "tenant", "labels_as_tags", and "descriptors" @​Nuru (#​132) #### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` #### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #​131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete module
Fix: Update README Snippets @​korenyoni (#​130) #### what * Update README snippets to reflect use of Terraform Registry. #### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. #### references * N/A
Bridgecrew compliance @​Nuru (#​125) #### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` #### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub #### note The PR can and should be merged into `master` to update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging to `master` will update the README and badges, so is worthwhile, and the changes will move forward into the next release.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.14.1

21 Aug 03:13
d27ce9d
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#33)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.14.0

19 Aug 18:59
1f795cc
Compare
Choose a tag to compare
Removing datadog lambda forwarder to favor new module @jamengual (#31)

what

  • The datadog lambda forwarder code has been removed.

why

  • The datadog lambda forwarder code has been moved to a new module due to its complexity and that we want to maintain this integration module as a pure integration setup module.

references

v0.13.0

27 Jul 22:51
82db41d
Compare
Choose a tag to compare
Enable toggle for cloudtrail lambda @jamengual (#29)

what

  • Allow user to disable cloudtrail lambda bucket log forwarding when needed

why

  • the options was not given before.

v0.12.0

27 Jul 02:47
3817f6e
Compare
Choose a tag to compare
Fix perms cloudtrail s3 @srhopkins (#28)

what

  • adds logs forwarder and cloudtrail subscription

why

  • allows log forwarding including cloudtrail for increased visibility and security

v0.11.0

03 Jul 00:32
59c8066
Compare
Choose a tag to compare
Fixes RDS Enhance Monitoring @srhopkins (#27)

what

  • adds missing subscriptions for RDS enhanced monitoring datadog lambda and splits code out to accommodate datadogs different lambdas

why

  • Fixes RDS enhanced monitoring to allow shipping of cloudwatch metrics

v0.10.0

03 Jun 21:42
af23293
Compare
Choose a tag to compare
Add enhanced rds @srhopkins (#26)

what

  • Adding lambda for rds enhanced monitoring

why

  • Provides more in-depth metrics and telemetry for RDS in Datadog

references

v0.9.1

27 Feb 03:14
0abf949
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#25)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.9.0

26 Feb 13:01
f787390
Compare
Choose a tag to compare
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#22)

what

  • update context.tf to v0.23.0
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

v0.8.2

26 Feb 12:45
1c22a66
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#21)

what

This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates