Skip to content

Commit

Permalink
Bumps version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed May 25, 2023
1 parent 3e3d918 commit 10fcda9
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.2
current_version = 4.0.0
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
9 changes: 2 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: terraform
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/tests"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### [4.0.0](https://github.com/plus3it/terraform-aws-tardigrade-security-hub/releases/tag/4.0.0)

**Released**: 2023.05.25

**Summary**:

* Adds support for security hub `control_finding_generator` feature
* Sets default value for `control_finding_generator` to `SECURITY_CONTROL`
* Updates minimum terraform aws provider version to 4.64.0

### 3.0.2

**Released**: 2023.02.01
Expand Down
4 changes: 2 additions & 2 deletions modules/accepter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.29.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.29.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.64.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/accepter/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.29.0"
version = ">= 4.64.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.29.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.29.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.64.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.29.0"
version = ">= 4.64.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/action_target/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.29.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.29.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.64.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/action_target/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.29.0"
version = ">= 4.64.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/cross-account-member/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.29.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion modules/cross-account-member/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.29.0"
version = ">= 4.64.0"
configuration_aliases = [aws.administrator]
}
}
Expand Down
4 changes: 2 additions & 2 deletions modules/member/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.29.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.29.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.64.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/member/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.29.0"
version = ">= 4.64.0"
}
}
}
4 changes: 2 additions & 2 deletions modules/subscriptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.29.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.64.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.29.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.64.0 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/subscriptions/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.29.0"
version = ">= 4.64.0"
}
}
}
63 changes: 0 additions & 63 deletions tests/module_test.go

This file was deleted.

0 comments on commit 10fcda9

Please sign in to comment.