-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
2025.7.1 #39852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025.7.1 #39852
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds the July 4 patch release (2025.7.1) notes to the core changelog and blog post, and updates the site configuration to reflect the new patch version and release date.
- Introduces a new “## Release 2025.7.1 – July 4” section in
core-2025.7.markdown
with patch fixes - Adds a “Patch releases” section and 2025.7.1 details to the July 2 blog post
- Updates
_config.yml
to bumpcurrent_patch_version
anddate_released
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
source/changelogs/core-2025.7.markdown | Added 2025.7.1 patch section and PR references |
source/_posts/2025-07-02-release-20257.markdown | Added “Patch releases” section with 2025.7.1 notes |
_config.yml | Updated current_patch_version and date_released |
Comments suppressed due to low confidence (2)
source/changelogs/core-2025.7.markdown:683
- This reference ID (#147533) is not used in the 2025.7.1 patch list and should be removed to avoid a broken or orphaned link.
[#147533]: https://github.com/home-assistant/core/pull/147533
source/_posts/2025-07-02-release-20257.markdown:387
- This reference (#147533) isn't listed in the 2025.7.1 patch items and should be removed from the blog post links.
[#147533]: https://github.com/home-assistant/core/pull/147533
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
📝 WalkthroughWalkthroughThe changes update Home Assistant release metadata and documentation to reflect the 2025.7.1 patch release. This includes incrementing the patch version and release date in the configuration, adding a "Patch releases" section to the release notes, and expanding the changelog with detailed entries for bug fixes, improvements, and dependency updates relevant to the new patch. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Documentation
participant Config
participant Changelog
User->>Documentation: Reads 2025.7 release notes
Documentation->>User: Shows new "Patch releases" section for 2025.7.1
User->>Config: Checks current patch version and release date
Config->>User: Returns updated version (2025.7.1) and date (2025-07-04)
User->>Changelog: Views changelog for 2025.7
Changelog->>User: Provides detailed list of fixes and updates for 2025.7.1
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this 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
🧹 Nitpick comments (3)
source/changelogs/core-2025.7.markdown (3)
551-551
: Spelling: “polution” → “pollution”.- Create a new client session for air-Q to fix cookie polution ([@Sibgatulin] - [#147027]) + Create a new client session for air-Q to fix cookie pollution ([@Sibgatulin] - [#147027])
579-579
: Capitalisation of product brand.The plural of the product “Meater” should stay capitalised.
- Fix meaters not being added after a reload ([@joostlek] - [#147614]) + Fix Meaters not being added after a reload ([@joostlek] - [#147614])
650-651
: Grammar: “Manager” → “Manage”.- Manager wrong country selection in Alexa Devices ([@chemelli74] - [#147914]) + Manage wrong country selection in Alexa Devices ([@chemelli74] - [#147914])
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge Base: Disabled due to data retention organization setting
📒 Files selected for processing (3)
_config.yml
(1 hunks)source/_posts/2025-07-02-release-20257.markdown
(2 hunks)source/changelogs/core-2025.7.markdown
(19 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
source/_posts/2025-07-02-release-20257.markdown
387-387: Link and image reference definitions should be needed
Unused link or image reference definition: "#147533"
(MD053, link-image-reference-definitions)
405-405: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@chemelli74"
(MD053, link-image-reference-definitions)
407-407: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@frenck"
(MD053, link-image-reference-definitions)
408-408: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@hanwg"
(MD053, link-image-reference-definitions)
410-410: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@marcelveldt"
(MD053, link-image-reference-definitions)
source/changelogs/core-2025.7.markdown
683-683: Link and image reference definitions should be needed
Unused link or image reference definition: "#147533"
(MD053, link-image-reference-definitions)
1264-1264: Link and image reference definitions should be needed
Duplicate link or image reference definition: "#147533"
(MD053, link-image-reference-definitions)
1412-1412: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@bramkragten"
(MD053, link-image-reference-definitions)
1414-1414: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@catsmanac"
(MD053, link-image-reference-definitions)
1415-1415: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@cdce8p"
(MD053, link-image-reference-definitions)
1429-1429: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@frenck"
(MD053, link-image-reference-definitions)
1435-1435: Link and image reference definitions should be needed
Duplicate link or image reference definition: "@hanwg"
(MD053, link-image-reference-definitions)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Redirect rules - home-assistant-docs
- GitHub Check: Header rules - home-assistant-docs
- GitHub Check: Pages changed - home-assistant-docs
🔇 Additional comments (2)
_config.yml (1)
111-112
: Patch metadata bump looks good – double-check downstream usage ofpatch_version_notes
The version/date fields are correctly incremented to
2025.7.1
/2025-07-04
.
If the site templates surface a “what’s new” link viapatch_version_notes
, verify that leaving it blank is intentional; you may need to set:patch_version_notes: "#202571---july-4"to keep the automatic “View release notes” link working.
source/_posts/2025-07-02-release-20257.markdown (1)
50-52
: TOC entry added correctlyAnchor names and hierarchy match the new section headers.
No further action required.
Release notes for 2025.7.1
Release PR: home-assistant/core#148171
Summary by CodeRabbit
New Features
Bug Fixes
Documentation