From 85fdac02ecd05a3bc7bbd7111f734af7796f9542 Mon Sep 17 00:00:00 2001 From: Stefinie Fernando Date: Wed, 5 Aug 2026 14:41:41 +0530 Subject: [PATCH] chore: update release information for v1.2.2, v1.1.5, and v1.0.5 Signed-off-by: Stefinie Fernando --- docs/changelog.md | 3 +++ docs/releases/release-and-support-process.md | 6 +++--- docusaurus.config.ts | 4 ++-- versioned_docs/version-v1.0.x/_constants.mdx | 4 ++-- versioned_docs/version-v1.0.x/changelog.md | 1 + versioned_docs/version-v1.1.x/_constants.mdx | 4 ++-- versioned_docs/version-v1.1.x/changelog.md | 1 + .../version-v1.1.x/releases/release-and-support-process.md | 4 ++-- versioned_docs/version-v1.2.x/_constants.mdx | 4 ++-- versioned_docs/version-v1.2.x/changelog.md | 1 + .../version-v1.2.x/releases/release-and-support-process.md | 6 +++--- 11 files changed, 22 insertions(+), 16 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 18ceb9dd..7b282df5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,13 +9,16 @@ description: Release history for OpenChoreo | Version | Date | Changelog | | ----------- | ---------- | ----------------------------------------------------------------------------------------- | +| v1.2.2 | 2026-08-05 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.2/CHANGELOG.md#v122) | | v1.2.1 | 2026-07-30 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.2/CHANGELOG.md#v121) | | v1.2.0 | 2026-07-24 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v120) | +| v1.1.5 | 2026-08-05 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v115) | | v1.1.4 | 2026-07-30 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v114) | | 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) | | v1.1.0 | 2026-05-18 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v110) | +| v1.0.5 | 2026-08-05 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v105) | | v1.0.4 | 2026-07-30 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v104) | | v1.0.3 | 2026-07-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v103) | | v1.0.2 | 2026-07-08 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v102) | diff --git a/docs/releases/release-and-support-process.md b/docs/releases/release-and-support-process.md index 23ed6ca2..c072d1ca 100644 --- a/docs/releases/release-and-support-process.md +++ b/docs/releases/release-and-support-process.md @@ -30,9 +30,9 @@ 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.1 | Actively Supported | TBD | TBD | -| v1.1 | 2026-May-18 | v1.1.4 | Actively Supported | TBD | TBD | -| v1.0 | 2026-Mar-23 | v1.0.4 | Actively Supported | TBD | TBD | +| v1.2 | 2026-Jul-24 | v1.2.2 | Actively Supported | TBD | TBD | +| v1.1 | 2026-May-18 | v1.1.5 | Actively Supported | TBD | TBD | +| v1.0 | 2026-Mar-23 | v1.0.5 | Actively Supported | TBD | TBD | # Planned Future Minor Releases diff --git a/docusaurus.config.ts b/docusaurus.config.ts index faeae7f4..a21130f2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -209,9 +209,9 @@ const config: Config = { themeConfig: { announcementBar: { - id: 'release_v1_2_1', + id: 'release_v1_2_2', content: - '🎉️ OpenChoreo v1.2.1 has been released! 🎉', + '🎉️ OpenChoreo v1.2.2 has been released! 🎉', isCloseable: true, }, docsearch: { diff --git a/versioned_docs/version-v1.0.x/_constants.mdx b/versioned_docs/version-v1.0.x/_constants.mdx index ca4108cb..1a8e0bb1 100644 --- a/versioned_docs/version-v1.0.x/_constants.mdx +++ b/versioned_docs/version-v1.0.x/_constants.mdx @@ -1,9 +1,9 @@ [//] # (This file stores the constants used across the documentation.) export const versions = { - dockerTag: "v1.0.4", + dockerTag: "v1.0.5", githubRef: "release-v1.0", // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: "1.0.4", + helmChart: "1.0.5", helmSource: "oci://ghcr.io/openchoreo/helm-charts", }; diff --git a/versioned_docs/version-v1.0.x/changelog.md b/versioned_docs/version-v1.0.x/changelog.md index 4b7c4e7a..f180373e 100644 --- a/versioned_docs/version-v1.0.x/changelog.md +++ b/versioned_docs/version-v1.0.x/changelog.md @@ -9,6 +9,7 @@ description: Release history for OpenChoreo | Version | Date | Changelog | | ---------------- | ---------- | --------------------------------------------------------------------------------------------------- | +| v1.0.5 | 2026-08-05 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v105) | | v1.0.4 | 2026-07-30 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v104) | | v1.0.3 | 2026-07-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v103) | | v1.0.2 | 2026-07-08 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v102) | diff --git a/versioned_docs/version-v1.1.x/_constants.mdx b/versioned_docs/version-v1.1.x/_constants.mdx index db808332..a61b8724 100644 --- a/versioned_docs/version-v1.1.x/_constants.mdx +++ b/versioned_docs/version-v1.1.x/_constants.mdx @@ -1,9 +1,9 @@ [//] # (This file stores the constants used across the documentation.) export const versions = { - dockerTag: "v1.1.4", + dockerTag: "v1.1.5", githubRef: "release-v1.1", // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: "1.1.4", + helmChart: "1.1.5", helmSource: "oci://ghcr.io/openchoreo/helm-charts", }; diff --git a/versioned_docs/version-v1.1.x/changelog.md b/versioned_docs/version-v1.1.x/changelog.md index 1e3251d6..be0e8690 100644 --- a/versioned_docs/version-v1.1.x/changelog.md +++ b/versioned_docs/version-v1.1.x/changelog.md @@ -9,6 +9,7 @@ description: Release history for OpenChoreo | Version | Date | Changelog | | -------------- | ---------- | ----------------------------------------------------------------------------------------- | +| v1.1.5 | 2026-08-05 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v115) | | v1.1.4 | 2026-07-30 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.1/CHANGELOG.md#v114) | | 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) | diff --git a/versioned_docs/version-v1.1.x/releases/release-and-support-process.md b/versioned_docs/version-v1.1.x/releases/release-and-support-process.md index 23bcce59..b24c4dc5 100644 --- a/versioned_docs/version-v1.1.x/releases/release-and-support-process.md +++ b/versioned_docs/version-v1.1.x/releases/release-and-support-process.md @@ -30,8 +30,8 @@ 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.1 | 2026-May-18 | v1.1.4 | Actively Supported | TBD | TBD | -| v1.0 | 2026-Mar-23 | v1.0.4 | Actively Supported | TBD | TBD | +| v1.1 | 2026-May-18 | v1.1.5 | Actively Supported | TBD | TBD | +| v1.0 | 2026-Mar-23 | v1.0.5 | Actively Supported | TBD | TBD | # Planned Future Minor Releases diff --git a/versioned_docs/version-v1.2.x/_constants.mdx b/versioned_docs/version-v1.2.x/_constants.mdx index 1a19d964..60907d35 100644 --- a/versioned_docs/version-v1.2.x/_constants.mdx +++ b/versioned_docs/version-v1.2.x/_constants.mdx @@ -1,9 +1,9 @@ [//] # (This file stores the constants used across the documentation.) export const versions = { - dockerTag: "v1.2.1", + dockerTag: "v1.2.2", githubRef: "release-v1.2", // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: "1.2.1", + helmChart: "1.2.2", helmSource: "oci://ghcr.io/openchoreo/helm-charts", }; diff --git a/versioned_docs/version-v1.2.x/changelog.md b/versioned_docs/version-v1.2.x/changelog.md index 836a8040..90f8244b 100644 --- a/versioned_docs/version-v1.2.x/changelog.md +++ b/versioned_docs/version-v1.2.x/changelog.md @@ -9,6 +9,7 @@ description: Release history for OpenChoreo | Version | Date | Changelog | | ----------- | ---------- | ----------------------------------------------------------------------------------------- | +| v1.2.2 | 2026-08-05 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.2/CHANGELOG.md#v122) | | v1.2.1 | 2026-07-30 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.2/CHANGELOG.md#v121) | | 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) | diff --git a/versioned_docs/version-v1.2.x/releases/release-and-support-process.md b/versioned_docs/version-v1.2.x/releases/release-and-support-process.md index 23ed6ca2..c072d1ca 100644 --- a/versioned_docs/version-v1.2.x/releases/release-and-support-process.md +++ b/versioned_docs/version-v1.2.x/releases/release-and-support-process.md @@ -30,9 +30,9 @@ 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.1 | Actively Supported | TBD | TBD | -| v1.1 | 2026-May-18 | v1.1.4 | Actively Supported | TBD | TBD | -| v1.0 | 2026-Mar-23 | v1.0.4 | Actively Supported | TBD | TBD | +| v1.2 | 2026-Jul-24 | v1.2.2 | Actively Supported | TBD | TBD | +| v1.1 | 2026-May-18 | v1.1.5 | Actively Supported | TBD | TBD | +| v1.0 | 2026-Mar-23 | v1.0.5 | Actively Supported | TBD | TBD | # Planned Future Minor Releases