From 2730b91aac1949274007218266f238517d80fca6 Mon Sep 17 00:00:00 2001 From: Manuel Alonso Date: Tue, 2 Apr 2019 14:58:45 +0200 Subject: [PATCH 1/2] adding deprecated announcement --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab42b22..9686ada 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,17 @@ # kit +*[DEPRECATED] Thanks for using these packages, but we will no longer support them* + The `kit` suite is a series of components that when used together can achieve a continuous deployment workflow for countless Kubernetes clusters. They can be used as npm modules to orchestrate your own pipeline or they can be easily integrated into a [Codeship Docker](http://pages.codeship.com/docker) pipeline. It currently consist of 3 core components: | Component | Version | | ----------------------- |-------------------| -| [kit-image-deployer](https://github.com/InVisionApp/kit-image-deployer) | [![npm version](https://badge.fury.io/js/kit-image-deployer.svg)](https://badge.fury.io/js/kit-image-deployer) | -| [kit-deploymentizer](https://github.com/InVisionApp/kit-deploymentizer) | [![npm version](https://badge.fury.io/js/kit-deploymentizer.svg)](https://badge.fury.io/js/kit-deploymentizer) | -| [kit-deployer](https://github.com/InVisionApp/kit-deployer) | [![npm version](https://badge.fury.io/js/kit-deployer.svg)](https://badge.fury.io/js/kit-deployer) | +| [kit-image-deployer (DEPRECATED) ](https://github.com/InVisionApp/kit-image-deployer) | [![npm version](https://badge.fury.io/js/kit-image-deployer.svg)](https://badge.fury.io/js/kit-image-deployer) | +| [kit-deploymentizer (DEPRECATED) ](https://github.com/InVisionApp/kit-deploymentizer) | [![npm version](https://badge.fury.io/js/kit-deploymentizer.svg)](https://badge.fury.io/js/kit-deploymentizer) | +| [kit-deployer (DEPRECATED) ](https://github.com/InVisionApp/kit-deployer) | [![npm version](https://badge.fury.io/js/kit-deployer.svg)](https://badge.fury.io/js/kit-deployer) | ## Flow Diagram From 77a76a117436d61fcea435f732d30a0b9ddbc867 Mon Sep 17 00:00:00 2001 From: Manuel Alonso Date: Tue, 2 Apr 2019 15:02:22 +0200 Subject: [PATCH 2/2] better in bold --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9686ada..e320ba4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # kit -*[DEPRECATED] Thanks for using these packages, but we will no longer support them* +**[DEPRECATED] Thanks for using these packages, but we will no longer support them.** The `kit` suite is a series of components that when used together can achieve a continuous deployment workflow for countless Kubernetes clusters. They can be used as npm modules to orchestrate your own pipeline or they can be easily integrated into a [Codeship Docker](http://pages.codeship.com/docker) pipeline.