Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform cloudposse/platform/datadog to v1.5.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Type Update Change
cloudposse/platform/datadog (source) module minor 1.3.0 -> 1.5.0

Release Notes

cloudposse/terraform-datadog-platform (cloudposse/platform/datadog)

v1.5.0

Compare Source

fix(synthetics): Add elements operator to Synthetics Tests JSON Path assertion @​elx-bob (#​109)

what

  • Add missing field elementsoperator to Synthetics Tests' JSON Path Assertion.
  • Add missing field to both multi-step and overall Assertions.

why

  • The field elementsoperator appears to have been missed in the module.
  • When attempting to set elementsoperator, it always uses the default value of firstElementMatches, so we are unable to set other values, such as everyElementMatches.

references

v1.4.2

Compare Source

Restore verbosity, update insecure dependencies @​Nuru (#​108)

what

  • Restore test verbosity inadvertently disabled in #​87
  • Consolidate Dependabot PRs
  • Add dependabot.yml

why

  • Restore normal behavior
  • Consolidate PRs
  • Group go security updates, since they only affect testing and are usually not exploitable here, to reduce the number of PRs to review

references

🐛 Bug Fixes

fix(synthetics): Adjust timeframes loop to include child objects @​elx-bob (#​107)

what

  • Change loop to use child objects instead of timeframes object.
  • Update Datadog provider requirements for synthetics
  • Fix broken test

why

  • Synthetics options.scheduling.timeframes was incorrectly treated as an object, and is now correctly treated as a list of objects, as specified in the API documentation
  • Improved API validation at the server level uncovered a bug in the Datadog provider for synthetic tests, which was fixed in provider v3.43.1
  • The test requirement that the monitor had no tags was overly strict, requiring a nil output rather than an empty one, causing properly working code to be marked as failing

references

🤖 Automatic Updates

Migrate new test account @​osterman (#​106)

what

  • Update .github/settings.yml
  • Update .github/chatops.yml files

why

  • Re-apply .github/settings.yml from org level to get terratest environment
  • Migrate to new test account

References

  • DEV-388 Automate clean up of test account in new organization
  • DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
  • DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @​osterman (#​101)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @​osterman (#​99)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @​osterman (#​98)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @​osterman (#​97)

what

  • Update workflows (.github/workflows) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @​osterman (#​96)

what

  • Update workflows (.github/workflows) to add issue: write permission needed by ReviewDog tflint action

why

  • The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @​osterman (#​95)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @​osterman (#​94)

what

  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @​osterman (#​93)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update README.md and docs @​cloudpossebot (#​91)

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

Update Scaffolding @​osterman (#​92)

what

  • Reran make readme to rebuild README.md from README.yaml
  • Migrate to square badges
  • Add scaffolding for repo settings and Mergify

why

  • Upstream template changed in the .github repo
  • Work better with repository rulesets
  • Modernize look & feel

v1.4.1: Align monitor support with Datadog REST API

Compare Source

🐛 Bug Fixes

Add additional options to monitor configuration @​Nuru (#​89)

what

  • Add additional options to monitor configuration

Note: min_failure_duration and min_location_failed are in the API, but are not supported in the Terraform provider v3.36.0, which is current as of this PR opening.

why

  • Follow-up to #​87 which left some options out by mistake

references

v1.4.0: Align monitor support with Datadog REST API

Compare Source

In this release, we preserve backward compatibility, but going forward we only support monitor configurations that are the Terraform equivalent of the JSON used by the Datadog API.

See modules/monitors/README.md for more details.

🚀 Enhancements

Update monitors to support latest features, favor API model @​Nuru (#​87)

what

  • Update the monitors support to support all current features supported by the Datadog terraform provider
  • Revise the input to match the Datadog API model (see modules/monitors/README.md for details)

why

  • Module did not support several current features
  • Make it easy to use the Datadog Web Console to create and edit monitors, then convert the exported JSON to input to this module

references

🤖 Automatic Updates

Update README.md and docs @​cloudpossebot (#​83)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 4, 2024 05:29
@mergify mergify bot added the auto-update This PR was automatically generated label Dec 4, 2024
Copy link

mergify bot commented Dec 4, 2024

/terratest

@mergify mergify bot added the needs-test Needs testing label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated needs-test Needs testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants