From a17210f3878512f4579b4c51362f5457685f145b Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Wed, 12 Oct 2022 15:20:55 +0530 Subject: [PATCH] add implementation history section Signed-off-by: Sanskar Jaiswal --- rfcs/0004-insecure-http/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rfcs/0004-insecure-http/README.md b/rfcs/0004-insecure-http/README.md index c20a1705..533db0ae 100644 --- a/rfcs/0004-insecure-http/README.md +++ b/rfcs/0004-insecure-http/README.md @@ -202,3 +202,8 @@ status: If an object has `.spec.insecure` as `true`, the registry client or bucket client shall be created with the use of HTTP connections enabled explicitly. +## Implementation History + +**2022-08-12** Allow defining OCI sources for non-TLS container registries with `flux create source oci --insecure` +released with [flux2 v0.34.0](https://github.com/fluxcd/flux2/releases/tag/v0.34.0) +