CAST 39551: Prevent duplicate Kubernetes jobs for CFS sessions#172
Merged
Conversation
…0715 [chore] master -> develop from PR #167 (develop)
CASMCMS-9627: Avoid creating multiple Kubernetes jobs for the same CFS session
CASMCMS-9631: Resolve CVEs
|
mharding-hpe
added a commit
that referenced
this pull request
Mar 12, 2026
…-1773333620 [chore] master -> develop from PR #172 (cast-39551-1.7)
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.



This is just creating a CFS version for CSM 1.7 that includes the changes for CAST-39551 -- basically, the same things that were in this PR. These are merged over from the existing commits in the
developbranch.This is just to make a CSM 1.7 version of CFS that we can give to any customer who has the CSM 1.6 hotfix installed and wants to upgrade to CSM 1.7.
These changes have already been tested in their original source PRs to
develop. This is just bundling them and tagging them with a version.Note that I could reasonably have called this version
1.34.3, but just to be extra cautious, I bumped the minor number, in the unlikely event that we want to create some patches on top of the CSM 1.7.1cfs-operatorthat do not include these fixes.Related PRs