Full Changelog: 0.8.1...0.8.2
Changes
- #31 Added custom path to logs in the file system. (second tab instead of
Optional package logs), which can be overridden via the-p/--pathflag or thecustomPathconfiguration parameter (default,/opt). - #25 Updated Playground. Added running test containers in compose instead of docker run (using containers with dynamic logging), using a custom filesystem path (#31), and running k3s to demonstrate access to Kubernetes pod logs.
- Added changing the interface color via configuration (
interfaceblock). - Added a command-line flag and configuration parameter for changing the Kubernetes context and namespace.
- Added a command-line flag and configuration parameter for changing the Docker and Compose context.
- Reworked the process for obtaining a list of systemd units. Filtering is now limited to services (excluding other units, such as sockets), status analysis is added, and stopped services are now displayed from the list of unit files (deactivated from
list-unit-files, but are available to run, and may also contain events). - The output of running statuses in containers, pods and service stacks has been changed on coloring.
- The compose stack status has been updated to reflect the number of running containers out of the total number of containers (including the number of restaring containers).
- A check for the
docker-composeexecutable has been added ifcomposeis not available as a plugin in the docker command.