Skip to content

docs(8.8): fix @param deprecation notices to reference specific sub-keys#6417

Merged
Ian-wang-liyang merged 2 commits into
mainfrom
fix-license-deprecated-param-docs-8.8
Jun 23, 2026
Merged

docs(8.8): fix @param deprecation notices to reference specific sub-keys#6417
Ian-wang-liyang merged 2 commits into
mainfrom
fix-license-deprecated-param-docs-8.8

Conversation

@Ian-wang-liyang

Copy link
Copy Markdown
Contributor

Which problem does the PR fix?

The deprecation notices for global.license.key, global.license.existingSecret, and global.license.existingSecretKey in values.yaml were pointing users to global.license.secret generically, without specifying which sub-key to use as the replacement.

What's in this PR?

Updated the @param deprecation comments in charts/camunda-platform-8.8/values.yaml to reference the specific replacement sub-keys:

  • global.license.keyglobal.license.secret.inlineSecret
  • global.license.existingSecretglobal.license.secret.existingSecret
  • global.license.existingSecretKeyglobal.license.secret.existingSecretKey

Checklist

Before opening the PR:

  • In the repo's root dir, run make go.update-golden-only.
  • There is no other open pull request for the same update/change.
  • Tests for charts are added (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@github-actions github-actions Bot added the version/8.8 Camunda applications/cycle version label Jun 20, 2026
@Ian-wang-liyang Ian-wang-liyang marked this pull request as ready for review June 20, 2026 01:32
@Ian-wang-liyang Ian-wang-liyang requested a review from a team as a code owner June 20, 2026 01:32
@Ian-wang-liyang Ian-wang-liyang requested review from Copilot and hisImminence and removed request for a team June 20, 2026 01:32

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 improves the usability of deprecation guidance in the Camunda Platform 8.8 Helm chart by making the @param deprecation notices point to the exact replacement sub-keys under global.license.secret, rather than referencing global.license.secret generically.

Changes:

  • Updated values.yaml deprecation notices to reference the specific replacement keys:
    • global.license.keyglobal.license.secret.inlineSecret
    • global.license.existingSecretglobal.license.secret.existingSecret
    • global.license.existingSecretKeyglobal.license.secret.existingSecretKey
  • Kept schema and generated documentation aligned by updating the corresponding description fields in values.schema.json and the parameter table in README.md.

Reviewed changes

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

File Description
charts/camunda-platform-8.8/values.yaml Makes deprecation notices point to the precise replacement sub-keys under global.license.secret.*.
charts/camunda-platform-8.8/values.schema.json Updates schema description strings to match the refined deprecation guidance.
charts/camunda-platform-8.8/README.md Updates the rendered parameters table to reflect the more specific deprecation messages.

@hisImminence hisImminence 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.

thx

@Ian-wang-liyang Ian-wang-liyang added this pull request to the merge queue Jun 23, 2026
Merged via the queue into main with commit 1035940 Jun 23, 2026
68 checks passed
@Ian-wang-liyang Ian-wang-liyang deleted the fix-license-deprecated-param-docs-8.8 branch June 23, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version/8.8 Camunda applications/cycle version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants