Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Releases: talal/mimir

v2.0.0

07 Jun 16:28
a31ba9d
Compare
Choose a tag to compare

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 to MIMIR_DISABLE_KUBE and MIMIR_OS_CLOUD has been renamed to MIMIR_DISABLE_CLOUD. See Readme for their usage.

v1.2.0

23 Jan 22:17
Compare
Choose a tag to compare

Added

  • Highlight inaccessible directory path in red.

v1.1.2

10 Jan 20:09
Compare
Choose a tag to compare

Fixed

  • Home path not being converted to ~ in some cases.

v1.1.1

07 Dec 20:55
Compare
Choose a tag to compare

Fixed

  • "slice bounds out of range" error that occurred when the pwd was more than
    6 directories deep and began with a /.

v1.1.0

10 Nov 03:55
Compare
Choose a tag to compare

New features:

  • Kubernetes context and OpenStack cloud info can be turned off by specifying the respective flags to 'false': MIMIR_KUBE and MIMIR_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.

v1.0.0

02 Nov 21:52
Compare
Choose a tag to compare

Initial release.