Skip to content

Update Gruntwork Releases as of 2026-03-31#3054

Merged
oredavids merged 3 commits intomainfrom
automation/update-releases-as-of-2026-03-31
Apr 14, 2026
Merged

Update Gruntwork Releases as of 2026-03-31#3054
oredavids merged 3 commits intomainfrom
automation/update-releases-as-of-2026-03-31

Conversation

@gruntwork-ci
Copy link
Copy Markdown
Contributor

@gruntwork-ci gruntwork-ci commented Apr 1, 2026

Update Gruntwork releases as of 2026-03-31

Summary by CodeRabbit

  • Documentation
    • Added a new 2026-03 release guide summarizing updates across many Gruntwork libraries.
    • Added a dedicated 2026-03 release page and updated the releases index to highlight 2026-03 (replaced an older top card and introduced a duplicate 2026-02 entry).
    • Updated 2026-02 release notes to add terraform-aws-data-storage v0.47.0 with OpenSearch and deprecation notes for several Lambda snapshot modules.

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 14, 2026 8:27pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 1, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

This PR adds a new Gruntwork release page for 2026-03, updates the stay-up-to-date guide and releases index cards to surface 2026-03 (removing/replacing the prior card), expands the 2026-02 release notes with terraform-aws-data-storage v0.47.0 details, and refreshes several DOCS-SOURCER metadata hashes. All changes are documentation-only.

Changes

Cohort / File(s) Summary
Stay-up-to-date guide index
docs/guides/stay-up-to-date/index.md
Replaced the “Update to 2024-12” card with an “Update to 2026-03” card and updated the embedded DOCS-SOURCER hash.
Releases index cards
docs/guides/stay-up-to-date/releases/index.md
Added a “Gruntwork Release 2026-03” card, adjusted card ordering to include 2026-03 alongside 2026-02, and refreshed DOCS-SOURCER hash metadata.
New 2026-03 release page
docs/guides/stay-up-to-date/releases/2026-03/index.md
Added a new release index page enumerating updated repositories, versions, dates, links, and condensed changelogs; includes DOCS-SOURCER block.
2026-02 release details
docs/guides/stay-up-to-date/releases/2026-02/index.md
Added terraform-aws-data-storage v0.47.0 (introduces opensearch (NEW), marks several Lambda snapshot modules DEPRECATED), updated module bullets and examples, and refreshed DOCS-SOURCER hash.

Sequence Diagram(s)

(Skipped — documentation edits only.)

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested reviewers

  • ZachGoldberg

Poem

✨ A new month joins the cards, a fresh release in view,
Hashes ticked and pages born — changelogs stitched anew.
Modules gain and modules fade, notes tidy on the run,
Docs shuffled, polished, published — another doc day done.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main purpose of the PR: updating Gruntwork release documentation for the 2026-03 period. It is clear, specific, and directly related to the changeset which adds the 2026-03 release page and updates associated documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch automation/update-releases-as-of-2026-03-31

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (2)
docs/guides/stay-up-to-date/releases/2026-03/index.md (2)

39-39: Consider more concise wording.

The phrase "Due to the fact that" can be simplified to "Since" or "Because" for improved readability.

✏️ Suggested improvement
-Note that although this isn't a breaking change, this does require an update to the [manifest](https://boilerplate.gruntwork.io/advanced/manifest/) schema, and as such you'll want to ensure that your manifest parsing isn't impacted. Due to the fact that a field has only been added, this risk is minimal if you use a modern YAML/JSON parser.
+Note that although this isn't a breaking change, this does require an update to the [manifest](https://boilerplate.gruntwork.io/advanced/manifest/) schema, and as such you'll want to ensure that your manifest parsing isn't impacted. Since only a field has been added, this risk is minimal if you use a modern YAML/JSON parser.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-03/index.md` at line 39, The
sentence uses the wordy phrase "Due to the fact that"; replace it with a concise
alternative such as "Since" or "Because" in the paragraph that begins "Note that
although this isn't a breaking change..." in
docs/guides/stay-up-to-date/releases/2026-03/index.md so the line reads e.g.
"Since a field has only been added, this risk is minimal if you use a modern
YAML/JSON parser." to improve readability while preserving meaning.

156-156: Inconsistent list indentation detected.

Several list items have inconsistent indentation (0 spaces instead of the expected 2 spaces). While this doesn't break rendering, fixing it would improve markdown formatting consistency.

Affected lines: 156, 174-177, 199, 284-285.

Also applies to: 174-177, 199-199, 284-285

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-03/index.md` at line 156, Several
unordered list entries in the releases markdown (for example the line starting
"* DEV-1385 Fix comment CTA should use per platform terminology by
`@Resonance1584` ...") use 0-space indentation instead of the repository's
expected 2-space indentation; update those list items (the bullets at the noted
positions) to use two leading spaces before the asterisk so the list indentation
is consistent across the file (fix the other affected bullets similarly).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@docs/guides/stay-up-to-date/releases/2026-03/index.md`:
- Line 39: The sentence uses the wordy phrase "Due to the fact that"; replace it
with a concise alternative such as "Since" or "Because" in the paragraph that
begins "Note that although this isn't a breaking change..." in
docs/guides/stay-up-to-date/releases/2026-03/index.md so the line reads e.g.
"Since a field has only been added, this risk is minimal if you use a modern
YAML/JSON parser." to improve readability while preserving meaning.
- Line 156: Several unordered list entries in the releases markdown (for example
the line starting "* DEV-1385 Fix comment CTA should use per platform
terminology by `@Resonance1584` ...") use 0-space indentation instead of the
repository's expected 2-space indentation; update those list items (the bullets
at the noted positions) to use two leading spaces before the asterisk so the
list indentation is consistent across the file (fix the other affected bullets
similarly).

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 9201fea6-7ec1-46d2-aa7c-2ad6b5f8e939

📥 Commits

Reviewing files that changed from the base of the PR and between 1fe5f4d and fa10617.

📒 Files selected for processing (4)
  • docs/guides/stay-up-to-date/index.md
  • docs/guides/stay-up-to-date/releases/2026-02/index.md
  • docs/guides/stay-up-to-date/releases/2026-03/index.md
  • docs/guides/stay-up-to-date/releases/index.md

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/guides/stay-up-to-date/releases/2026-02/index.md`:
- Line 836: Fix two typos in the release notes: replace the text "dd ability to
add selection tags optionally to backup-plan" with "Add ability to add selection
tags optionally to backup-plan" (or better: "Add ability to optionally add
selection tags to backup-plan") and correct the module name
"terraterraform-aws-static-assets" to "terraform-aws-static-assets" so exact
module searches resolve correctly.
- Line 254: The markdown lists in the release notes have inconsistent sibling
indentation causing MD005 warnings; locate each affected list block (for example
the bullet line starting "* Upgrade actions/checkout to v6. Pin action versions
by `@Resonance1584`..." and the other blocks around the reported ranges) and make
sibling bullets use a consistent indentation level (choose and apply either no
leading spaces for top-level bullets or a consistent number of spaces, e.g., two
spaces per nesting level), ensure nested sublists are indented one consistent
level deeper than their parent, then re-run markdownlint to confirm MD005 is
resolved.
- Line 772: The "Published" metadata line currently shows malformed list markers
("opensearch, - redshift, - aurora, - rds"); edit the single-line HTML/Markdown
snippet containing the Published text so the "Modules affected" value is a
normal comma-separated list (e.g., "opensearch, redshift, aurora, rds") or
convert it into proper bullet markup; locate the line containing the exact
string "Published: 2/28/2026 | Modules affected:" and remove the stray hyphens
before module names to normalize formatting.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: e65907c7-ecda-4b7d-bd7f-73a3dd69f428

📥 Commits

Reviewing files that changed from the base of the PR and between fa10617 and 8b7d97a.

📒 Files selected for processing (1)
  • docs/guides/stay-up-to-date/releases/2026-02/index.md

Comment thread docs/guides/stay-up-to-date/releases/2026-02/index.md Outdated
Comment thread docs/guides/stay-up-to-date/releases/2026-02/index.md


- dd ability to add selection tags optionally to backup-plan
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Correct user-facing typos in release notes.

  • Line 836: dd abilityAdd ability
  • Line 1042: terraterraform-aws-static-assets looks like a typo and should likely be terraform-aws-static-assets

These are minor, but they can confuse readers searching for exact module names.

Suggested fix
-- dd ability to add selection tags optionally to backup-plan
+- Add ability to add selection tags optionally to backup-plan
-- Bump `terraterraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS Provider v6.x
+- Bump `terraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS Provider v6.x

Also applies to: 1042-1042

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 836, Fix two
typos in the release notes: replace the text "dd ability to add selection tags
optionally to backup-plan" with "Add ability to add selection tags optionally to
backup-plan" (or better: "Add ability to optionally add selection tags to
backup-plan") and correct the module name "terraterraform-aws-static-assets" to
"terraform-aws-static-assets" so exact module searches resolve correctly.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♻️ Duplicate comments (3)
docs/guides/stay-up-to-date/releases/2026-02/index.md (3)

836-836: ⚠️ Potential issue | 🟡 Minor

Fix typo: "dd ability" → "Add ability".

This typo was previously flagged but remains unfixed. The line should read "Add ability to add selection tags optionally to backup-plan" (or better: "Add ability to optionally add selection tags to backup-plan").

✏️ Suggested fix
-- dd ability to add selection tags optionally to backup-plan
+- Add ability to optionally add selection tags to backup-plan
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 836, Replace
the typo "dd ability to add selection tags optionally to backup-plan" with
corrected phrasing; locate the exact string "dd ability to add selection tags
optionally to backup-plan" and change it to either "Add ability to add selection
tags optionally to backup-plan" or preferably "Add ability to optionally add
selection tags to backup-plan" so the sentence reads correctly.

254-254: ⚠️ Potential issue | 🟡 Minor

Resolve MD005 list indentation warnings for consistency.

Several list items have inconsistent indentation (0 spaces instead of expected 2), which was previously flagged. Please apply consistent indentation across each list block to resolve the markdownlint MD005 warnings.

Also applies to: 275-275, 293-296, 382-385, 407-407, 445-445, 447-447, 565-565, 587-588

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 254, Multiple
markdown list items in index.md violate MD005 due to inconsistent indentation (0
spaces vs expected 2); locate the list blocks containing the bullet text like
"Upgrade actions/checkout to v6. Pin action versions by `@Resonance1584`..." and
the other affected blocks (around the noted lines) and normalize indentation so
nested/list items use two spaces before the dash or asterisk consistently across
each list; update the lines referenced (including the other blocks noted: ~275,
~293-296, ~382-385, ~407, ~445, ~447, ~565, ~587-588) to use the same two-space
indentation to resolve the MD005 warnings.

1042-1042: ⚠️ Potential issue | 🟡 Minor

Fix typo: "terraterraform" → "terraform".

This typo was previously flagged but remains unfixed. The module name should be terraform-aws-static-assets, not terraterraform-aws-static-assets.

✏️ Suggested fix
-- Bump `terraterraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS Provider v6.x
+- Bump `terraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS Provider v6.x
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 1042, Replace
the misspelled module name 'terraterraform-aws-static-assets' with the correct
'terraform-aws-static-assets' in the release note entry (update the exact string
shown in the diff), ensuring the phrasing remains "Bump
`terraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS
Provider v6.x".
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Duplicate comments:
In `@docs/guides/stay-up-to-date/releases/2026-02/index.md`:
- Line 836: Replace the typo "dd ability to add selection tags optionally to
backup-plan" with corrected phrasing; locate the exact string "dd ability to add
selection tags optionally to backup-plan" and change it to either "Add ability
to add selection tags optionally to backup-plan" or preferably "Add ability to
optionally add selection tags to backup-plan" so the sentence reads correctly.
- Line 254: Multiple markdown list items in index.md violate MD005 due to
inconsistent indentation (0 spaces vs expected 2); locate the list blocks
containing the bullet text like "Upgrade actions/checkout to v6. Pin action
versions by `@Resonance1584`..." and the other affected blocks (around the noted
lines) and normalize indentation so nested/list items use two spaces before the
dash or asterisk consistently across each list; update the lines referenced
(including the other blocks noted: ~275, ~293-296, ~382-385, ~407, ~445, ~447,
~565, ~587-588) to use the same two-space indentation to resolve the MD005
warnings.
- Line 1042: Replace the misspelled module name
'terraterraform-aws-static-assets' with the correct
'terraform-aws-static-assets' in the release note entry (update the exact string
shown in the diff), ensuring the phrasing remains "Bump
`terraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS
Provider v6.x".

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: f9cc1001-127f-4157-b965-091ddb92562c

📥 Commits

Reviewing files that changed from the base of the PR and between 8b7d97a and 97c3b29.

📒 Files selected for processing (1)
  • docs/guides/stay-up-to-date/releases/2026-02/index.md

@james00012 james00012 force-pushed the automation/update-releases-as-of-2026-03-31 branch from f9efbb3 to fa10617 Compare April 14, 2026 01:07
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

♻️ Duplicate comments (3)
docs/guides/stay-up-to-date/releases/2026-02/index.md (3)

772-772: ⚠️ Potential issue | 🟡 Minor

Remove stray list markers in “Modules affected” metadata.

Line 772 still renders awkwardly as opensearch, - redshift, - aurora, - rds. Convert this to a normal comma-separated list.

Suggested fix
-  <small>Published: 2/28/2026 | Modules affected: opensearch, - redshift, - aurora, - rds | <a href="https://github.com/gruntwork-io/terraform-aws-data-storage/releases/tag/v0.47.0">Release notes</a></small>
+  <small>Published: 2/28/2026 | Modules affected: opensearch, redshift, aurora, rds | <a href="https://github.com/gruntwork-io/terraform-aws-data-storage/releases/tag/v0.47.0">Release notes</a></small>
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 772, The
"Published" metadata line currently contains stray list markers ("opensearch, -
redshift, - aurora, - rds"); edit the metadata string (the line that begins with
<small>Published: ...) to remove the hyphens so the "Modules affected" value is
a normal comma-separated list (e.g., "opensearch, redshift, aurora, rds"),
preserving the rest of the text and the Release notes link.

836-836: ⚠️ Potential issue | 🟡 Minor

Correct typos in release-note bullets.

Line 836 has “dd ability” and Line 1042 has terraterraform-aws-static-assets; both should be corrected for reader clarity and searchability.

Suggested fix
-- dd ability to add selection tags optionally to backup-plan
+- Add ability to add selection tags optionally to backup-plan
-- Bump `terraterraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS Provider v6.x
+- Bump `terraform-aws-static-assets` to `v1.2.0` for improved compatibility with AWS Provider v6.x

Also applies to: 1042-1042

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 836, Fix two
typos in the release-note bullets: replace the text "dd ability to add selection
tags optionally to backup-plan" with "Add ability to add selection tags
optionally to backup-plan" (capitalize correctly and remove the extra 'd') and
change "terraterraform-aws-static-assets" to "terraform-aws-static-assets" so
the package name is correct; update the two exact strings found in the document
(the first occurrence matching "dd ability to add selection tags optionally to
backup-plan" and the occurrence matching "terraterraform-aws-static-assets") to
these corrected versions.

254-254: ⚠️ Potential issue | 🟡 Minor

Normalize list indentation to resolve MD005 warnings.

Several sibling bullets are inconsistently indented (e.g., unindented items mixed with two-space-indented items). Please make each list block use consistent indentation.

Also applies to: 275-275, 293-296, 382-385, 407-407, 445-445, 447-447, 587-588

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 254, Several
sibling bullet items in the release notes use mixed indentation (some
unindented, some with two spaces) causing MD005 warnings; normalize each list
block so all sibling bullets use the same indentation style (choose either
no-leading-space or two-space indent) for the bullets such as "Upgrade
actions/checkout to v6. Pin action versions by `@Resonance1584`…" and the nearby
list blocks referenced in the review (other bullets in the same release notes),
ensuring consistent indentation across each block so the markdown linter no
longer reports MD005.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/guides/stay-up-to-date/releases/2026-02/index.md`:
- Around line 6-7: Replace the incorrect intro phrase "This page is lists all
the updates..." with the corrected text "This page lists all the updates..." by
editing the markdown line that currently contains "This page is lists…"; ensure
the rest of the sentence ("to the [Gruntwork Infrastructure as Code Library]...
that were released in 2026-02. For instructions") remains unchanged.
- Line 428: Update the prose to hyphenate the compound modifiers: change "user
facing" to "user-facing" in the sentence starting with "This release contains
some internal reworks..." (the phrase "user facing impact") and change "self
hosted" to "self-hosted" where it appears later (around the mention of
telemetry/deploys). Ensure both occurrences are replaced with hyphenated forms
so the document reads "user-facing" and "self-hosted."

---

Duplicate comments:
In `@docs/guides/stay-up-to-date/releases/2026-02/index.md`:
- Line 772: The "Published" metadata line currently contains stray list markers
("opensearch, - redshift, - aurora, - rds"); edit the metadata string (the line
that begins with <small>Published: ...) to remove the hyphens so the "Modules
affected" value is a normal comma-separated list (e.g., "opensearch, redshift,
aurora, rds"), preserving the rest of the text and the Release notes link.
- Line 836: Fix two typos in the release-note bullets: replace the text "dd
ability to add selection tags optionally to backup-plan" with "Add ability to
add selection tags optionally to backup-plan" (capitalize correctly and remove
the extra 'd') and change "terraterraform-aws-static-assets" to
"terraform-aws-static-assets" so the package name is correct; update the two
exact strings found in the document (the first occurrence matching "dd ability
to add selection tags optionally to backup-plan" and the occurrence matching
"terraterraform-aws-static-assets") to these corrected versions.
- Line 254: Several sibling bullet items in the release notes use mixed
indentation (some unindented, some with two spaces) causing MD005 warnings;
normalize each list block so all sibling bullets use the same indentation style
(choose either no-leading-space or two-space indent) for the bullets such as
"Upgrade actions/checkout to v6. Pin action versions by `@Resonance1584`…" and the
nearby list blocks referenced in the review (other bullets in the same release
notes), ensuring consistent indentation across each block so the markdown linter
no longer reports MD005.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 8ee454f9-5347-464c-876f-962d0600f0ad

📥 Commits

Reviewing files that changed from the base of the PR and between 97c3b29 and e687ec2.

📒 Files selected for processing (1)
  • docs/guides/stay-up-to-date/releases/2026-02/index.md

Comment on lines +6 to +7
This page is lists all the updates to the [Gruntwork Infrastructure as Code
Library](https://gruntwork.io/infrastructure-as-code-library/) that were released in 2026-02. For instructions
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix sentence grammar in the page intro.

Line 6 currently says “This page is lists…”. Please change to “This page lists…”.

Suggested fix
-This page is lists all the updates to the [Gruntwork Infrastructure as Code
+This page lists all the updates to the [Gruntwork Infrastructure as Code
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` around lines 6 - 7,
Replace the incorrect intro phrase "This page is lists all the updates..." with
the corrected text "This page lists all the updates..." by editing the markdown
line that currently contains "This page is lists…"; ensure the rest of the
sentence ("to the [Gruntwork Infrastructure as Code Library]... that were
released in 2026-02. For instructions") remains unchanged.

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

:nut_and_bolt: This release contains some internal reworks around how we collect and process Terragrunt output during plan/apply, as well as adding the Terragrunt [Run Report](https://terragrunt.gruntwork.io/docs/features/run-report/) to Job artifacts for future use. There is additional internal Gruntwork telemetry around deploys being added, but we expect no user facing impact from this release.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Hyphenate compound modifiers for cleaner user-facing text.

Please use hyphenation in “user-facing” (Line 428) and “self-hosted” (Line 444).

Also applies to: 444-444

🧰 Tools
🪛 LanguageTool

[grammar] ~428-~428: Use a hyphen to join words.
Context: ...ploys being added, but we expect no user facing impact from this release.

**...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/guides/stay-up-to-date/releases/2026-02/index.md` at line 428, Update
the prose to hyphenate the compound modifiers: change "user facing" to
"user-facing" in the sentence starting with "This release contains some internal
reworks..." (the phrase "user facing impact") and change "self hosted" to
"self-hosted" where it appears later (around the mention of telemetry/deploys).
Ensure both occurrences are replaced with hyphenated forms so the document reads
"user-facing" and "self-hosted."

The v0.47.0 terraform-aws-data-storage release notes originally had
relative links (/modules/backup-plan, etc.) that broke the docs build.
The GitHub release was since corrected to use absolute URLs — re-running
docs-sourcer picks up the fix.
@oredavids oredavids force-pushed the automation/update-releases-as-of-2026-03-31 branch from e89b71c to 76198d7 Compare April 14, 2026 20:25
@oredavids
Copy link
Copy Markdown
Contributor

@james00012 the final fix required rerunning the releases plugin to pull the updated content from the release notes.

@oredavids oredavids merged commit 91ead60 into main Apr 14, 2026
7 checks passed
@oredavids oredavids deleted the automation/update-releases-as-of-2026-03-31 branch April 14, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants