Skip to content

Conversation

@gruntwork-ci
Copy link
Contributor

@gruntwork-ci gruntwork-ci commented May 1, 2025

Update Gruntwork releases as of 2025-04-30

Summary by CodeRabbit

  • Documentation
    • Added comprehensive release notes for April 2025, detailing new features, bug fixes, and enhancements across multiple repositories.
    • Updated the release index and "Stay Up To Date" pages to include the April 2025 release and remove outdated entries.
    • Clarified and corrected previous release notes, including EKS module workarounds and changelog clarifications for recent releases.

@vercel
Copy link

vercel bot commented May 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 1, 2025 4:20pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 1, 2025

Walkthrough

This update focuses on the documentation for Gruntwork's release notes and upgrade guidance. A new release entry for April 2025 has been added, including a detailed summary of changes across multiple repositories. The release index and "Stay Up To Date" landing page were updated to feature this new release at the top, while an older release card was removed. Several release notes were clarified or corrected, including additional details about module updates and bug workarounds. No changes to code, APIs, or public entities were made; all modifications are limited to documentation content.

Changes

File(s) Change Summary
docs/guides/stay-up-to-date/index.md,
docs/guides/stay-up-to-date/releases/index.md
Added a new release card for "Update to 2025-04" at the top of the releases list and removed the card for "Update to 2024-01". Updated internal documentation source hashes to reflect the new content.
docs/guides/stay-up-to-date/releases/2025-04/index.md Added a new, comprehensive release notes document for April 2025, detailing updates across multiple repositories, including new features, bug fixes, dependency updates, and enhancements.
docs/guides/stay-up-to-date/releases/2025-03/index.md Corrected the referenced release tag for terraform-aws-cis-service-catalog to v0.57.0 and clarified changelog details. Added a new release entry for terraform-aws-security v0.75.15, describing support for self-hosted GitLab instances. Updated documentation source hash.
docs/guides/stay-up-to-date/releases/2024-09/index.md Updated release notes for terraform-aws-eks v0.70.1 to include a note about an upstream Helm chart issue, added workaround instructions, and removed minor dependency bump notes. Updated documentation source hash.

Poem

🌱
A new release blooms in April's light,
With fixes, features, shining bright.
Helm charts tamed and tags set right,
Pipelines, stacks, and docs unite.
Stay up to date, the changelog grows—
Progress marches as everyone knows!
🚀


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
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: 0

🧹 Nitpick comments (2)
docs/guides/stay-up-to-date/releases/2024-09/index.md (1)

331-334: Fix nested list indentation for workarounds.
The bullet list under NOTE: is over-indented. Markdown best practices recommend 4 spaces for nested items. Please adjust to a consistent indentation to avoid rendering issues.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~332-~332: Possible missing comma found.
Context: ...:
- Set the variables to empty strings which will override the default values ...

(AI_HYDRA_LEO_MISSING_COMMA)

🪛 markdownlint-cli2 (0.17.2)

331-331: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)


331-331: Spaces inside link text
null

(MD039, no-space-in-links)


332-332: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


333-333: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


334-334: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)

docs/guides/stay-up-to-date/releases/2025-04/index.md (1)

6-8: Grammar: Correct intro wording.
In the intro paragraph, "This page is lists all the updates…" should be "This page lists all the updates…" to remove the extra "is".

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between db9dd32 and 88ad067.

📒 Files selected for processing (5)
  • docs/guides/stay-up-to-date/index.md (2 hunks)
  • docs/guides/stay-up-to-date/releases/2024-09/index.md (2 hunks)
  • docs/guides/stay-up-to-date/releases/2025-03/index.md (4 hunks)
  • docs/guides/stay-up-to-date/releases/2025-04/index.md (1 hunks)
  • docs/guides/stay-up-to-date/releases/index.md (2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/guides/stay-up-to-date/releases/2025-03/index.md

571-571: Bare URL used
null

(MD034, no-bare-urls)

docs/guides/stay-up-to-date/releases/2024-09/index.md

331-331: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)


331-331: Spaces inside link text
null

(MD039, no-space-in-links)


332-332: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


333-333: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


334-334: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)

docs/guides/stay-up-to-date/releases/2025-04/index.md

38-38: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


38-38: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


38-38: Bare URL used
null

(MD034, no-bare-urls)


39-39: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


39-39: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


39-39: Bare URL used
null

(MD034, no-bare-urls)


42-42: Bare URL used
null

(MD034, no-bare-urls)


59-59: Bare URL used
null

(MD034, no-bare-urls)


72-72: Bare URL used
null

(MD034, no-bare-urls)


85-85: Bare URL used
null

(MD034, no-bare-urls)


102-102: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


102-102: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


102-102: Bare URL used
null

(MD034, no-bare-urls)


105-105: Bare URL used
null

(MD034, no-bare-urls)


118-118: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


118-118: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


118-118: Bare URL used
null

(MD034, no-bare-urls)


121-121: Bare URL used
null

(MD034, no-bare-urls)


134-134: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


134-134: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


134-134: Bare URL used
null

(MD034, no-bare-urls)


137-137: Bare URL used
null

(MD034, no-bare-urls)


150-150: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


150-150: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


150-150: Bare URL used
null

(MD034, no-bare-urls)


153-153: Bare URL used
null

(MD034, no-bare-urls)


166-166: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


166-166: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


166-166: Bare URL used
null

(MD034, no-bare-urls)


169-169: Bare URL used
null

(MD034, no-bare-urls)


186-186: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


186-186: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


186-186: Bare URL used
null

(MD034, no-bare-urls)


189-189: Bare URL used
null

(MD034, no-bare-urls)


203-203: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


203-203: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


203-203: Bare URL used
null

(MD034, no-bare-urls)


204-204: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


204-204: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


204-204: Bare URL used
null

(MD034, no-bare-urls)


205-205: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


205-205: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


205-205: Bare URL used
null

(MD034, no-bare-urls)


206-206: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


206-206: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


206-206: Bare URL used
null

(MD034, no-bare-urls)


209-209: Bare URL used
null

(MD034, no-bare-urls)


227-227: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


227-227: Bare URL used
null

(MD034, no-bare-urls)


228-228: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


228-228: Bare URL used
null

(MD034, no-bare-urls)


229-229: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


229-229: Bare URL used
null

(MD034, no-bare-urls)


230-230: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


230-230: Bare URL used
null

(MD034, no-bare-urls)


231-231: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


231-231: Bare URL used
null

(MD034, no-bare-urls)


232-232: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


232-232: Bare URL used
null

(MD034, no-bare-urls)


233-233: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


233-233: Bare URL used
null

(MD034, no-bare-urls)


234-234: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


234-234: Bare URL used
null

(MD034, no-bare-urls)


235-235: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


235-235: Bare URL used
null

(MD034, no-bare-urls)


236-236: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


236-236: Bare URL used
null

(MD034, no-bare-urls)


237-237: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


237-237: Bare URL used
null

(MD034, no-bare-urls)


238-238: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


238-238: Bare URL used
null

(MD034, no-bare-urls)


239-239: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


239-239: Bare URL used
null

(MD034, no-bare-urls)


240-240: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


240-240: Bare URL used
null

(MD034, no-bare-urls)


241-241: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


241-241: Bare URL used
null

(MD034, no-bare-urls)


242-242: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


242-242: Bare URL used
null

(MD034, no-bare-urls)


243-243: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


243-243: Bare URL used
null

(MD034, no-bare-urls)


244-244: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


244-244: Bare URL used
null

(MD034, no-bare-urls)


247-247: Bare URL used
null

(MD034, no-bare-urls)


296-296: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


296-296: Bare URL used
null

(MD034, no-bare-urls)


297-297: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


297-297: Bare URL used
null

(MD034, no-bare-urls)


300-300: Bare URL used
null

(MD034, no-bare-urls)


313-313: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


313-313: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


314-314: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


314-314: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


315-315: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


315-315: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


316-316: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


316-316: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


317-317: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


317-317: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


319-319: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


319-319: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


319-319: Bare URL used
null

(MD034, no-bare-urls)


322-322: Bare URL used
null

(MD034, no-bare-urls)


339-339: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


339-339: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


339-339: Bare URL used
null

(MD034, no-bare-urls)


342-342: Bare URL used
null

(MD034, no-bare-urls)


596-596: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)

🪛 LanguageTool
docs/guides/stay-up-to-date/releases/2024-09/index.md

[uncategorized] ~332-~332: Possible missing comma found.
Context: ...:
- Set the variables to empty strings which will override the default values ...

(AI_HYDRA_LEO_MISSING_COMMA)

docs/guides/stay-up-to-date/releases/2025-04/index.md

[style] ~269-~269: Consider using a different verb for a more formal wording.
Context: ...e plan and apply for new accounts.

Fixed an issue where Pipelines Orchestrate wo...

(FIX_RESOLVE)


[uncategorized] ~319-~319: You might be missing the article “the” here.
Context: ...ors are red now in GitLab logs

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~415-~415: A determiner appears to be missing. Consider inserting it.
Context: ...}>

  • Add Support for EKS 1.32

Default EKS version is 1.32 with this release! ...

(AI_EN_LECTOR_MISSING_DETERMINER)


[uncategorized] ~416-~416: Possible missing comma found.
Context: ... below for full details of the EKS 1.32 release including new features and any API chan...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~454-~454: A determiner appears to be missing. Consider inserting it.
Context: ...,"WebkitBoxOrient":"vertical"}}>

Default EKS version is 1.31 with this release! ...

(AI_EN_LECTOR_MISSING_DETERMINER)


[uncategorized] ~455-~455: Possible missing comma found.
Context: ... below for full details of the EKS 1.31 release including new features and any API chan...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~497-~497: Loose punctuation mark.
Context: ...BoxOrient":"vertical"}}>

  • test: Bump golang.org/x/net from 0.36.0 to 0....

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~573-~573: A determiner appears to be missing. Consider inserting it.
Context: ...rsion from v0.76.0 -> v0.77.0

Default EKS version is 1.31 with this release! ...

(AI_EN_LECTOR_MISSING_DETERMINER)


[uncategorized] ~574-~574: Possible missing comma found.
Context: ... below for full details of the EKS 1.31 release including new features and any API chan...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~596-~596: Possible missing comma found.
Context: ...aform-aws-ekstov0.76.0- This version upgrades theeks-aws-auth-merger` Go v...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~648-~648: Loose punctuation mark.
Context: ...tical"}}>

  • modules/landingzone: Added account-level S3 account access b...

(UNLIKELY_OPENING_PUNCTUATION)


[uncategorized] ~669-~669: Loose punctuation mark.
Context: ...ertical"}}>

  • s3-static-website: Made condition optional in routing_rule...

(UNLIKELY_OPENING_PUNCTUATION)

⏰ Context from checks skipped due to timeout of 90000ms (4)
  • GitHub Check: Validate generated content
  • GitHub Check: Validate generated content
  • GitHub Check: Pull Request has non-contributor approval
  • GitHub Check: validate_build
🔇 Additional comments (8)
docs/guides/stay-up-to-date/releases/index.md (2)

14-15: Add new Gruntwork Release card.
The "Gruntwork Release 2025-04" card has been correctly inserted above the March release, and the URL matches the new release notes path.


126-126: Update docs-sourcer hash.
The hash value for the releases source plugin has been updated to reflect the new content.

docs/guides/stay-up-to-date/index.md (2)

20-20: Insert new release card on overview page.
The dynamic content block now includes "Update to 2025-04" at the top with the correct href, maintaining consistency with the releases index.


118-118: Refresh docs-sourcer hash.
Updated the internal hash in the DOCS-SOURCER block to account for these documentation changes.

docs/guides/stay-up-to-date/releases/2025-03/index.md (1)

368-372: Corrected terraform-aws-cis-service-catalog release entry.
The release tag and link were updated to v0.57.0 (instead of v0.56.2), and the "Modules affected" label now correctly references the networking module.

docs/guides/stay-up-to-date/releases/2025-04/index.md (3)

13-25: Verify anchor links for each repo section.
Ensure that each link in the "Here are the repos" list (e.g., #patcher-cli, #terraform-aws-eks) has a corresponding ## <repo> or ### section below to prevent broken anchors.


27-44: Approve boilerplate section structure.
The new "boilerplate" release entries follow the established pattern with correct version, date, and changelog link.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

38-38: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


38-38: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


38-38: Bare URL used
null

(MD034, no-bare-urls)


39-39: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


39-39: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


39-39: Bare URL used
null

(MD034, no-bare-urls)


42-42: Bare URL used
null

(MD034, no-bare-urls)


712-718: Validate DOCS-SOURCER metadata.
The sourcePlugin and updated hash reflect the new 2025-04 content. Confirm this hash matches the source data for reproducibility.

Copy link
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: 0

🧹 Nitpick comments (1)
docs/guides/stay-up-to-date/releases/2024-09/index.md (1)

329-334: Fix nested list indentation and link formatting

The bullet under v0.70.1 has inconsistent nesting (4 vs. 8 spaces) and a stray space inside the link text [upstream issue ]. Use two spaces per nesting level and remove the extra space inside the link.

@@ -329,9 +329,9 @@
-  - Add support for new Cloudwatch Logs plugin
-    - **NOTE:** There is an [upstream issue ](https://github.com/aws/eks-charts/issues/931) with the default version of the `aws-for-fluent-bit` chart. There are 3 main workarounds for this:
-        - Set the variables to empty strings which will override the default values set in the upstream.
-        - Override the default Helm Chart version and use a newer version of the chart by setting `aws_for_fluent_bit_chart_version` to `0.1.32`.
-        - Upgrade to [v0.73.0](https://github.com/gruntwork-io/terraform-aws-eks/releases/tag/v0.73.0) to use a newer chart version and get module enhancements.
+  - Add support for new Cloudwatch Logs plugin
+    - **NOTE:** There is an [upstream issue](https://github.com/aws/eks-charts/issues/931) with the default version of the `aws-for-fluent-bit` chart. There are three main workarounds:
+    - Set the variables to empty strings to override the chart defaults.
+    - Override the default Helm Chart version by setting `aws_for_fluent_bit_chart_version` to `0.1.32`.
+    - Upgrade to [v0.73.0](https://github.com/gruntwork-io/terraform-aws-eks/releases/tag/v0.73.0) to gain module enhancements.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

331-331: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)


331-331: Spaces inside link text
null

(MD039, no-space-in-links)


332-332: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


333-333: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


334-334: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 88ad067 and 49a9c12.

📒 Files selected for processing (1)
  • docs/guides/stay-up-to-date/releases/2024-09/index.md (13 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/guides/stay-up-to-date/releases/2024-09/index.md

45-45: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


45-45: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


45-45: Bare URL used
null

(MD034, no-bare-urls)


46-46: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


46-46: Inconsistent indentation for list items at the same level
Expected: 2; Actual: 0

(MD005, list-indent)


46-46: Bare URL used
null

(MD034, no-bare-urls)


48-48: Bare URL used
null

(MD034, no-bare-urls)


65-65: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


65-65: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


65-65: Bare URL used
null

(MD034, no-bare-urls)


68-68: Bare URL used
null

(MD034, no-bare-urls)


94-94: Bare URL used
null

(MD034, no-bare-urls)


111-111: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


111-111: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


111-111: Bare URL used
null

(MD034, no-bare-urls)


114-114: Bare URL used
null

(MD034, no-bare-urls)


128-128: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


128-128: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


128-128: Bare URL used
null

(MD034, no-bare-urls)


131-131: Bare URL used
null

(MD034, no-bare-urls)


179-179: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)


179-179: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


179-179: Bare URL used
null

(MD034, no-bare-urls)


182-182: Bare URL used
null

(MD034, no-bare-urls)


331-331: Unordered list indentation
Expected: 2; Actual: 4

(MD007, ul-indent)


331-331: Spaces inside link text
null

(MD039, no-space-in-links)


332-332: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


333-333: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)


334-334: Unordered list indentation
Expected: 4; Actual: 8

(MD007, ul-indent)

🪛 LanguageTool
docs/guides/stay-up-to-date/releases/2024-09/index.md

[uncategorized] ~266-~266: You might be missing the article “the” here.
Context: ...o avoid resource starvation

  • fix: Use region flag for aws organizations API calls
    ...

(AI_EN_LECTOR_MISSING_DETERMINER_THE)


[uncategorized] ~635-~635: Loose punctuation mark.
Context: ...tical"}}>

  • base/ec2-baseline: disable fail2ban and iplockdown if AL20...

(UNLIKELY_OPENING_PUNCTUATION)

⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: validate_build
  • GitHub Check: Pull Request has non-contributor approval
  • GitHub Check: Validate generated content

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.

3 participants