Skip to content

Remove stale changelog entries in readme - #226

Open
TheNova22 wants to merge 2 commits into
ansible:develfrom
TheNova22:update-readme
Open

TheNova22 wants to merge 2 commits into
ansible:develfrom
TheNova22:update-readme

Conversation

@TheNova22

@TheNova22 TheNova22 commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Description

Remove stale changelog entries in readme

Summary by CodeRabbit

  • Documentation
    • Removed the changelog entry for version 2.7.20260313, including details about OIDC support, new modules and parameters, enhancements, bug fixes, and deprecations.

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: d4db88b7-235f-4a27-b8aa-10e23d9b7707

📥 Commits

Reviewing files that changed from the base of the PR and between 7d9aea9 and 1ee797f.

📒 Files selected for processing (1)
  • README.md
💤 Files with no reviewable changes (1)
  • README.md

📝 Walkthrough

Walkthrough

The README changelog entry for version 2.7.20260313 was removed, including its release notes.

Changes

Documentation update

Layer / File(s) Summary
Remove v2.7.20260313 changelog
README.md
Removes the v2.7.20260313 changelog entry and its release notes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the removal of stale changelog entries from the README.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@TheNova22

Copy link
Copy Markdown
Collaborator Author

@coderabbitai Is this changelog stale, hence being removed?

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Tip

For best results, initiate chat on the files or code changes.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '--- README changelog headings on PR branch ---'
rg -n -C 2 '^##+ .*([Cc]hangelog|2\.7\.20260313)' README.md || true

echo
echo '--- PR diff for README.md ---'
gh pr diff 226 --repo ansible/ansible.platform -- README.md

Length of output: 678


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo '--- README.md patch in PR `#226` ---'
gh api \
  'repos/ansible/ansible.platform/pulls/226/files?per_page=100' \
  --jq '.[] | select(.filename == "README.md") | .patch'

echo
echo '--- Changelog-related text in the PR branch README.md ---'
rg -n -i -C 3 'changelog|2\.7\.20260313|OIDC' README.md || true

echo
echo '--- README.md history entries that mention the removed version ---'
git log --oneline --all -- README.md | head -40

Length of output: 2476


@TheNova22 Yes. The removed section is a historical release-note snapshot for v2.7.20260313.

The README now directs users to the repository’s changelogs directory as the changelog source. Removing this embedded snapshot avoids maintaining duplicate changelog content in the README.

You are interacting with an AI system.

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.

1 participant