You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/docs/upgrading-sdk-version/_index.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,9 @@ title: Upgrade SDK Version
3
3
weight: 4
4
4
description: Guide to upgrading sdk version for your operator
5
5
---
6
+
7
+
## Backwards Compatibility when Upgrading Operator-sdk version
8
+
9
+
When upgrading your version of Operator-sdk, it is intended that post-1.0.0 minor versions (i.e. 1.y) are backwards compatible and strictly additive. Therefore, you
10
+
only need to re-scaffold your operator with a newer version of Operator-SDK if you wish to take advantage of new features. If you do not wish to use new features,
11
+
all that should be required is bumping the operator image dependency (if a Helm or Ansible operator) and rebuilding your operator image.
0 commit comments