From 1e09448d2965c9dea6f5f2b4dbba76568c8e3f4d Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Mon, 13 Feb 2023 10:49:59 +0100 Subject: [PATCH 1/4] chore: add maturity status for each feature Signed-off-by: Giovanni Liva --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9129f2a76..32e9423b52 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ ![Codecov](https://img.shields.io/codecov/c/github/keptn/lifecycle-toolkit?token=KPGfrBb2sA) ![goversion](https://img.shields.io/github/go-mod/go-version/keptn/lifecycle-toolkit?filename=operator%2Fgo.mod) ![version](https://img.shields.io/github/v/release/keptn/lifecycle-toolkit) -![status](https://img.shields.io/badge/status-not--for--production-red) [![GitHub Discussions](https://img.shields.io/github/discussions/keptn/lifecycle-toolkit)](https://github.com/keptn/lifecycle-toolkit/discussions) The goal of this toolkit is to introduce a more “cloud-native” approach for pre- and post-deployment, as well as the @@ -12,6 +11,18 @@ concept of application health checks. It is an incubating project, under the umbrella of the [Keptn Application Lifecycle working group](https://github.com/keptn/wg-app-lifecycle). +Status of the different features: + +- ![status](https://img.shields.io/badge/status-stable-brightgreen) Observability +- ![status](https://img.shields.io/badge/status-alpha-orange) Metrics +- ![status](https://img.shields.io/badge/status-alpha-orange) Release lifecycle + +[//]: # ( alpha ![status](https://img.shields.io/badge/status-alpha-orange) +[//]: # ( beta ![status](https://img.shields.io/badge/status-beta-yellow) +[//]: # ( stable ![status](https://img.shields.io/badge/status-stable-brightgreen) + +For more info about the features, please refer to our [documentation](./docs/content/en/docs/). + ## Watch the KubeCon 2022 Detroit Demo Click to watch it on YouTube: From 4bf05682b400151e7ad770071a5aa36f0b5d5f82 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Mon, 13 Feb 2023 10:50:34 +0100 Subject: [PATCH 2/4] add comment Signed-off-by: Giovanni Liva --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32e9423b52..96303f3c11 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,11 @@ Status of the different features: - ![status](https://img.shields.io/badge/status-alpha-orange) Metrics - ![status](https://img.shields.io/badge/status-alpha-orange) Release lifecycle -[//]: # ( alpha ![status](https://img.shields.io/badge/status-alpha-orange) -[//]: # ( beta ![status](https://img.shields.io/badge/status-beta-yellow) -[//]: # ( stable ![status](https://img.shields.io/badge/status-stable-brightgreen) + For more info about the features, please refer to our [documentation](./docs/content/en/docs/). From f49fc11607b9ec3dc36015bfbe72962703d98841 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Tue, 14 Feb 2023 08:04:14 +0100 Subject: [PATCH 3/4] Add description of the feature Signed-off-by: Giovanni Liva --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96303f3c11..80edec66e5 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ the [Keptn Application Lifecycle working group](https://github.com/keptn/wg-app- Status of the different features: -- ![status](https://img.shields.io/badge/status-stable-brightgreen) Observability -- ![status](https://img.shields.io/badge/status-alpha-orange) Metrics -- ![status](https://img.shields.io/badge/status-alpha-orange) Release lifecycle +- ![status](https://img.shields.io/badge/status-stable-brightgreen) Observability: expose [OTel](https://opentelemetry.io/) metrics and traces of your deployment. +- ![status](https://img.shields.io/badge/status-alpha-orange) K8s Custom Metrics: expose your Observability platform via the [Custom Metric API](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/custom-metrics-api.md). +- ![status](https://img.shields.io/badge/status-alpha-orange) Release lifecycle: handle pre- and post-checks of your Application deployment. +- ![status](https://img.shields.io/badge/status-beta-yellow) Certificate Manager: automatically configure TLS certificates for [secure communication with the Kube API](https://kubernetes.io/docs/concepts/security/controlling-access/#transport-security). +--> For more info about the features, please refer to our [documentation](./docs/content/en/docs/).