docs(version-matrix): fix and version Bitnami Enterprise guide URL#6216
Open
leiicamundi wants to merge 2 commits into
Open
docs(version-matrix): fix and version Bitnami Enterprise guide URL#6216leiicamundi wants to merge 2 commits into
leiicamundi wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
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.mdpages to remove the stale link. - Update
charts/camunda-platform-8.x/RELEASE-NOTES.mdto 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. |
This was referenced May 21, 2026
3132075 to
77ab480
Compare
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
e2c154e to
c59a0ce
Compare
Ian-wang-liyang
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes the broken
Camunda Enterpriseguide link emitted by the version-matrixgenerator 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_versioninstead of the docs site's current "latest":https://unsupported.docs.camunda.io/8.6/docs/self-managed/setup/guides/install-bitnami-enterprise-images/https://docs.camunda.io/docs/8.7/self-managed/setup/guides/install-bitnami-enterprise-images/(legacy arborescence kept upstream for 8.7)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.mdand per-chartcharts/camunda-platform-<v>/RELEASE-NOTES.mdfiles are updated to match.All 5 target URLs verified manually (HTTP 200).
Related issues
Closes #6217
Definition of Done
unsupported.docs.camunda.ioredirect for 8.6)