Releases: Dalee/fuse
Releases · Dalee/fuse
Check logs from all containers
Bugfixes
- Display output from a failed command, not just "Command failed to run".
Bugfixes
- FIXED: In case of failed deploy, rollback command used pod selector, not a deployment one
Exec command
- Fixed rollout log display, instead of
Deployment.Metadata.Labels
, getDeployment.Spec.Metadata.Labels
in order to display only deployment pods Exec
command introduced, for a given deployment execute provided command across all containers.
New shiny apply command
- Display pod logs after rollout (successful or not, doesn't matter)
- Rollout timeout can be passed as command line argument
- kubectl context can be overridden either as environment variable or as global command line argument
Small tune-up and more coverage
Just repository fixes
- README.md - how to install developer tools
- Coverage increased
Fuse with `apply` and `garbage-collect`
Introducing garbage-collect
command
Multiple Deployment
Add support (and fix logic) for multiple deployments
Initial version
First stable release
Stable enough to keep deployments to Kubernetes platform smooth.
Tested with Kubernetes v1.2.0.