package
0.0.3
Repository: https://github.com/mloiseleur/helm-changelog.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
FindCharts locates all "Chart.yaml" files in the current directory, and all sub-directories.
GetChart reads the content of the io.Reader and unmarshals the content into a Chart struct.

# Structs

Chart contains all info about a chart from the Chart.yaml file.
Release represents a release of a Helm Chart including: - metadata for the released chart - all commits - the difference in default values.