[Misc] Bump version to 0.19.0 and update schema for new CAV fields - #119
Conversation
…hema for new lifecycle fields
There was a problem hiding this comment.
The PR is clean and correct overall — the schema additions are properly structured and mirrored for both DeploymentDetails and JobDetails, the version bumps are consistent across package.json and package-lock.json, and the README changes are accurate. The only issue found is the unfilled date placeholder in the CHANGELOG.md entry for version 0.19.0.
PR Bot Information
Version: 1.29.2
- Event Trigger:
pull_request.opened - File Content Strategy: Full file content
- Experiment Variant:
control - LLM:
anthropic--claude-4.6-sonnet - Correlation ID:
6bbbeb30-8a8f-11f1-9256-a159c00a7839
There was a problem hiding this comment.
The PR looks generally well-structured, but the go.sum file has three incomplete entries (github.com/go-openapi/swag/jsonutils/fixtures_test v0.28.0, golang.org/x/mod v0.38.0, and golang.org/x/tools v0.47.0) that are each missing their required /go.mod hash line. Running go mod tidy in the hack/ directory will regenerate the file and resolve all three issues at once.
PR Bot Information
Version: 1.29.9
- Correlation ID:
6f34d630-8cbc-11f1-9ad4-5476d8f8aa66 - Event Trigger:
pull_request.ready_for_review - LLM:
anthropic--claude-4.6-sonnet - Experiment Variant:
control - File Content Strategy: Full file content
|



Bump Version to 0.19.0 with Lifecycle Fields and schema Updates
New Features
✨ Bumps the package version to
0.19.0and introduceslifecycleandterminationGracePeriodSecondsfields to the Helm chart schema, enabling pod lifecycle hooks (postStart,preStop) and graceful termination configuration for both deployment and job workloads. Also adds documentation for the new CAP Operator Skill feature and updates the minimum@sap/cds-dkrequirement.Changes
CHANGELOG.md: Added version0.19.0changelog entry documenting the newlifecycleandterminationGracePeriodSecondsschema fields.README.md: Updated minimum@sap/cds-dkrequirement from>=8.2.1to>=9. Added a new CAP Operator Skill section describing AI-assisted management of multi-tenant CAP applications, including thenpx skills addcommand.files/chart/values.schema.json: Addedlifecycle(referencing#/$defs/Lifecycle) andterminationGracePeriodSeconds(integer) fields to bothDeploymentDetailsandJobDetailsdefinitions.package.json/package-lock.json: Bumped package version from0.18.0to0.19.0.hack/go.mod: Updated Go version to1.26.5and bumped several dependencies includingcap-operator(v0.32.0→v0.34.0),sap-btp-service-operator(v0.11.6→v0.11.8), Kubernetes libraries (v0.36.2→v0.36.3), and variousgo-openapiandgolang.org/xpackages.hack/go.sum: Updated dependency checksums to match the updatedgo.mod.PR Bot Information
Version:
1.29.9pull_request.edited6b02ec50-8cbc-11f1-9ccf-6115f297b508anthropic--claude-4.6-sonnet