diff --git a/docs/changelog.md b/docs/changelog.md index 672197c8..bb6bbcbe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,7 @@ description: Release history for OpenChoreo | ----------- | ---------- | ----------------------------------------------------------------------------------------- | | 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.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) | diff --git a/docs/releases/release-and-support-process.md b/docs/releases/release-and-support-process.md index 76faadeb..7c88cfe4 100644 --- a/docs/releases/release-and-support-process.md +++ b/docs/releases/release-and-support-process.md @@ -30,7 +30,7 @@ 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.2 | Actively Supported | TBD | TBD | +| v1.1 | 2026-May-18 | v1.1.3 | Actively Supported | TBD | TBD | | v1.0 | 2026-Mar-23 | v1.0.2 | Actively Supported | TBD | TBD | # Planned Future Minor Releases diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 15360048..6eb5e563 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -213,9 +213,9 @@ const config: Config = { themeConfig: { announcementBar: { - id: 'release_v1_1_2', + id: 'release_v1_1_3', content: - '🎉️ OpenChoreo v1.1.2 has been released! 🎉', + '🎉️ OpenChoreo v1.1.3 has been released! 🎉', isCloseable: true, }, docsearch: { diff --git a/versioned_docs/version-v1.1.x/_constants.mdx b/versioned_docs/version-v1.1.x/_constants.mdx index 44986de0..427253d1 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.2", + dockerTag: "v1.1.3", githubRef: "release-v1.1", // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: "1.1.2", + helmChart: "1.1.3", 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 dde5affa..ed8a9567 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.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) |