You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Swift 0.5.2 closes tunnel after api call for kubeconfig
connector. We recommend upgrading to this version. There is no user visible change in api.
Swift 0.5.1 fixes connection leakage in proxy server. We recommend upgrading to this version. There is no user visible change in api.
Swift 0.5.0 makes backward incompatible change to SummarizeReleases
api.
SummarizeReleases
api will not set namespace to default
by default any more. If no namespace is set, it will return releases from all namespaces. To get releases from a given namespace pass query parameter namespace=<name>
. #610.4.0-rc.0 is now marked as 0.4.0.
Swift 0.4.0-rc.0 updates Helm dependency to 2.7.0-rc.1. There is no user visible change in api.
Swift 0.3.1 fixes RBAC issues with installer yamls. There is no user visible change in api.
Swift 0.3.0 updates dependencies k8s.io/client-go
to 4.0.0 and k8s.io/helm
to 2.6.1. There is no user visible change in api.
0.2.0-rc.0 is now marked as 0.2.0.
Wheel has been renamed to Swift, because it gets you Tiller Swift. :) Swift 0.2.0 makes some backward incompatible api changes.
List Releases
API. The URL path for this api could conflict with the GetHistory
api. The replacement should be to use SummarizeReleases
api. #24status_codes
parameter type to string in SummarizeReleases
API. Supported values are UNKNOWN, DEPLOYED, DELETED, SUPERSEDED, FAILED, DELETING
. all
field has been added to request object of this proto. This allows to get all releases (including deleted but not purged ones) without specifying all the status codes. #33ReleaseContent
API. #34EmptyDir
at /tmp
path. This is used as scratch volume to store downloaded chart archives files. The downloaded files are also deleted, after request is served. Previously we cached the chart-archive files, but two different releases may have same chart-archive file name with different content. This improves storage performance. #35, #36First public release of Wheel. To install, please visit here.