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

Bump terraform-aws-modules/alb/aws from 8.7.0 to 9.4.1 in /terraform/20-app #410

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Bumps terraform-aws-modules/alb/aws from 8.7.0 to 9.4.1.

Release notes

Sourced from terraform-aws-modules/alb/aws's releases.

v9.4.1

9.4.1 (2024-01-12)

Bug Fixes

  • Change subnets default value to null (#341) (a28fe0b)

v9.4.0

9.4.0 (2023-12-23)

Features

v9.3.0

9.3.0 (2023-12-22)

Features

  • Add option enforce_security_group_inbound_rules_on_private_link_traffic (#332) (33feec8)

v9.2.0

9.2.0 (2023-11-13)

Features

  • Add ignore changes on tags to elasticbeanstalk:shared-elb-environment-count (#324) (d6715c7)

v9.1.0

9.1.0 (2023-10-30)

Features

  • Add support for disabling connection termination for unhealthy targets and AZ DNS affinity (#315) (c79324e)

v9.0.0

9.0.0 (2023-10-27)

⚠ BREAKING CHANGES

  • Refactor module to use maps instead of lists (#305)

Backwards incompatible changes

... (truncated)

Changelog

Sourced from terraform-aws-modules/alb/aws's changelog.

9.4.1 (2024-01-12)

Bug Fixes

  • Change subnets default value to null (#341) (a28fe0b)

9.4.0 (2023-12-23)

Features

9.3.0 (2023-12-22)

Features

  • Add option enforce_security_group_inbound_rules_on_private_link_traffic (#332) (33feec8)

9.2.0 (2023-11-13)

Features

  • Add ignore changes on tags to elasticbeanstalk:shared-elb-environment-count (#324) (d6715c7)

9.1.0 (2023-10-30)

Features

  • Add support for disabling connection termination for unhealthy targets and AZ DNS affinity (#315) (c79324e)

9.0.0 (2023-10-27)

⚠ BREAKING CHANGES

  • Refactor module to use maps instead of lists (#305)

Features

  • Refactor module to use maps instead of lists (#305) (39d5627)
Commits
  • eb1a918 chore(release): version 9.4.1 [skip ci]
  • a28fe0b fix: Change subnets default value to null (#341)
  • 9ff4ea8 chore: Fixed typo in example in README.md (#335)
  • ca4c332 chore(release): version 9.4.0 [skip ci]
  • 3167d65 feat: ALB Connection logging (#334)
  • 7339d02 chore(release): version 9.3.0 [skip ci]
  • 33feec8 feat: Add option enforce_security_group_inbound_rules_on_private_link_traffic...
  • a1a54c5 docs: Add multiple target groups with for loop pattern (#327)
  • 6b4073c docs: Link from examples to patterns (#326)
  • 7ed6f04 chore(release): version 9.2.0 [skip ci]
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jan 12, 2024
Copy link

github-actions bot commented Jan 12, 2024

unit test coverage report

Title Lines Statements Branches Functions
public-api-cloud-front-viewer-request Coverage: 100%
100% (13/13) 100% (8/8) 100% (2/2)
lambda-producer Coverage: 100%
100% (41/41) 25% (2/8) 100% (8/8)
Title Tests Skipped Failures Errors Time
public-api-cloud-front-viewer-request 10 0 💤 0 ❌ 0 🔥 0.639s ⏱️
lambda-producer 16 0 💤 0 ❌ 0 🔥 1.535s ⏱️

@dependabot dependabot bot force-pushed the dependabot/terraform/terraform/20-app/terraform-aws-modules/alb/aws-9.4.1 branch from 962ddec to 83b6989 Compare January 15, 2024 09:40
Bumps [terraform-aws-modules/alb/aws](https://github.com/terraform-aws-modules/terraform-aws-alb) from 8.7.0 to 9.4.1.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-alb/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-alb/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-alb@v8.7.0...v9.4.1)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/alb/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/terraform/terraform/20-app/terraform-aws-modules/alb/aws-9.4.1 branch from 83b6989 to 76a9a47 Compare January 17, 2024 11:50
@A-Ashiq A-Ashiq closed this Jan 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 19, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/terraform/terraform/20-app/terraform-aws-modules/alb/aws-9.4.1 branch January 19, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant