Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion content/en/docs/release/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Comment thread
mikeshng marked this conversation as resolved.
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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Actually, do you want to put clusteradm here also?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, I should. Thanks!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The 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
Expand Down
6 changes: 3 additions & 3 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ menu:
name: ""
url: "/"
pre: '<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=94243eae-daeb-494c-a300-099ab02c56f5" />'
- identifier: v1.3.0-released
- identifier: v1.3.1-released
weight: 2
name: "🎉 v1.3.0 Released!"
url: "/docs/release/#130-9-may-2026"
name: "🎉 v1.3.1 Released!"
url: "/docs/release/#131-19-may-2026"
- identifier: Github
weight: 100
name: GitHub
Expand Down
Loading