PowerDataHub / terraform-aws-airflow

Terraform module to deploy an Apache Airflow cluster on AWS, backed by RDS PostgreSQL for metadata, S3 for logs and SQS as message broker with CeleryExecutor
Apache License 2.0
84 stars 40 forks source link

Bump terraform-aws-modules/security-group/aws from 3.2.0 to 4.3.0 #51

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps terraform-aws-modules/security-group/aws from 3.2.0 to 4.3.0.

Changelog

Sourced from terraform-aws-modules/security-group/aws's changelog.

[v4.3.0] - 2021-06-28

  • feat: Add rules for SMTP, SMTPS, SaltStack (#220)

[v4.2.0] - 2021-05-27

  • feat: Create group optionally (#218)

[v4.1.0] - 2021-05-27

  • chore: Fixed GH actions to be the same as in other terraform-aws-modules (#217)
  • chore: Updated versions in README

[v4.0.0] - 2021-04-26

  • feat: Shorten outputs (removing this_) (#210)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#208)
  • chore: add ci-cd workflow for pre-commit checks (#206)

[v3.18.0] - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#205)

[v3.17.0] - 2020-11-13

  • feat: Adding LDAP into rules.tf (#195)

[v3.16.0] - 2020-08-20

  • chore: Fixed formatting
  • feat: Allow custom Name tag for security group (#187)

[v3.15.0] - 2020-08-13

  • feat: Add JMX and Node exporter TCP ports for Kafka (#186)

... (truncated)

Commits
  • 3c7e133 Updated CHANGELOG
  • da09483 feat: Add rules for SMTP, SMTPS, SaltStack (#220)
  • d4cb259 Updated CHANGELOG
  • ac988ca feat: Create group optionally (#218)
  • 18bb00a Updated CHANGELOG
  • 2d20356 chore: Fixed GH actions to be the same as in other terraform-aws-modules (#217)
  • f26887f chore: Updated versions in README
  • ff2efb8 Updated CHANGELOG
  • fa11f9d feat: Shorten outputs (removing this_) (#210)
  • 9c17bd7 chore: update documentation and pin terraform_docs version to avoid future ...
  • 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 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[bot] commented 2 years ago

Superseded by #54.