Skip to content

Commit

Permalink
Bumps version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Nov 20, 2024
1 parent bbfbda2 commit 7faffc8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
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 = 2.0.0
current_version = 3.0.0
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ 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/).

### [3.0.0](https://github.com/plus3it/terraform-aws-tardigrade-vpc-flow-log/releases/tag/3.0.0)

**Released**: 2024.11.20

**Summary**:

* Refactors module to support all attributes of the Flow Log resource
* Supported sources include:
* VPC ID
* Subnet ID
* Transit Gateway ID
* Transit Gateway Attachment ID
* Elastic Network Interface ID
* Supported destination types include:
* CloudWatch Log Group
* S3 Bucket
* Kinesis Data Firehose
* When the destination type is a CloudWatch Log Group, the module supports either
creating the log group, or providing the log group arn via the `log_destination`
input. For other destination types, the `log_destination` is required.

### 1.0.2

**Released**: 2019.10.28
Expand Down

0 comments on commit 7faffc8

Please sign in to comment.