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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 1 addition & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ description: Release history for OpenChoreo

| Version | Date | Changelog |
| ----------- | ---------- | ----------------------------------------------------------------------------------------- |
| v1.2.0-rc.2 | 2026-07-24 | [Changelog](https://github.com/openchoreo/openchoreo/compare/v1.2.0-rc.1...v1.2.0-rc.2) |
| v1.2.0-rc.1 | 2026-07-17 | [Changelog](https://github.com/openchoreo/openchoreo/compare/v1.1.0...v1.2.0-rc.1) |
| v1.2.0-m.1 | 2026-06-12 | [Changelog](https://github.com/openchoreo/openchoreo/compare/v1.1.1...v1.2.0-m.1) |
| v1.2.0 | 2026-07-24 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v120) |
| v1.1.3 | 2026-07-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v113) |
| v1.1.2 | 2026-07-08 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v112) |
| v1.1.1 | 2026-05-29 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v111) |
Expand Down
1 change: 1 addition & 0 deletions docs/platform-engineer-guide/upgrades/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ helm rollback openchoreo-control-plane -n openchoreo-control-plane

Follow the guide that matches your upgrade, one minor at a time:

- **[v1.2 to v1.3](./v1.2-to-v1.3.mdx)** — no backward-incompatible changes yet; follow the standard process.
- **[v1.1 to v1.2](./v1.1-to-v1.2.mdx)** — introduces the project release lifecycle and the required `Project.spec.type` field; includes a staged CRD migration on the control plane.
- **[v1.0 to v1.1](./v1.0-to-v1.1.mdx)** — no backward-incompatible changes; the standard process plus observability-module version bumps.

Expand Down
14 changes: 14 additions & 0 deletions docs/platform-engineer-guide/upgrades/v1.2-to-v1.3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: v1.2 to v1.3
description: Upgrade an OpenChoreo installation from v1.2 to v1.3.
sidebar_position: 2
---

{/* Document any breaking changes and migration steps introduced in v1.3 here before the release ships. */}

# Upgrading from v1.2 to v1.3

There are no backward-incompatible changes to call out for this upgrade yet.
Follow the [standard upgrade process](./overview.mdx): apply each plane's updated
CRDs, then `helm upgrade` the control, data, workflow, and observability planes
in order.
Comment thread
VajiraPrabuddhaka marked this conversation as resolved.
6 changes: 3 additions & 3 deletions docs/releases/release-and-support-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ Community support is provided for the latest three minor release lines. Publish

| Minor release | GA date | Latest patch | Status | Maintenance mode starts | End of life |
| :------------ | :---------- | :----------- | :----------------- | :---------------------- | :---------- |
| v1.2 | 2026-Jul-24 | v1.2.0 | Actively Supported | TBD | TBD |
| v1.1 | 2026-May-18 | v1.1.3 | Actively Supported | TBD | TBD |
| v1.0 | 2026-Mar-23 | v1.0.3 | Actively Supported | TBD | TBD |

# Planned Future Minor Releases

Planned dates are targets and may move based on release readiness. Any date changes should be reflected on this page and in release announcements.

| Upcoming release | Target release date | Status |
| :--------------- | :------------------ | :---------- |
| v1.2 | 2026-July | In Progress |
| Upcoming release | Target release date | Status |
| :--------------- | :------------------ | :----- |

# Patch Releases

Expand Down
22 changes: 5 additions & 17 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import versions from './versions.json';
// The docs version served unprefixed at /docs/* — must match `lastVersion` in
// the docs preset below. This is NOT always versions[0]: a pre-release can be
// prepended to versions.json while a stable release stays the default.
const lastVersion = 'v1.1.x';
const lastVersion = 'v1.2.x';
const latestVersion = lastVersion;

// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
Expand Down Expand Up @@ -126,20 +126,8 @@ const config: Config = {
docs: {
lastVersion,
versions: {
'v1.2.0-rc.2': {
label: 'v1.2.0-rc.2 (pre-release)',
banner: 'unreleased',
noIndex: true,
},
'v1.2.0-rc.1': {
label: 'v1.2.0-rc.1 (pre-release)',
banner: 'unreleased',
noIndex: true,
},
'v1.2.0-m.1': {
label: 'v1.2.0-m.1 (pre-release)',
banner: 'unreleased',
noIndex: true,
'v1.2.x': {
label: 'v1.2.x',
},
'v1.1.x': {
label: 'v1.1.x',
Expand Down Expand Up @@ -218,9 +206,9 @@ const config: Config = {

themeConfig: {
announcementBar: {
id: 'release_v1_1_3',
id: 'release_v1_2_0',
content:
'🎉️ OpenChoreo <a target="_blank" rel="noopener noreferrer" href="https://github.com/openchoreo/openchoreo/releases/tag/v1.1.3">v1.1.3</a> has been released! 🎉',
'🎉️ OpenChoreo <a target="_blank" rel="noopener noreferrer" href="https://github.com/openchoreo/openchoreo/releases/tag/v1.2.0">v1.2.0</a> has been released! 🎉',
isCloseable: true,
},
docsearch: {
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ const sidebars: SidebarsConfig = {
},
items: [
"platform-engineer-guide/upgrades/overview",
"platform-engineer-guide/upgrades/v1.2-to-v1.3",
"platform-engineer-guide/upgrades/v1.1-to-v1.2",
"platform-engineer-guide/upgrades/v1.0-to-v1.1",
],
Expand Down
13 changes: 0 additions & 13 deletions versioned_docs/version-v1.2.0-m.1/_constants.mdx

This file was deleted.

193 changes: 0 additions & 193 deletions versioned_docs/version-v1.2.0-m.1/ai/finops-agent.mdx

This file was deleted.

Loading