Skip to content

docs(version-matrix): fix and version Bitnami Enterprise guide URL#6216

Open
leiicamundi wants to merge 2 commits into
mainfrom
fix-bitnami-enterprise-images-doc-link
Open

docs(version-matrix): fix and version Bitnami Enterprise guide URL#6216
leiicamundi wants to merge 2 commits into
mainfrom
fix-bitnami-enterprise-images-doc-link

Conversation

@leiicamundi

@leiicamundi leiicamundi commented May 21, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes the broken Camunda Enterprise guide link emitted by the version-matrix
generator and makes the URL match the documented version of each chart.

The first commit (ca341f8) restores a working URL by switching from the legacy
/docs/self-managed/setup/guides/install-bitnami-enterprise-images/ path
(removed by the docs site restructure) to the current
/docs/self-managed/deployment/helm/configure/registry-and-images/install-bitnami-enterprise-images/
path.

The second commit (3132075) goes further and aligns the URL with the chart's
own app_version instead of the docs site's current "latest":

App version URL pattern
8.6 (extended support) https://unsupported.docs.camunda.io/8.6/docs/self-managed/setup/guides/install-bitnami-enterprise-images/
8.7 https://docs.camunda.io/docs/8.7/self-managed/setup/guides/install-bitnami-enterprise-images/ (legacy arborescence kept upstream for 8.7)
8.8+ https://docs.camunda.io/docs/<v>/self-managed/deployment/helm/configure/registry-and-images/install-bitnami-enterprise-images/

The conditional lives in scripts/templates/version-matrix/VERSION-MATRIX-RELEASE.md.tpl;
the rendered version-matrix/camunda-<v>/README.md and per-chart
charts/camunda-platform-<v>/RELEASE-NOTES.md files are updated to match.

All 5 target URLs verified manually (HTTP 200).

Related issues

Closes #6217

Definition of Done

  • Code changes
  • Tests / manual verification (URLs return 200, including the
    unsupported.docs.camunda.io redirect for 8.6)
  • Documentation updated (the version-matrix output is the doc)

Copilot AI review requested due to automatic review settings May 21, 2026 11:07
@leiicamundi leiicamundi requested a review from a team as a code owner May 21, 2026 11:07
@leiicamundi leiicamundi requested review from Ian-wang-liyang and removed request for a team May 21, 2026 11:07
@github-actions github-actions Bot added version/8.6 Camunda applications/cycle version version/8.7 Camunda applications/cycle version version/8.8 Camunda applications/cycle version version/8.9 Camunda applications/cycle version version/8.10 Camunda applications/cycle version tool/script labels May 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a broken “Camunda Enterprise” documentation link used in the version-matrix outputs and chart RELEASE-NOTES.md, updating it from a legacy (404) docs path to the new Helm registry/images guide URL.

Changes:

  • Update the version-matrix release template to point to the new docs URL.
  • Regenerate affected version-matrix/camunda-8.x/README.md pages to remove the stale link.
  • Update charts/camunda-platform-8.x/RELEASE-NOTES.md to keep the enterprise-images guide link consistent.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
scripts/templates/version-matrix/VERSION-MATRIX-RELEASE.md.tpl Updates the source template so future renders use the new docs URL.
version-matrix/camunda-8.6/README.md Replaces the legacy enterprise-images guide link with the new URL.
version-matrix/camunda-8.7/README.md Replaces the legacy enterprise-images guide link with the new URL.
version-matrix/camunda-8.8/README.md Replaces the legacy enterprise-images guide link with the new URL.
version-matrix/camunda-8.9/README.md Replaces the legacy enterprise-images guide link with the new URL.
version-matrix/camunda-8.10/README.md Replaces the legacy enterprise-images guide link with the new URL.
charts/camunda-platform-8.6/RELEASE-NOTES.md Updates the enterprise-images guide link to the new docs location.
charts/camunda-platform-8.7/RELEASE-NOTES.md Updates the enterprise-images guide link to the new docs location.
charts/camunda-platform-8.8/RELEASE-NOTES.md Updates the enterprise-images guide link to the new docs location.
charts/camunda-platform-8.9/RELEASE-NOTES.md Updates the enterprise-images guide link to the new docs location.
charts/camunda-platform-8.10/RELEASE-NOTES.md Updates the enterprise-images guide link to the new docs location.

@leiicamundi leiicamundi self-assigned this May 21, 2026
@leiicamundi leiicamundi added the kind/bug Something isn't working as intended label May 21, 2026
@leiicamundi leiicamundi changed the title docs(version-matrix): fix Bitnami enterprise images guide URL docs(version-matrix): fix and version Bitnami Enterprise guide URL May 21, 2026
@leiicamundi leiicamundi force-pushed the fix-bitnami-enterprise-images-doc-link branch from 3132075 to 77ab480 Compare May 21, 2026 12:35
The 'Camunda Enterprise' link in the version matrix README templates and
rendered pages pointed to the legacy docs path
/docs/self-managed/setup/guides/install-bitnami-enterprise-images/, which
now returns 404. The guide moved to
/docs/self-managed/deployment/helm/configure/registry-and-images/install-bitnami-enterprise-images/.

Updates the source template and the already-rendered version-matrix
READMEs and chart RELEASE-NOTES across 8.6 through 8.10.
…Enterprise guide

The Bitnami Enterprise guide URL emitted by the version-matrix gomplate

template now follows the documented version of each chart instead of the

site's current 'latest':

- 8.6 (extended support) points to unsupported.docs.camunda.io/8.6 with

  the legacy /setup/guides/ path.

- 8.7 keeps the legacy /setup/guides/ path on docs.camunda.io/docs/8.7

  (the new /deployment/helm/configure/registry-and-images/ tree does not

  exist for 8.7).

- 8.8+ uses /docs/<v>/self-managed/deployment/helm/configure/registry-and-images/.

Re-renders the affected version-matrix READMEs and chart RELEASE-NOTES.md

files accordingly.

Refs: #6217
@Ian-wang-liyang Ian-wang-liyang force-pushed the fix-bitnami-enterprise-images-doc-link branch from e2c154e to c59a0ce Compare May 26, 2026 01:11
@Ian-wang-liyang Ian-wang-liyang enabled auto-merge May 26, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Something isn't working as intended tool/script version/8.6 Camunda applications/cycle version version/8.7 Camunda applications/cycle version version/8.8 Camunda applications/cycle version version/8.9 Camunda applications/cycle version version/8.10 Camunda applications/cycle version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Version matrix: use versioned per-app-version URLs for the Bitnami Enterprise guide

3 participants