From 164d7f6ac3078cf1888ec80a2d0e590a238c6a4d Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Tue, 17 Dec 2024 14:34:22 +0100 Subject: [PATCH] docs: Add note about deprecation of this repository --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c7bd4c..13a4e3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Embedded Jinja2 Renderer +> ⚠️**This go-jina2 module is deprecated and archived**⚠️ +> +> Please see https://github.com/kluctl/kluctl/pull/1246 for the reasoning. + This library provides an embedded Jinja2 renderer, based on https://github.com/kluctl/go-embed-python. It works by spawning one (or multiple) Jinaj2 renderer processes which communicate with your Go application via stdin/stdout.