From d16dbde0d3df92be7445a7e96690e248b3483e8c Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Mon, 25 Nov 2024 10:02:31 +0100 Subject: [PATCH] fix: adjust since field after backport to 6.8 Signed-off-by: Chris Laprun --- .../io/quarkiverse/operatorsdk/runtime/CRDConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/CRDConfiguration.java b/core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/CRDConfiguration.java index 313169dc..a6477007 100644 --- a/core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/CRDConfiguration.java +++ b/core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/CRDConfiguration.java @@ -86,7 +86,7 @@ public interface CRDConfiguration { * found with the v2 generator, which is the default one and the one that is actively maintained. * * @return {@code true} if the v1 version of the CRD generator should be used - * @since 6.9.1 + * @since 6.8.5 * @deprecated using this method should be reserved for blocking situations, please open an issue reporting the problem * you're facing with the v2 generator before reverting to use the v1 version */