Skip to content

Commit 339c384

Browse files
authored
Update releases through Jan 31, 2023 (#621)
1 parent 012a02c commit 339c384

File tree

6 files changed

+624
-12
lines changed

6 files changed

+624
-12
lines changed

docs/guides/stay-up-to-date/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import CardGroup from "/src/components/CardGroup"
1616

1717
<CardGroup cols={1} gap="1rem" stacked equalHeightRows={false} commonCardProps={{padding: "1.25rem"}}>
1818

19+
<Card title="Update to 2023-01" href="/guides/stay-up-to-date/releases/2023-01" />
1920
<Card title="Update to 2022-12" href="/guides/stay-up-to-date/releases/2022-12" />
2021
<Card title="Update to 2022-11" href="/guides/stay-up-to-date/releases/2022-11" />
2122
<Card title="Update to 2022-10" href="/guides/stay-up-to-date/releases/2022-10" />
@@ -30,7 +31,6 @@ import CardGroup from "/src/components/CardGroup"
3031
<Card title="Update to 2022-01" href="/guides/stay-up-to-date/releases/2022-01" />
3132
<Card title="Update to 2021-12" href="/guides/stay-up-to-date/releases/2021-12" />
3233
<Card title="Update to 2021-11" href="/guides/stay-up-to-date/releases/2021-11" />
33-
<Card title="Update to 2021-10" href="/guides/stay-up-to-date/releases/2021-10" />
3434
<Card title="See older releases" href="/guides/stay-up-to-date/releases" />
3535

3636
</CardGroup>
@@ -109,6 +109,6 @@ href="/guides/stay-up-to-date/terraform/terraform-1.1"
109109
<!-- ##DOCS-SOURCER-START
110110
{
111111
"sourcePlugin": "releases",
112-
"hash": "8fac172fc52b3b2e79b022f7d48c6325"
112+
"hash": "7ea35831433ed92507132ae0bae19621"
113113
}
114114
##DOCS-SOURCER-END -->

docs/guides/stay-up-to-date/releases/2022-08/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ Special thanks to @lorelei-rupp-imprivata for catching this issue!
864864
- Added instructions to README on how to perform a blue-green deployment of Aurora.
865865

866866

867+
867868

868869
</div>
869870

@@ -894,6 +895,6 @@ Special thanks to @lorelei-rupp-imprivata for catching this issue!
894895
<!-- ##DOCS-SOURCER-START
895896
{
896897
"sourcePlugin": "releases",
897-
"hash": "39e9aa4d181dc140eeca0b4bc3eaa487"
898+
"hash": "734d672f8c8f01bc688d725a806386c9"
898899
}
899900
##DOCS-SOURCER-END -->

docs/guides/stay-up-to-date/releases/2022-10/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ Here are the repos that were updated:
173173

174174
- [CIS v1.5] New RDS compliant module
175175

176-
177-
178-
179-
180176

181177
</div>
182178

@@ -440,6 +436,6 @@ Due to the Cluster Autoscaler version bump, additional IAM Permissions have been
440436
<!-- ##DOCS-SOURCER-START
441437
{
442438
"sourcePlugin": "releases",
443-
"hash": "3536807f086094723c6cc5acd2f7709f"
439+
"hash": "938a32fa34028975342d181683edc000"
444440
}
445441
##DOCS-SOURCER-END -->

docs/guides/stay-up-to-date/releases/2022-12/index.md

Lines changed: 239 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ Here are the repos that were updated:
1212

1313
- [repo-copier](#repo-copier)
1414
- [terraform-aws-ci](#terraform-aws-ci)
15+
- [terraform-aws-cis-service-catalog](#terraform-aws-cis-service-catalog)
16+
- [terraform-aws-lambda](#terraform-aws-lambda)
1517
- [terraform-aws-load-balancer](#terraform-aws-load-balancer)
18+
- [terraform-aws-security](#terraform-aws-security)
19+
- [terraform-aws-service-catalog](#terraform-aws-service-catalog)
20+
- [terraform-aws-vpc](#terraform-aws-vpc)
1621

1722

1823
## repo-copier
@@ -58,7 +63,7 @@ Here are the repos that were updated:
5863

5964

6065

61-
- Use BuildKit pattern for passing secrets in the CircleCI build
66+
- Use BuildKit pattern for passing secrets in the CircleCI build **[BACKWARD INCOMPATIBLE]**
6267
- Fix intermittent test failure
6368
- Use main branch in deploy-runner docker image
6469
- Fix installing `gox` in Go 1.17 and newer
@@ -67,6 +72,134 @@ Here are the repos that were updated:
6772

6873

6974

75+
</div>
76+
77+
78+
79+
## terraform-aws-cis-service-catalog
80+
81+
82+
### [v0.42.5](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.5)
83+
84+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
85+
<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>
86+
</p>
87+
88+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
89+
90+
91+
92+
- Move the generated `.tflint.hcl` by the `tflint` patch to be at the root level, instead of at the module directory level.
93+
94+
95+
96+
</div>
97+
98+
99+
### [v0.42.4](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.4)
100+
101+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
102+
<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>
103+
</p>
104+
105+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
106+
107+
108+
109+
- Fix tflint patch to add block for including the parent TG config
110+
111+
112+
</div>
113+
114+
115+
### [v0.42.3](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.3)
116+
117+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
118+
<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>
119+
</p>
120+
121+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
122+
123+
124+
- Add patch for tflint hook setup for CIS RefArch users
125+
126+
127+
128+
129+
130+
131+
</div>
132+
133+
134+
### [v0.42.2](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.2)
135+
136+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
137+
<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>
138+
</p>
139+
140+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
141+
142+
143+
144+
- Fix project&apos;s name on goreleaser. Also added docs for the CIDR block rule.
145+
146+
147+
148+
</div>
149+
150+
151+
### [v0.42.1](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.1)
152+
153+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
154+
<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>
155+
</p>
156+
157+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
158+
159+
160+
161+
- New golang module: `tflint-ruleset-aws-cis`. It will be used to validate CIDR blocks.
162+
163+
164+
165+
</div>
166+
167+
168+
169+
## terraform-aws-lambda
170+
171+
172+
### [v0.21.4](https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.4)
173+
174+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
175+
<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>
176+
</p>
177+
178+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
179+
180+
181+
182+
- Fixes perpetual diff issue on `terragrunt plan` when using relative paths for the Lambda function&apos;s source path, and adds the option to configure the files to exclude when zipping the Lambda&apos;s code
183+
184+
185+
186+
</div>
187+
188+
189+
### [v0.21.3](https://github.com/gruntwork-io/terraform-aws-lambda/releases/tag/v0.21.3)
190+
191+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
192+
<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>
193+
</p>
194+
195+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
196+
197+
198+
199+
- Fixes permissions for Lambda&apos;s ENI management when running in VPC.
200+
201+
202+
70203
</div>
71204

72205

@@ -92,10 +225,114 @@ Here are the repos that were updated:
92225

93226

94227

228+
## terraform-aws-security
229+
230+
231+
### [v0.67.1](https://github.com/gruntwork-io/terraform-aws-security/releases/tag/v0.67.1)
232+
233+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
234+
<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>
235+
</p>
236+
237+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
238+
239+
240+
- `ntp`
241+
- `private-s3-bucket`
242+
243+
244+
- Add explanation of why Chrony in a module called NTP
245+
- Adding bucket_key_enabled option to S3 module
246+
247+
248+
Special thanks to the following user for their contribution!
249+
250+
- @nniehoff
251+
252+
253+
254+
- https://github.com/gruntwork-io/terraform-aws-security/pull/733
255+
- https://github.com/gruntwork-io/terraform-aws-security/pull/734
256+
257+
258+
259+
</div>
260+
261+
262+
263+
## terraform-aws-service-catalog
264+
265+
266+
### [v0.99.2](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.99.2)
267+
268+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
269+
<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>
270+
</p>
271+
272+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
273+
274+
275+
- Update the CIS RDS Patch to include state migrations
276+
- IMDSv1 passthru variable for ASG launch configurations
277+
278+
279+
280+
</div>
281+
282+
283+
### [v0.99.1](https://github.com/gruntwork-io/terraform-aws-service-catalog/releases/tag/v0.99.1)
284+
285+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
286+
<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>
287+
</p>
288+
289+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
290+
291+
292+
293+
- Add `Name` tag (cluster name) for managed EKS workers
294+
295+
296+
297+
</div>
298+
299+
300+
301+
## terraform-aws-vpc
302+
303+
304+
### [v0.22.4](https://github.com/gruntwork-io/terraform-aws-vpc/releases/tag/v0.22.4)
305+
306+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
307+
<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>
308+
</p>
309+
310+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
311+
312+
313+
314+
- 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.
315+
```
316+
│ Warning: Argument is deprecated
317+
318+
│ with module.vpc_flow_log.module.s3_bucket.aws_s3_bucket.bucket,
319+
│ on .terraform/modules/vpc_flow_log.s3_bucket/modules/private-s3-bucket/main.tf line 19, in resource &quot;aws_s3_bucket&quot; &quot;bucket&quot;:
320+
│ 19: resource &quot;aws_s3_bucket&quot; &quot;bucket&quot; &#x7B;
321+
322+
│ Use the top-level parameter object_lock_enabled and the
323+
│ aws_s3_bucket_object_lock_configuration resource instead
324+
```
325+
326+
327+
328+
</div>
329+
330+
331+
95332

96333
<!-- ##DOCS-SOURCER-START
97334
{
98335
"sourcePlugin": "releases",
99-
"hash": "79a2d68965faabae13c415c6c06264b7"
336+
"hash": "0c7197b91e0e2863b023e9bb72a0c949"
100337
}
101338
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)