Skip to content

Commit 881c367

Browse files
authored
chore: update 1.0.x docs to use 1.0.1-hotfix.1 as the oc version (#556)
Signed-off-by: Mevan <mevan.karu@gmail.com>
1 parent ad8fb2f commit 881c367

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

docs/changelog.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ description: Release history for OpenChoreo
77

88
## v1.x Releases
99

10-
| Version | Date | Changelog |
11-
| ----------- | ---------- | ------------------------------------------------------------------------------------- |
12-
| v1.0.0 | 2026-03-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100) |
13-
| v1.0.0-rc.2 | 2026-03-20 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100-rc2) |
14-
| v1.0.0-rc.1 | 2026-03-15 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100-rc1) |
10+
| Version | Date | Changelog |
11+
| --------------- | ---------- | ------------------------------------------------------------------------------------------------- |
12+
| v1.0.1-hotfix.1 | 2026-04-16 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v101-hotfix1) |
13+
| v1.0.0 | 2026-03-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100) |
14+
| v1.0.0-rc.2 | 2026-03-20 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100-rc2) |
15+
| v1.0.0-rc.1 | 2026-03-15 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100-rc1) |
1516

1617
## v0.x Releases
1718

versioned_docs/version-v1.0.x/_constants.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[//] # (This file stores the constants used across the documentation.)
22

33
export const versions = {
4-
dockerTag: "v1.0.0",
4+
dockerTag: "v1.0.1-hotfix.1",
55
githubRef: "release-v1.0", // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0
6-
helmChart: "1.0.0",
6+
helmChart: "1.0.1-hotfix.1",
77
helmSource: "oci://ghcr.io/openchoreo/helm-charts",
88
};
99

versioned_docs/version-v1.0.x/changelog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ description: Release history for OpenChoreo
77

88
## v1.x Releases
99

10-
| Version | Date | Changelog |
11-
| ----------- | ---------- | ------------------------------------------------------------------------------------- |
12-
| v1.0.0 | 2026-03-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100) |
10+
| Version | Date | Changelog |
11+
| ---------------- | ---------- | --------------------------------------------------------------------------------------------------- |
12+
| v1.0.1-hotfix.1 | 2026-04-16 | [Changelog](https://github.com/openchoreo/openchoreo/blob/release-v1.0/CHANGELOG.md#v101-hotfix1) |
13+
| v1.0.0 | 2026-03-22 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100) |
1314
| v1.0.0-rc.2 | 2026-03-20 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100-rc2) |
1415
| v1.0.0-rc.1 | 2026-03-15 | [Changelog](https://github.com/openchoreo/openchoreo/blob/main/CHANGELOG.md#v100-rc1) |
1516

0 commit comments

Comments
 (0)