Skip to content

Releases: homeport/havener

havener release v0.9-alpha

08 Dec 22:13
87320ca
Compare
Choose a tag to compare

havener release v0.9-alpha

New features

On a fresh cluster without tiller, havener will install it similar to what helm init would do. Many thanks to @edwardstudy.

havener release v0.8-alpha

05 Dec 22:19
Compare
Choose a tag to compare

havener release v0.8-alpha

New features

Better panic handling in case of unforeseen situations.

Terminal cursor visibility is restored in case havener is interrupted by Ctrl-C.

Fixed broken upgrade command and harmonized behavior with deploy command.

Logs retrieval command with config file option should perform a bit faster.

havener release v0.7-alpha

04 Dec 09:25
Compare
Choose a tag to compare

havener release v0.7-alpha

New features

Log retrieval now downloads monit logs, too.

Fix issue #26 by enforcing a fixed terminal width in case havener is used
inside a Garden container, which most likely be a Concourse task.

havener release v0.6-alpha

28 Nov 14:21
Compare
Choose a tag to compare

havener release v0.6-alpha

New features

Deploy cmd improvement

The deploy command has a new flag:

--timeout to specify the helm init timeout, by default this is 40 minutes

havener release v0.5-alpha

26 Nov 22:13
Compare
Choose a tag to compare

havener release v0.5-alpha

New features

The logs command has two new flags:

  • --config-files to enable the download of configuration files. By default, only log files will be downloaded.
  • --target to specify a custom download location.

havener release v0.4-alpha

23 Nov 14:23
eb4a1d7
Compare
Choose a tag to compare

havener release v0.4-alpha

New feature

Updated chart location lookup to support remote zip files as a target. You can specify a directory in the zip file as the location to be used.

Add verbose flag to display a more detailed output and for debugging.

Add log retrieval feature, which downloads log files from all pods to the local disk.

havener release v0.3-alpha

14 Nov 16:01
Compare
Choose a tag to compare

havener release v0.3-alpha

New feature

  • The upgrade command now support --reuse-values to easily re-use already set user-supplied values.
  • A wait indicator (spinner) was added to give some feedback that long running tasks are still running.

havener release v0.2-alpha

13 Nov 12:23
7274f84
Compare
Choose a tag to compare

havener release v0.2-alpha

New feature

New feature to perform an upgrade on a Havener deployed Helm Release.

Bugfixes

Fix in certification verification for empty certification inputs.

havener release v0.1-alpha

08 Nov 20:24
Compare
Choose a tag to compare
Pre-release

Initial alpha release

The initial version of havener includes:

  • deploy option, deploy multiple Helm Charts based on a havener configuration file,
  • purge, delete a Helm Release and its resources as fast as possible
  • certs, sanity check for invalid certificates in secrets
  • node-exec, run commands on a Kubernetes node
  • top, usage statistics of the configured cluster