Skip to content

Conversation

@Isteb4k
Copy link
Contributor

@Isteb4k Isteb4k commented Oct 31, 2025

Description

Update due v1.1.2

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Changelog entries

section: module
type: chore
summary: update due v1.1.2
impact_level: low

@Isteb4k Isteb4k requested review from fl64, goganat and z9r5 as code owners October 31, 2025 14:38
@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Oct 31, 2025

Reviewer's Guide

This PR adds release notes for version v1.1.2 in both English and Russian documentation and updates section headings in the Russian release notes for v1.1.1.

File-Level Changes

Change Details Files
Add v1.1.2 release notes entries
  • Introduced new "v1.1.2" section
  • Described disk migration fixes with CSI driver limitations and VM restart requirement
  • Added human-readable error message for failed VM migrations
docs/RELEASE_NOTES.ru.md
docs/RELEASE_NOTES.md
Localize section headings for v1.1.1 in Russian docs
  • Renamed "Fixes" to "Исправления"
  • Changed "Other" to "Прочее"
  • Updated "Security" to "Безопасность"
docs/RELEASE_NOTES.ru.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey there - I've reviewed your changes and they look great!

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location> `docs/RELEASE_NOTES.ru.md:13` </location>
<code_context>
+- [vd] Исправлена онлайн миграция дисков между разными csi драйверами. Ограничения:
+  - Не поддерживается миграция с `Block` на `Filesystem` и наоборот. Только между одинаковыми режимами томов (volume mode): с `Block` на `Block` и с `Filesystem` на `Filesystem`.
+  - После онлайн миграции диска между разными csi драйверами необходимо перезапустить виртуальную машину.
+- [vm] При неуспешной миграции виртуальной машины в условии `Migrating` будут отображено человекочитаемое сообщение об ошибке.
+
 # v1.1.1
</code_context>

<issue_to_address>
**issue (typo):** Correct grammatical error: 'будут отображено' should be 'будет отображено'.

The verb should match the singular neuter noun 'сообщение', so use 'будет отображено'.

```suggestion
- [vm] При неуспешной миграции виртуальной машины в условии `Migrating` будет отображено человекочитаемое сообщение об ошибке.
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Isteb4k Isteb4k added this to the v1.1.2 milestone Oct 31, 2025
fl64
fl64 previously requested changes Oct 31, 2025
Isteb4k and others added 2 commits October 31, 2025 16:08
Co-authored-by: Pavel Tishkov <[email protected]>
Signed-off-by: Dmitry Rakitin <[email protected]>
Signed-off-by: Isteb4k <[email protected]>
@Isteb4k Isteb4k force-pushed the docs/module/update-due-v1.1.2 branch from 816457b to 44c0364 Compare October 31, 2025 15:08
@Isteb4k Isteb4k requested a review from fl64 October 31, 2025 15:08
@Isteb4k Isteb4k force-pushed the docs/module/update-due-v1.1.2 branch from 44c0364 to 9434688 Compare October 31, 2025 15:08
@Isteb4k Isteb4k enabled auto-merge (squash) November 5, 2025 13:15
@universal-itengineer universal-itengineer requested review from fl64 and removed request for fl64 November 5, 2025 13:15
@Isteb4k Isteb4k requested review from fl64 and removed request for fl64 November 5, 2025 13:16
@Isteb4k Isteb4k merged commit 0def1ac into main Nov 5, 2025
28 of 29 checks passed
@Isteb4k Isteb4k deleted the docs/module/update-due-v1.1.2 branch November 5, 2025 13:17
github-actions bot pushed a commit that referenced this pull request Nov 5, 2025
Update due v1.1.2

---------

Signed-off-by: Isteb4k <[email protected]>
Signed-off-by: Dmitry Rakitin <[email protected]>
Co-authored-by: Pavel Tishkov <[email protected]>
deckhouse-BOaTswain added a commit that referenced this pull request Nov 5, 2025
chore: add docs for v1.1.2 (#1649)

Update due v1.1.2

---------

Signed-off-by: Isteb4k <[email protected]>
Signed-off-by: Dmitry Rakitin <[email protected]>
Co-authored-by: Dmitry Rakitin <[email protected]>
Co-authored-by: Pavel Tishkov <[email protected]>
@deckhouse-BOaTswain
Copy link
Contributor

Cherry pick PR 1660 to the branch release-1.1 successful!

nevermarine pushed a commit that referenced this pull request Nov 14, 2025
Update due v1.1.2

---------

Signed-off-by: Isteb4k <[email protected]>
Signed-off-by: Dmitry Rakitin <[email protected]>
Co-authored-by: Pavel Tishkov <[email protected]>
Signed-off-by: Maksim Fedotov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants