Backport PR #144 fix to 4.6.x, 4.5.x, and 4.4.x branches - #145
Closed
RakhithaRR with Copilot wants to merge 4 commits into
Closed
Backport PR #144 fix to 4.6.x, 4.5.x, and 4.4.x branches#145RakhithaRR with Copilot wants to merge 4 commits into
RakhithaRR with Copilot wants to merge 4 commits into
Conversation
|
|
Co-authored-by: RakhithaRR <25485273+RakhithaRR@users.noreply.github.com>
Co-authored-by: RakhithaRR <25485273+RakhithaRR@users.noreply.github.com>
Co-authored-by: RakhithaRR <25485273+RakhithaRR@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Backport fix from PR 144 to versions 4.6.x, 4.5.x, and 4.4.x
Backport PR #144 fix to 4.6.x, 4.5.x, and 4.4.x branches
Feb 13, 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.
Purpose
Backport the duplicate livenessProbe fix from PR #144 to release branches 4.6.x, 4.5.x, and 4.4.x.
Goals
Apply the same configuration correction across all active release branches to ensure consistent probe behavior in key-manager deployments.
Approach
Created feature branches and patch files for each target release branch:
copilot/backport-fix-to-4.6.x,copilot/backport-fix-to-4.5.x,copilot/backport-fix-to-4.4.xpatches/fix-duplicate-livenessprobe-{4.6.x,4.5.x,4.4.x}.patchBACKPORT_SUMMARY.mdandpatches/README.mdwith application instructionsThe fix changes line ~120-169 (varies by branch) in
distributed/key-manager/templates/key-manager/wso2am-km-deployment.yaml:To complete: Push feature branches and create PRs targeting respective release branches, or apply patches directly.
User stories
N/A - Configuration bug fix backport
Release note
Fixed duplicate livenessProbe in key-manager deployment; second probe correctly configured as readinessProbe (backport to 4.6.x, 4.5.x, 4.4.x)
Documentation
N/A - Internal deployment configuration fix, no user-facing documentation impact
Training
N/A
Certification
N/A - Internal configuration correction
Marketing
N/A
Automation tests
Security checks
Samples
N/A
Related PRs
Migrations (if applicable)
No migration required - Helm will apply corrected probe configuration on next deployment to affected release branches
Test environment
Validated with Helm v3.20.0
Learning
Referenced PR #144 implementation and verified consistency across deployment patterns in control-plane, gateway, and traffic-manager templates
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.