Releases: alauda/captain
Releases · alauda/captain
v0.9.7
- Fix #47 , allow download chart with full url path
v0.9.6
- Support verify digest for chart
v0.9.5
- Fix oom panic caused by helm
- Add docs about multi cluster
- Remove helm config files, use CRDs instead
v0.9.4
- No longer rely on cert-manager
- Can use
kubectl
to install
v0.9.3
- Use kubebuilder
- Add kubectl plugin (kubectl-captain)
- Update finalizer domain
- Add basic int test
- Fix various hook issues with crd
- Multi cluster watch
v0.9.2: Merge pull request #14 from alauda/cr-queue
- Add Chart CRD
- Fix various bugs
v0.9.1
- Support auto select versions if only have pre-release versions(the
devel
flag)
- Sync with helm code, include patch method and helm home refactor