Kubepack Swift Versions Save

Ajax friendly Helm Tiller Proxy

0.7.1

6 years ago

Swift 0.7.1 adds --tiller-timeout flag with default 5 min deadline. There is no user visible change in api. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.7.1

Notable Changes

  • Use github.com/pkg/errors #99
  • Add --tiller-timeout flag with default 5 min deadline #97
  • Rename factory package to connectors #96

0.7.0

6 years ago

Swift 0.7.0 adds support for SSL enable Tiller. InstallRelease and UpdateRelease apis have been updated in backward compatible manner to support downloading charts from secure chart repository. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.7.0

Notable Changes

  • Update installer script #95
  • Document Swift SSL options #93
  • Support self-signed ca certificate for Tiller #92
  • Do not write SETTINGS in response to ACKs in Cmux #91
  • Support SSL for chart repository #90
  • Pass username/password in chart URL as basic auth header #89
  • Update grpc-go to v1.9.2 #85

0.6.0

6 years ago

Swift 0.6.0 updates Helm dependency to 2.8.0. There is no user visible change in api. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.6.0

Notable Changes

  • Revendor to Helm 2.8 #83

0.5.2

6 years ago

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. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.5.2

Notable Changes

  • Close tunnel after api call #79
  • Add front matter for docs #81
  • Fix analytics client id detection #80
  • Use tunnel tools from kutil #78
  • Set ClientID for analytics #77

0.5.1

6 years ago

Swift 0.5.1 fixes connection leakage in proxy server. We recommend upgrading to this version. There is no user visible change in api. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.5.1

Notable Changes

  • Close connection after usage. #68
  • Make chart namespaced #64
  • Add front matter for swift cli #69
  • Add Front matter of docs #65

0.5.0

6 years ago

Swift 0.5.0 makes backward incompatible change to SummarizeReleases api. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.5.0

Notable Changes

  • 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>. #61
  • Add tutorial for RBAC enabled cluster #59
  • Fix service port in installer yamls #58

0.4.0

6 years ago

0.4.0-rc.0 is now marked as 0.4.0. Helm dependency has been updated to 2.7.0.

Download Docker images via:

docker pull appscode/swift:0.4.0

0.4.0-rc.0

6 years ago

Swift 0.4.0-rc.0 updates Helm dependency to 2.7.0-rc.1. There is no user visible change in api. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.4.0-rc.0

Notable Changes

  • Truncate Chart helper values to 63 chars #55
  • Use client-go 5.x #53
  • Use log pkg from appscode/go #52
  • Add chart #50

0.3.1

6 years ago

Swift 0.3.1 fixes RBAC issues with installer yamls. There is no user visible change in api. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.3.1

Notable Changes

  • Set service account name in RBAC mode. #48
  • Update installer RBAC to support listing services #47

0.3.0

6 years ago

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. To install/upgrade, please visit here.

Download Docker images via:

docker pull appscode/swift:0.3.0

Notable Changes