Releases: homeport/havener
havener release v0.9-alpha
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
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
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
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
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
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
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
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
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 possiblecerts
, sanity check for invalid certificates in secretsnode-exec
, run commands on a Kubernetes nodetop
, usage statistics of the configured cluster