devops:webserver-chart-version-up

Bump Helm chart versions in Chart.yaml and generate changelog entries.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ChanghwanK/dotfiles --skill devops-webserver-chart-version-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops:webserver-chart-version-up
Source: https://github.com/ChanghwanK/dotfiles/tree/main/claude/.claude/skills/devops%3Awebserver-chart-version-up
Command: npx skills add https://github.com/ChanghwanK/dotfiles --skill devops-webserver-chart-version-up

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of updating Helm chart versions, automatically generating changelog entries, and summarizing changes for review.

Core Features & Use Cases

  • Version Bumping: Increments chart versions in Chart.yaml based on semantic versioning rules.
  • Changelog Generation: Creates or updates CHANGELOG.md with feat, fix, and refactor entries derived from commit messages.
  • Change Summary: Provides a clear diff of changes and the versioning impact.
  • Use Case: After deploying a new feature to the webserver chart, use this Skill to bump the version, document the change in the changelog, and get a summary of what was modified.

Quick Start

Use the devops:webserver-chart-version-up skill to bump the webserver chart to version 0.3.52.

Frequently Asked Questions about devops:webserver-chart-version-up

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Helm chart versioning and changelog generation?

Automate Helm chart versioning by using Python scripts to bump semantic versions in Chart.yaml and Git log analysis to generate changelog entries. This workflow automatically increments chart versions, categorizes commit messages into feat, fix, and refactor entries, and summarizes changes for Kubernetes release management.

Can I generate a CHANGELOG.md from Git commit messages for Kubernetes charts?

Yes, you can generate a CHANGELOG.md from Git commit messages by analyzing the commit log to extract feat, fix, and refactor entries. This process automatically creates or updates the changelog file with categorized entries derived directly from your repository's commit history for Helm chart maintenance.

How do I bump semantic versions in Chart.yaml automatically?

Bump semantic versions in Chart.yaml automatically by applying semantic versioning rules through dedicated Python scripts. The automation calculates the next version number based on your commit history and updates the Chart.yaml file accordingly, ensuring accurate version tracking for your Kubernetes chart releases.

Does this Helm chart versioning workflow require Python and Git?

Yes, this Helm chart versioning workflow requires Python scripts for version calculation and Git commands for log analysis. You need both tools available in your environment to automatically bump Chart.yaml versions and generate categorized changelog entries from your commit history.

What is the best way to manage Kubernetes chart release notes and version updates?

The best way to manage Kubernetes chart release notes is to automate the extraction of feat, fix, and refactor entries from Git commits into a CHANGELOG.md. This approach simultaneously updates your Chart.yaml semantic version and provides a clear summary of modifications for review.