Skip to content

(feat) helm charts#4

Merged
osteele merged 3 commits intoosteele:mainfrom
TitaniumIT:support-helm-charts
Sep 1, 2025
Merged

(feat) helm charts#4
osteele merged 3 commits intoosteele:mainfrom
TitaniumIT:support-helm-charts

Conversation

@MarcoFuykschot
Copy link
Copy Markdown
Contributor

Added helm chart version control in project-version

@osteele osteele requested a review from Copilot September 1, 2025 09:54
Copy link
Copy Markdown

Copilot AI left a comment

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 adds support for Helm chart projects to the project version management tool by implementing detection and version management for Chart.yaml files.

  • Adds a new HelmChartProject struct that implements the Project trait to handle Helm chart version operations
  • Integrates Helm chart detection into the existing project detection logic
  • Includes comprehensive test coverage for Chart.yaml file handling

Reviewed Changes

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

File Description
src/project.rs Implements HelmChartProject struct with version parsing, updating, and project detection
tests/test_project.rs Adds comprehensive test for Helm chart project detection and version management
README.md Documents the new Helm chart support in the feature list
Cargo.toml Adds serde_yaml dependency for YAML parsing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@osteele osteele merged commit 8a15c0c into osteele:main Sep 1, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants