This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
Releases: talal/mimir
Releases · talal/mimir
v2.0.0
Fixed
- Minor code refactoring.
Added
- New config option:
CURRENT_KUBE_CTX
that can be used to display an arbitrary
info for Kubernetest instead of context/namespace.
Changed
MIMIR_KUBE
has been renamed toMIMIR_DISABLE_KUBE
andMIMIR_OS_CLOUD
has been renamed toMIMIR_DISABLE_CLOUD
. See Readme for their usage.
v1.2.0
v1.1.2
v1.1.1
v1.1.0
New features:
- Kubernetes context and OpenStack cloud info can be turned off by specifying the respective flags to 'false':
MIMIR_KUBE
andMIMIR_OS_CLOUD
Changes:
- If
CURRENT_OS_CLOUD
env variable is not available then the OpenStack cloud info is shown using the standard OpenStack environment variables. The scope of the info depends on the environment variables that are available.