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

Update Terraform cloudposse/budgets/aws to v0.5.1 #259

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2024

This PR contains the following updates:

Package Type Update Change
cloudposse/budgets/aws (source) module minor 0.2.1 -> 0.5.1

Release Notes

cloudposse/terraform-aws-budgets (cloudposse/budgets/aws)

v0.5.1

Compare Source

🚀 Enhancements

fix(notifications): logic for assigning subscriber emails @​Gowiem (#​51)

what

  • Reverses logic for assigning subscriber emails when notifications are enabled

why

  • Previously providing subscriber emails was not working due to only assigning those emails when notifications_enabled was false. This seems incorrect.
    • I also checked that having both an SNS topic + subscriber emails assigned is not mutually exclusive, so this feels like the originally desired behavior and we just have the logic swapped.

references

Refs

  • None.

🐛 Bug Fixes

fix(notifications): logic for assigning subscriber emails @​Gowiem (#​51)

what

  • Reverses logic for assigning subscriber emails when notifications are enabled

why

  • Previously providing subscriber emails was not working due to only assigning those emails when notifications_enabled was false. This seems incorrect.
    • I also checked that having both an SNS topic + subscriber emails assigned is not mutually exclusive, so this feels like the originally desired behavior and we just have the logic swapped.

references

Refs

  • None.

🤖 Automatic Updates

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

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 (#​49)

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 (#​48)

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

v0.5.0

Compare Source

🤖 Automatic Updates

chore(deps): update terraform cloudposse/sns-lambda-notify-slack/aws to v0.9.0 @​renovate (#​46)

This PR contains the following updates:

Package Type Update Change
cloudposse/sns-lambda-notify-slack/aws (source) module minor 0.7.0 -> 0.9.0

Release Notes
cloudposse/terraform-aws-sns-lambda-notify-slack (cloudposse/sns-lambda-notify-slack/aws)
v0.9.0

Compare Source

v0.8.0

Compare Source

fix: add an attribute to examples/completed to avoid name conflict in test concurrent runs @​&#​8203;gberenice (#&#​8203;60)
what
  • Adds an attribute to the examples/competed root module - the MD5 hash of a timestamp. Thit adds a "random" attribute to the resources and helps to avoid resource name conflict during the concurrent runs, [e.g.]:
    Error: creating CloudWatch Logs Log Group (/aws/lambda/eg-test-sns-default): operation error CloudWatch Logs:
    CreateLogGroup, https response error StatusCode: 400, RequestID: 1eefd04-082e-4b8e-8c3b-0b3c3f2dd8a8,
    ResourceAlreadyExistsException: The specified log group already exists
  • Bumps terraform-aws-modules/notify-slack/aws to support newer Python version before 3.8 EOL
why
v0.7.2

Compare Source

Add tags @​&#​8203;rtest12 (#&#​8203;59)
what
  • Use tags = module.this.tags on the notify_slack resource.
why
  • Enhanced manageability: Tags enable better resource management, cost tracking, and security strategies.
  • Consistency: Tagging the notify_slack resource provides consistency across all project resources.
  • Discovery: Tags assist in faster resource locating when filtering or searching.
🤖 Automatic Updates
Update GitHub Workflows to use shared workflows from '.github' repo @​&#​8203;osterman (#&#​8203;58)
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 @​&#​8203;osterman (#&#​8203;56)
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 @​&#​8203;osterman (#&#​8203;55)
what
  • Update workflows (.github/workflows/settings.yaml)
why
  • Support new readme generation workflow.
  • Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @​&#​8203;osterman (#&#​8203;54)
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 @​&#​8203;osterman (#&#​8203;51)
what
  • Install a repository config (.github/settings.yaml)
why
  • Programmatically manage GitHub repo settings
Update Scaffolding @​&#​8203;osterman (#&#​8203;49)
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
v0.7.1

Compare Source

🚀 Enhancements
Added variable lambda_source_path to support custom lambda @​&#​8203;vladsmrt (#&#​8203;46)
what
why
references
🤖 Automatic Updates
Update Terraform terraform-aws-modules/notify-slack/aws to 5.6 @​&#​8203;renovate (#&#​8203;48)

This PR contains the following updates:

Package Type Update Change
terraform-aws-modules/notify-slack/aws (source) module minor 5.5 -> 5.6

Release Notes
terraform-aws-modules/terraform-aws-notify-slack (terraform-aws-modules/notify-slack/aws)
v5.6.0

Compare Source

Features


Update release workflow to allow pull-requests: write @​osterman (#​45)

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 (#​44)

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 (#​43)

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 (#​42)

what

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

why

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

what

  • Install latest GitHub Action Workflows

why

  • Use shared workflows from cldouposse/.github repository
  • Simplify management of workflows from centralized hub of configuration
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test/src @​dependabot (#​37)

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Add GitHub Settings @​osterman (#​35)

what

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

why

  • Programmatically manage GitHub repo settings
Update Scaffolding @​osterman (#​33)

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

v0.4.1

Compare Source

🚀 Enhancements

feat: added auto_adjust_data attribute @​mayank0202 (#​29)

what

  • No breaking changes were done , added only one attribute in budgets resource type i.e auto_adjust_data and its optional but its a new attribute that has been seen in terraform docs.

why

  • I've determined that enabling the auto_adjust_data attribute is essential for aligning with business requirements and best practices for cost management. My testing has confirmed that its inclusion doesn't cause any functional disruptions, and it offers the added benefit of triggering email notifications upon auto-adjustments, enhancing visibility into budget changes. Therefore, I strongly recommend incorporating this attribute in our Terraform configuration to ensure optimal budget management and adherence to business needs.
    screenshot is attached below:

IMG_5597

references

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/budgets_budget#auto-adjust-data

v0.4.0

Compare Source

Update `Go` version for tests, module versions, README and LICENSE @​aknysh (#​28)

what

  • Update Go version for tests, module versions, README and LICENSE

why

  • Keep up to date
Added the VPC params when calling the slack_notify_lambda module @​boris-dyga-SM (#​26)

what

  • Added VPC params to be able to deploy the Slack notification Lambda inside VPC as well

why

  • PCI DSS requires any Lambda to be deployed inside a VPC

references

Sync github @​max-lobur (#​19)

Rebuild github dir from the template

v0.3.0

Compare Source

  • No changes

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 is behind base branch, 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 31, 2024 11:26
@renovate renovate bot added the auto-update label Dec 31, 2024
@renovate renovate bot force-pushed the renovate/cloudposse-budgets-aws-0.x branch from d7d5771 to 281b028 Compare December 31, 2024 13:23
@davenicoll davenicoll merged commit 65c94f7 into main Jan 3, 2025
69 of 74 checks passed
@davenicoll davenicoll deleted the renovate/cloudposse-budgets-aws-0.x branch January 3, 2025 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant