-
Notifications
You must be signed in to change notification settings - Fork 81
Add release notes for OCM v1.3.1 #559
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,28 @@ title: Releases | |
| weight: 6 | ||
| --- | ||
|
|
||
| Open Cluster Management has approximately a three to four month release cycle. The current release is `v1.3.0`. | ||
| Open Cluster Management has approximately a three to four month release cycle. The current release is `v1.3.1`. | ||
| Continue reading to view upcoming releases: | ||
|
|
||
| ## `1.3.1`, 19 May 2026 | ||
|
|
||
| OCM v1.3.1 is a patch release addressing a critical bug fix for addon v1beta1 API conversion. | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - **v1beta1 ManagedClusterAddon Conversion Fix**: Fixed an issue where ClusterManagementAddons converted from v1alpha1 | ||
| to v1beta1 could leak the `ReservedNoDefaultConfigName` sentinel value into `DefaultConfigReferences` and | ||
| `InstallProgressions` status fields. This caused addons using older addon-framework versions to fail when a v1alpha1 | ||
| CMA had `supportedConfigs` but no `defaultConfig`. ([#1528](https://github.com/open-cluster-management-io/ocm/pull/1528), | ||
| fixes [#1526](https://github.com/open-cluster-management-io/ocm/issues/1526)) | ||
|
|
||
| ### 📦 Core Components | ||
|
|
||
| - **ocm** v1.3.1 [changelog](https://github.com/open-cluster-management-io/ocm/releases/tag/v1.3.1) | ||
| - **clusteradm** v1.3.1 [changelog](https://github.com/open-cluster-management-io/clusteradm/releases/tag/v1.3.1) | ||
|
|
||
|
Comment on lines
+21
to
+25
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, do you want to put
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I should. Thanks!
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done as suggested. PTAL. Thanks! |
||
| --- | ||
|
|
||
| ## `1.3.0`, 9 May 2026 | ||
|
|
||
| The Open Cluster Management team is excited to announce the release of OCM v1.3.0! This release brings improvements | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.