Skip to content

Commit 4d0608c

Browse files
brikis98oredavids
andauthored
Update releases through end of Feb (#663)
* Update releases through end of Feb * Re-ran releases plugin for february * Re-ran releases plugin to pull in repo-copier's release typo fix --------- Co-authored-by: Oreoluwa Agunbiade <[email protected]>
1 parent 19f5714 commit 4d0608c

File tree

4 files changed

+551
-8
lines changed

4 files changed

+551
-8
lines changed

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

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

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

19-
<!-- replaced-by-docs-sourcer-automatically-do-not-edit -->
19+
<Card title="Update to 2023-02" href="/guides/stay-up-to-date/releases/2023-02" />
20+
<Card title="Update to 2023-01" href="/guides/stay-up-to-date/releases/2023-01" />
21+
<Card title="Update to 2022-12" href="/guides/stay-up-to-date/releases/2022-12" />
22+
<Card title="Update to 2022-11" href="/guides/stay-up-to-date/releases/2022-11" />
23+
<Card title="Update to 2022-10" href="/guides/stay-up-to-date/releases/2022-10" />
24+
<Card title="Update to 2022-09" href="/guides/stay-up-to-date/releases/2022-09" />
25+
<Card title="Update to 2022-08" href="/guides/stay-up-to-date/releases/2022-08" />
26+
<Card title="Update to 2022-07" href="/guides/stay-up-to-date/releases/2022-07" />
27+
<Card title="Update to 2022-06" href="/guides/stay-up-to-date/releases/2022-06" />
28+
<Card title="Update to 2022-05" href="/guides/stay-up-to-date/releases/2022-05" />
29+
<Card title="Update to 2022-04" href="/guides/stay-up-to-date/releases/2022-04" />
30+
<Card title="Update to 2022-03" href="/guides/stay-up-to-date/releases/2022-03" />
31+
<Card title="Update to 2022-02" href="/guides/stay-up-to-date/releases/2022-02" />
32+
<Card title="Update to 2022-01" href="/guides/stay-up-to-date/releases/2022-01" />
33+
<Card title="Update to 2021-12" href="/guides/stay-up-to-date/releases/2021-12" />
34+
<Card title="See older releases" href="/guides/stay-up-to-date/releases" />
2035

2136
</CardGroup>
2237

@@ -98,7 +113,7 @@ href="/guides/stay-up-to-date/cis/cis-1.5.0"
98113

99114
<!-- ##DOCS-SOURCER-START
100115
{
101-
"sourcePlugin": "local-copier",
102-
"hash": "83b5997fd4c9852bc578ed27cb2e494e"
116+
"sourcePlugin": "releases",
117+
"hash": "62b70a3abb786b70597a9ce74277234a"
103118
}
104119
##DOCS-SOURCER-END -->

docs/guides/stay-up-to-date/releases/2023-01/index.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Here are the repos that were updated:
3333

3434
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
3535

36-
* Improve code architecture by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/138
36+
* Prevent continuously keeping `go-git` instances in memory by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/134
37+
* Improve code architecture by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/138
3738
* Switching to Git command by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/139
38-
* Prevent conuntinuesly keeping `go-git` instances in memory by @levkoburburas in https://github.com/gruntwork-io/repo-copier/pull/134
3939

4040

4141
This release switches `repo-copier` to using your locally installed `git` instance rather than the embedded `go-git` library. This is because of memory consumption and stack overflow issues with `go-git`. Please ensure you have `git` installed locally and in your `PATH` whenever running `repo-copier` going forward!
@@ -82,6 +82,24 @@ This release switches `repo-copier` to using your locally installed `git` instan
8282
## terraform-aws-cis-service-catalog
8383

8484

85+
### [v0.42.7](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.7)
86+
87+
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
88+
<small>Published: 1/31/2023 | Modules affected: data-stores | <a href="https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.7">Release notes</a></small>
89+
</p>
90+
91+
<div style={{"overflow":"hidden","textOverflow":"ellipsis","display":"-webkit-box","WebkitLineClamp":10,"lineClamp":10,"WebkitBoxOrient":"vertical"}}>
92+
93+
94+
95+
- Update tflint patch to latest docker and remove include root
96+
- Plumb `maintenance_window` variable from CIS RDS module through to base RDS module
97+
98+
99+
100+
</div>
101+
102+
85103
### [v0.42.6](https://github.com/gruntwork-io/terraform-aws-cis-service-catalog/releases/tag/v0.42.6)
86104

87105
<p style={{marginTop: "-20px", marginBottom: "10px"}}>
@@ -372,6 +390,6 @@ If you wish to maintain backward compatibility with your existing setup of the E
372390
<!-- ##DOCS-SOURCER-START
373391
{
374392
"sourcePlugin": "releases",
375-
"hash": "ee236b0fb3bc36dbd51cfac665fdc64a"
393+
"hash": "94e7dde5d330983bc64a360d80db7c50"
376394
}
377395
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)