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 @@ -15,6 +15,7 @@ description: Release history for OpenChoreo
| 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.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) |
| v1.0.1 | 2026-05-07 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v101) |
| v1.0.0 | 2026-03-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100) |
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 @@ -31,7 +31,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.3 | Actively Supported | TBD | TBD |
| v1.0 | 2026-Mar-23 | v1.0.2 | Actively Supported | TBD | TBD |
| v1.0 | 2026-Mar-23 | v1.0.3 | Actively Supported | TBD | TBD |

# Planned Future Minor Releases

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v1.0.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.0.2",
dockerTag: "v1.0.3",
githubRef: "release-v1.0", // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0
helmChart: "1.0.2",
helmChart: "1.0.3",
helmSource: "oci://ghcr.io/openchoreo/helm-charts",
};

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-v1.0.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.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) |
| v1.0.1 | 2026-05-07 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v101) |
| v1.0.0 | 2026-03-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100) |
Expand Down