Releases: alauda/captain
Releases · alauda/captain
v1.5.0
v1.4.0
- Bump kubernetes client to v1.21
- Bump helm client to v3.6.1
- Added annotation
captain-keep-resources
, to retain deployed kubernetes resources when helmrequest is uninstalled - Added annotation
captain-force-adopt-resources
, support forced adoption of existing kubernetes resources with the same name condition
field is added to the status of helmrequest CRD to record the download result of chart
v1.3.1
- Skip using listers to get helmrequest object, avoid get old version of object which is marked as deleting.
- Support auto resolve version for install.
- Add host ip to event source, In case two global exist, and captain caches access info for the same cluster, this can help us to find which captain create the event. Default to "".
- Add sync failed reason to status of helmrequest.
- Add timeout for helmrequest delete.
- Re-force update custom resources when merge type incorrect.
- Force upload chart when git/svn charts sync.
- Add runnable to restart broken clusters.
v1.3.0
Merge pull request #82 from alauda/release-v1.2.2
- stability improvement
v1.2.0
v1.0.1
v1.0.0
v0.9.9: Ignore https bad cert error for chartrepo (#50)
- Support https chartrepo with bad cert