1.0.0 (2024-07-09)
⚠ BREAKING CHANGES
- Automatic discovery of default branch: Previously, if the
ref
option was not specified, helm-git defaulted to themaster
branch. Now, ifref
is not provided, it will be automatically discovered from the remote Git repository before cloning. It’s recommended to pinref
to a specific Git hash or tag. This change does not impact users who have already set theref
option.