Skip to content

Commit 72a24b7

Browse files
authored
docs(operator): revise migration guide for v12 upgrades (#1185)
- Updated section heading to reflect changes from v11 to v12 - Removed references to unreleased changes and clarified main branch content - Improved instructions for checking release notes during upgrades
1 parent e240d4b commit 72a24b7

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

docs/docs/operator/migration.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ public class MySelector : IEntityLabelSelector<V1DemoEntity>
5454
- **YamlDotNet 18**: the CLI/transpiler dependency was upgraded across v11 releases. If your
5555
project serializes YAML itself and pins an older YamlDotNet, align the versions.
5656

57-
## Unreleased changes (next major)
58-
59-
The `main` branch — which this documentation describes — already contains breaking changes that
60-
will ship with the next major release:
57+
## Upgrading from v11 to v12
6158

6259
### Leader-loss-aware queue and reconciliation
6360

@@ -78,8 +75,7 @@ Action required if you use custom queue components:
7875
reconciliations.
7976

8077
:::tip
81-
This documentation is built from the `main` branch and may describe behavior that is not yet part
82-
of the release you are using. Check the
83-
[release notes](https://github.com/dotnet/dotnet-operator-sdk/releases) of your installed version
84-
when something does not match.
78+
Every breaking change is also listed in the
79+
[release notes](https://github.com/dotnet/dotnet-operator-sdk/releases). Check the notes for the
80+
version you are upgrading to when something does not match this guide.
8581
:::

0 commit comments

Comments
 (0)