From 88d0413bd41b814478cf759cda094ac2a2b8536b Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Mon, 29 Apr 2019 16:47:23 +0200 Subject: [PATCH] Add Releases section to README to indicate Kubernetes compatibility --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c71ad8202..080d684c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ # Prometheus Monitoring Mixin for Kubernetes -> NOTE: This project is *alpha* stage. Flags, configuration, behaviour and design may change significantly in following releases. +> NOTE: This project is *pre-release* stage. Flags, configuration, behaviour and design may change significantly in following releases. A set of Grafana dashboards and Prometheus alerts for Kubernetes. +## Releases + +| Release | Kubernetes Compatibility | +| ------- | -------------------------- | +| master | Kubernetes 1.14+ | +| v0.1.x | Kubernetes 1.13 and before | + +In Kubernetes 1.14 there was a major [metrics overhaul](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/0031-kubernetes-metrics-overhaul.md) implemented. +Therefore v0.1.x of this repository is the last release to support Kubernetes 1.13 and previous version on a best effort basis. + ## How to use This mixin is designed to be vendored into the repo with your infrastructure config.