Skip to content

Releases: alauda/captain

v1.5.0

09 May 08:26
798d466
Compare
Choose a tag to compare
  • Bump HelmRequest from v1alpha1 to v1
  • Support to install, upgrade, and uninstall OCI type chart through HelmRequest
  • Support to install, upgrade, and uninstall downloadable HTTP type chart through HelmRequest

v1.4.0

08 Oct 09:54
6c0cc93
Compare
Choose a tag to compare
  • 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

07 May 10:27
Compare
Choose a tag to compare
  • 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

23 Oct 03:05
1b83f83
Compare
Choose a tag to compare
  • Remove webhook and use crd schema, no more cert error
  • Support eks cluster
  • If create-update got stuck, skip it

Merge pull request #82 from alauda/release-v1.2.2

21 Aug 02:17
0dc62d5
Compare
Choose a tag to compare

v1.2.0

23 Jun 00:46
Compare
Choose a tag to compare
  • Skip processing old hr event
  • Fix release name and hr name not match error when listing release
  • Support local-repo
  • Patch helm's new job watch code
  • Add version to status

v1.0.1

23 Apr 02:27
eb4225b
Compare
Choose a tag to compare
  • We have a logo now
  • Faster detect of cluster change
  • More docs
  • Support harbor registry based hem repo
  • Fix ChartRepo crd error

v1.0.0

30 Mar 03:36
Compare
Choose a tag to compare
  • Arm64 support
  • Support Git/SVN repo as ChartRepo
  • Ignore kubernetes discovery error
  • Various bug fixes

v0.9.9: Ignore https bad cert error for chartrepo (#50)

06 Mar 05:39
8738667
Compare
Choose a tag to compare
  • Support https chartrepo with bad cert

v0.9.8

24 Feb 02:28
Compare
Choose a tag to compare
  • Support annotations to trigger resync