Skip to content

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

Merged
merged 2 commits into from
Jul 4, 2025
Merged

2025.7.1 #39852

merged 2 commits into from
Jul 4, 2025

Conversation

frenck
Copy link
Member

@frenck frenck commented Jul 4, 2025

Release notes for 2025.7.1

Release PR: home-assistant/core#148171

Summary by CodeRabbit

  • New Features

    • Added a "Patch releases" section to the release notes, outlining weekly bugfix updates for July.
  • Bug Fixes

    • Multiple bug fixes and improvements across integrations, including Samsung TV, Music Assistant, Telegram bot, ZHA, and others.
    • Addressed issues with state reporting, port handling, and dependency updates.
  • Documentation

    • Updated release notes and changelog to reflect the latest patch release details and fixes.

@home-assistant home-assistant bot added the current This PR goes into the current branch label Jul 4, 2025
Copy link

netlify bot commented Jul 4, 2025

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit 8325471
🔍 Latest deploy log https://app.netlify.com/projects/home-assistant-docs/deploys/68682d35bba0830008746583
😎 Deploy Preview https://deploy-preview-39852--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@home-assistant home-assistant bot added has-parent This PR has a parent PR in another repo in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Jul 4, 2025
@home-assistant
Copy link

home-assistant bot commented Jul 4, 2025

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 next branch. Please change the target branch of this PR to next and rebase if needed.

@frenck frenck marked this pull request as ready for review July 4, 2025 19:34
@Copilot Copilot AI review requested due to automatic review settings July 4, 2025 19:34
joostlek
joostlek previously approved these changes Jul 4, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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 bump current_patch_version and date_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>
Copy link
Contributor

coderabbitai bot commented Jul 4, 2025

📝 Walkthrough

Walkthrough

The 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

File(s) Change Summary
_config.yml Updated current_patch_version from 0 to 1 and date_released to "2025-07-04".
source/_posts/2025-07-02-release-20257.markdown Added a "Patch releases" section for 2025.7.1 with details on fixes, dependency bumps, and links.
source/changelogs/core-2025.7.markdown Expanded changelog for 2025.7 with detailed entries for fixes, improvements, and dependency updates, including those for 2025.7.1.

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
Loading

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
🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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 or @coderabbitai title 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: 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

📥 Commits

Reviewing files that changed from the base of the PR and between 029103d and 8325471.

📒 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 of patch_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 via patch_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 correctly

Anchor names and hierarchy match the new section headers.
No further action required.

@frenck frenck merged commit 08ec7dd into current Jul 4, 2025
9 checks passed
@home-assistant home-assistant bot removed in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Jul 4, 2025
@frenck frenck deleted the frenck-2025-0342 branch July 4, 2025 20:02
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
current This PR goes into the current branch has-parent This PR has a parent PR in another repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants