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): bump hashicorp/aws from 4.23.0 to 4.24.0 in /terraform #2

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps hashicorp/aws from 4.23.0 to 4.24.0.

Release notes

Sourced from hashicorp/aws's releases.

v4.24.0

FEATURES:

  • New Resource: aws_acmpca_permission (#12485)
  • New Resource: aws_ssm_service_setting (#13018)

ENHANCEMENTS:

  • data-source/aws_ecs_service: Add tags attribute (#25961)
  • resource/aws_datasync_task: Add includes argument (#25929)
  • resource/aws_guardduty_detector: Add malware_protection attribute to the datasources configuration block (#25994)
  • resource/aws_guardduty_organization_configuration: Add malware_protection attribute to the datasources configuration block (#25992)
  • resource/aws_security_group: Additional plan-time validation for name and name_prefix (#15011)
  • resource/aws_security_group_rule: Add configurable Create timeout (#24340)
  • resource/aws_ses_configuration_set: Add tracking_options.0.custom_redirect_domain argument (NOTE: This enhancement is provided as best effort due to testing limitations, i.e., the requirement of a verified domain) (#26032)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Fix bug where bool values for attachment-policy.action.require-acceptance can only be true or omitted (#26010)
  • resource/aws_appmesh_gateway_route: Fix crash when only one of hostname rewrite or path rewrite is configured (#26012)
  • resource/aws_ce_anomaly_subscription:Fix crash upon adding or removing monitor ARNs to monitor_arn_list. (#25941)
  • resource/aws_cognito_identity_pool_provider_principal_tag: Fix read operation when using an OIDC provider (#25964)
  • resource/aws_route53_record: Don't ignore dualstack prefix in Route 53 Record alias names (#10672)
  • resource/aws_s3_bucket: Prevents unexpected import of existing bucket in us-east-1. (#26011)
  • resource/aws_s3_bucket: Refactored object_lock_enabled parameter's default assignment behavior to protect partitions without Object Lock available. (#25098)
Changelog

Sourced from hashicorp/aws's changelog.

4.24.0 (July 29, 2022)

FEATURES:

  • New Resource: aws_acmpca_permission (#12485)
  • New Resource: aws_ssm_service_setting (#13018)

ENHANCEMENTS:

  • data-source/aws_ecs_service: Add tags attribute (#25961)
  • resource/aws_datasync_task: Add includes argument (#25929)
  • resource/aws_guardduty_detector: Add malware_protection attribute to the datasources configuration block (#25994)
  • resource/aws_guardduty_organization_configuration: Add malware_protection attribute to the datasources configuration block (#25992)
  • resource/aws_security_group: Additional plan-time validation for name and name_prefix (#15011)
  • resource/aws_security_group_rule: Add configurable Create timeout (#24340)
  • resource/aws_ses_configuration_set: Add tracking_options.0.custom_redirect_domain argument (NOTE: This enhancement is provided as best effort due to testing limitations, i.e., the requirement of a verified domain) (#26032)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Fix bug where bool values for attachment-policy.action.require-acceptance can only be true or omitted (#26010)
  • resource/aws_appmesh_gateway_route: Fix crash when only one of hostname rewrite or path rewrite is configured (#26012)
  • resource/aws_ce_anomaly_subscription:Fix crash upon adding or removing monitor ARNs to monitor_arn_list. (#25941)
  • resource/aws_cognito_identity_pool_provider_principal_tag: Fix read operation when using an OIDC provider (#25964)
  • resource/aws_route53_record: Don't ignore dualstack prefix in Route 53 Record alias names (#10672)
  • resource/aws_s3_bucket: Prevents unexpected import of existing bucket in us-east-1. (#26011)
  • resource/aws_s3_bucket: Refactored object_lock_enabled parameter's default assignment behavior to protect partitions without Object Lock available. (#25098)
Commits

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 dependabot bot requested a review from a team as a code owner August 1, 2022 03:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Aug 1, 2022
chris3ware and others added 2 commits August 1, 2022 15:57
@dependabot dependabot bot force-pushed the dependabot/terraform/terraform/hashicorp/aws-4.24.0 branch from f62c173 to e348393 Compare August 1, 2022 14:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@chris3ware chris3ware merged commit 09b0e81 into main Aug 2, 2022
@chris3ware chris3ware deleted the dependabot/terraform/terraform/hashicorp/aws-4.24.0 branch August 2, 2022 09:47
chris3ware added a commit that referenced this pull request Aug 2, 2022
… 3.12.0 to ~> 3.14.2 in /terraform (#3)

* style(terraform): Move required version to top of terraform block

* chore(terraform): Split files into different directories

* chore(deps): update terraform-aws-modules/vpc/aws requirement from ~> 3.12.0 to ~> 3.14.2

Updates the requirements on [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) to permit the latest version.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v3.12.0...v3.14.2)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/vpc/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump hashicorp/aws from 4.23.0 to 4.24.0 in /terraform (#2)

* style(terraform): Move required version to top of terraform block

* chore(terraform): Split files into different directories

* chore(deps): bump hashicorp/aws from 4.23.0 to 4.24.0 in /terraform

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v4.23.0...v4.24.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: chris3ware <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(terraform): Remove files commited by accident

Co-authored-by: chris3ware <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@3ware-release
Copy link
Contributor

3ware-release bot commented Aug 2, 2022

This PR is included in version 1.1.0

3ware-release bot pushed a commit that referenced this pull request Feb 19, 2023
## [1.4.1](v1.4.0...v1.4.1) (2023-02-19)

### Chores

* **deps:** bump amannn/action-semantic-pull-request from 4 to 5 ([#11](#11)) ([ab73b7f](ab73b7f))
* **deps:** bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 ([#16](#16)) ([d129c63](d129c63))
* **deps:** bump cycjimmy/semantic-release-action from 2 to 3 ([#14](#14)) ([c4291b3](c4291b3)), closes [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#57](#57) [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#135](https://github.com/3ware/aws-network-speciality/issues/135) [#2](#2) [#129](https://github.com/3ware/aws-network-speciality/issues/129) [#126](https://github.com/3ware/aws-network-speciality/issues/126) [#124](https://github.com/3ware/aws-network-speciality/issues/124)
* **deps:** bump peter-murray/workflow-application-token-action ([#10](#10)) ([de537a2](de537a2))
* **deps:** bump wagoid/commitlint-github-action from 5.0.2 to 5.2.2 ([#13](#13)) ([b8f6f71](b8f6f71))
chris3ware pushed a commit that referenced this pull request Feb 28, 2023
* **deps:** bump amannn/action-semantic-pull-request from 4 to 5 ([#11](#11)) ([ab73b7f](ab73b7f))
* **deps:** bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 ([#16](#16)) ([d129c63](d129c63))
* **deps:** bump cycjimmy/semantic-release-action from 2 to 3 ([#14](#14)) ([c4291b3](c4291b3)), closes [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#57](#57) [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#135](https://github.com/3ware/aws-network-speciality/issues/135) [#2](#2) [#129](https://github.com/3ware/aws-network-speciality/issues/129) [#126](https://github.com/3ware/aws-network-speciality/issues/126) [#124](https://github.com/3ware/aws-network-speciality/issues/124)
* **deps:** bump peter-murray/workflow-application-token-action ([#10](#10)) ([de537a2](de537a2))
* **deps:** bump wagoid/commitlint-github-action from 5.0.2 to 5.2.2 ([#13](#13)) ([b8f6f71](b8f6f71))

chore(managed-by-terraform): update dependabot configuration file [skip ci]

ci(managed-by-terraform): update terraform-docs workflow file [skip ci]

chore(managed-by-terraform): update tflint configuration file [skip ci]

ci(managed-by-terraform): update tfsec workflow file [skip ci]

ci: update semantic-release configuration [skip ci]

ci(managed-by-terraform): update semantic-release workflow [skip ci]

ci(managed-by-terraform): update conventional pr-title workflow [skip ci]

chore(managed-by-terraform): update CODEOWNERS file [skip ci]

chore(managed-by-terraform): update editorconfig file [skip ci]

ci(managed-by-terraform): update terraform-docs workflow file [skip ci]

ci(managed-by-terraform): update semantic-release workflow [skip ci]

ci(managed-by-terraform): update terraform-docs workflow file [skip ci]

ci(managed-by-terraform): update lint workflow

ci(managed-by-terraform): update conventional pr-title workflow [skip ci]

ci(managed-by-terraform): update terraform-docs workflow file [skip ci]
3ware-release bot pushed a commit that referenced this pull request Feb 28, 2023
## [1.4.1](v1.4.0...v1.4.1) (2023-02-28)

### Chores

* **deps:** bump amannn/action-semantic-pull-request from 4 to 5 ([#11](#11)) ([ab73b7f](ab73b7f))
* **deps:** bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 ([#16](#16)) ([d129c63](d129c63))
* **deps:** bump cycjimmy/semantic-release-action from 2 to 3 ([#14](#14)) ([c4291b3](c4291b3)), closes [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#57](#57) [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#135](https://github.com/3ware/aws-network-speciality/issues/135) [#2](#2) [#129](https://github.com/3ware/aws-network-speciality/issues/129) [#126](https://github.com/3ware/aws-network-speciality/issues/126) [#124](https://github.com/3ware/aws-network-speciality/issues/124)
* **deps:** bump peter-murray/workflow-application-token-action ([#10](#10)) ([de537a2](de537a2))
* **deps:** bump wagoid/commitlint-github-action from 5.0.2 to 5.2.2 ([#13](#13)) ([b8f6f71](b8f6f71))
3ware-release bot pushed a commit that referenced this pull request Feb 28, 2023
## [1.4.1](v1.4.0...v1.4.1) (2023-02-28)

### Chores

* **deps:** bump amannn/action-semantic-pull-request from 4 to 5 ([#11](#11)) ([ab73b7f](ab73b7f))
* **deps:** bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 ([#16](#16)) ([d129c63](d129c63))
* **deps:** bump cycjimmy/semantic-release-action from 2 to 3 ([#14](#14)) ([c4291b3](c4291b3)), closes [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#57](#57) [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#135](https://github.com/3ware/aws-network-speciality/issues/135) [#2](#2) [#129](https://github.com/3ware/aws-network-speciality/issues/129) [#126](https://github.com/3ware/aws-network-speciality/issues/126) [#124](https://github.com/3ware/aws-network-speciality/issues/124)
* **deps:** bump peter-murray/workflow-application-token-action ([#10](#10)) ([de537a2](de537a2))
* **deps:** bump wagoid/commitlint-github-action from 5.0.2 to 5.2.2 ([#13](#13)) ([b8f6f71](b8f6f71))
chris3ware pushed a commit that referenced this pull request Feb 28, 2023
* **deps:** bump amannn/action-semantic-pull-request from 4 to 5 ([#11](#11)) ([ab73b7f](ab73b7f))
* **deps:** bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 ([#16](#16)) ([d129c63](d129c63))
* **deps:** bump cycjimmy/semantic-release-action from 2 to 3 ([#14](#14)) ([c4291b3](c4291b3)), closes [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#57](#57) [#92](https://github.com/3ware/aws-network-speciality/issues/92) [#96](https://github.com/3ware/aws-network-speciality/issues/96) [#135](https://github.com/3ware/aws-network-speciality/issues/135) [#2](#2) [#129](https://github.com/3ware/aws-network-speciality/issues/129) [#126](https://github.com/3ware/aws-network-speciality/issues/126) [#124](https://github.com/3ware/aws-network-speciality/issues/124)
* **deps:** bump peter-murray/workflow-application-token-action ([#10](#10)) ([de537a2](de537a2))
* **deps:** bump wagoid/commitlint-github-action from 5.0.2 to 5.2.2 ([#13](#13)) ([b8f6f71](b8f6f71))
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
Development

Successfully merging this pull request may close these issues.

1 participant