-
Notifications
You must be signed in to change notification settings - Fork 43
Update releases through Jan 31, 2023 #621
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
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,12 @@ Here are the repos that were updated: | |
|
|
||
| - [repo-copier](#repo-copier) | ||
| - [terraform-aws-ci](#terraform-aws-ci) | ||
| - [terraform-aws-cis-service-catalog](#terraform-aws-cis-service-catalog) | ||
| - [terraform-aws-lambda](#terraform-aws-lambda) | ||
| - [terraform-aws-load-balancer](#terraform-aws-load-balancer) | ||
| - [terraform-aws-security](#terraform-aws-security) | ||
| - [terraform-aws-service-catalog](#terraform-aws-service-catalog) | ||
| - [terraform-aws-vpc](#terraform-aws-vpc) | ||
|
|
||
|
|
||
| ## repo-copier | ||
|
|
@@ -58,7 +63,7 @@ Here are the repos that were updated: | |
|
|
||
|
|
||
|
|
||
| - Use BuildKit pattern for passing secrets in the CircleCI build | ||
| - Use BuildKit pattern for passing secrets in the CircleCI build **[BACKWARD INCOMPATIBLE]** | ||
| - Fix intermittent test failure | ||
| - Use main branch in deploy-runner docker image | ||
| - Fix installing `gox` in Go 1.17 and newer | ||
|
|
@@ -67,6 +72,134 @@ Here are the repos that were updated: | |
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
||
| ## terraform-aws-cis-service-catalog | ||
|
|
||
|
|
||
| ### [v0.42.5](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.5) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/14/2022 | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.5">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Move the generated `.tflint.hcl` by the `tflint` patch to be at the root level, instead of at the module directory level. | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
| ### [v0.42.4](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.4) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/14/2022 | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.4">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Fix tflint patch to add block for including the parent TG config | ||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
| ### [v0.42.3](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.3) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/14/2022 | Modules affected: N.A. | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.3">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
| - Add patch for tflint hook setup for CIS RefArch users | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
Comment on lines
+122
to
+130
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. NIT: There are a couple of empty lines surrounding the modules affected. |
||
| </div> | ||
|
|
||
|
|
||
| ### [v0.42.2](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.2) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/9/2022 | Modules affected: tflint-ruleset-aws-cis | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.2">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Fix project's name on goreleaser. Also added docs for the CIDR block rule. | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
| ### [v0.42.1](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.1) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/9/2022 | Modules affected: tflint-ruleset-aws-cis | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.1">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - New golang module: `tflint-ruleset-aws-cis`. It will be used to validate CIDR blocks. | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
||
| ## terraform-aws-lambda | ||
|
|
||
|
|
||
| ### [v0.21.4](https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.4) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/15/2022 | Modules affected: lambda-edge, lambda | <a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.4">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Fixes perpetual diff issue on `terragrunt plan` when using relative paths for the Lambda function's source path, and adds the option to configure the files to exclude when zipping the Lambda's code | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
| ### [v0.21.3](https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.3) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/2/2022 | Modules affected: lambda | <a href="https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.3">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Fixes permissions for Lambda's ENI management when running in VPC. | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
@@ -92,10 +225,114 @@ Here are the repos that were updated: | |
|
|
||
|
|
||
|
|
||
| ## terraform-aws-security | ||
|
|
||
|
|
||
| ### [v0.67.1](https://github.com/gruntwork-io/terraform-aws-security/releases/tag/v0.67.1) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/14/2022 | Modules affected: ntp, private-s3-bucket | <a href="https://github.com/gruntwork-io/terraform-aws-security/releases/tag/v0.67.1">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
| - `ntp` | ||
| - `private-s3-bucket` | ||
|
|
||
|
|
||
| - Add explanation of why Chrony in a module called NTP | ||
| - Adding bucket_key_enabled option to S3 module | ||
|
|
||
|
|
||
| Special thanks to the following user for their contribution! | ||
|
|
||
| - @nniehoff | ||
|
|
||
|
|
||
|
|
||
| - https://github.com/gruntwork-io/terraform-aws-security/pull/733 | ||
| - https://github.com/gruntwork-io/terraform-aws-security/pull/734 | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
||
| ## terraform-aws-service-catalog | ||
|
|
||
|
|
||
| ### [v0.99.2](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.99.2) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/16/2022 | Modules affected: mgmt | <a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.99.2">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
| - Update the CIS RDS Patch to include state migrations | ||
| - IMDSv1 passthru variable for ASG launch configurations | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
| ### [v0.99.1](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.99.1) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/8/2022 | Modules affected: services/eks-workers | <a href="https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.99.1">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Add `Name` tag (cluster name) for managed EKS workers | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
||
| ## terraform-aws-vpc | ||
|
|
||
|
|
||
| ### [v0.22.4](https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.22.4) | ||
|
|
||
| <p style={{marginTop: "-20px", marginBottom: "10px"}}> | ||
| <small>Published: 12/9/2022 | Modules affected: vpc-flow-logs | <a href="https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.22.4">Release notes</a></small> | ||
| </p> | ||
|
|
||
| <div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}> | ||
|
|
||
|
|
||
|
|
||
| - Updating terraform-aws-security to latest version: When the flow-logs module was instantiate, and an S3 bucket was created, a warning about a deprecated attribute was thrown. Updating the version of the upstream code. | ||
| ``` | ||
| │ Warning: Argument is deprecated | ||
| │ | ||
| │ with module.vpc_flow_log.module.s3_bucket.aws_s3_bucket.bucket, | ||
| │ on .terraform/modules/vpc_flow_log.s3_bucket/modules/private-s3-bucket/main.tf line 19, in resource "aws_s3_bucket" "bucket": | ||
| │ 19: resource "aws_s3_bucket" "bucket" { | ||
| │ | ||
| │ Use the top-level parameter object_lock_enabled and the | ||
| │ aws_s3_bucket_object_lock_configuration resource instead | ||
| ``` | ||
|
|
||
|
|
||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
||
|
|
||
| <!-- ##DOCS-SOURCER-START | ||
| { | ||
| "sourcePlugin": "releases", | ||
| "hash": "79a2d68965faabae13c415c6c06264b7" | ||
| "hash": "0c7197b91e0e2863b023e9bb72a0c949" | ||
| } | ||
| ##DOCS-SOURCER-END --> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened here? Are we losing some of these releases?