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
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/release-and-support-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ const config: Config = {

themeConfig: {
announcementBar: {
id: 'release_v1_1_2',
id: 'release_v1_1_3',
content:
'🎉️ OpenChoreo <a target="_blank" rel="noopener noreferrer" href="https://github.com/openchoreo/openchoreo/releases/tag/v1.1.2">v1.1.2</a> has been released! 🎉',
'🎉️ 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! 🎉',
isCloseable: true,
},
docsearch: {
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v1.1.x/_constants.mdx
Original file line number Diff line number Diff line change
@@ -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",
};

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v1.1.x/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down