Skip to content

Commit d16dbde

Browse files
committed
fix: adjust since field after backport to 6.8
Signed-off-by: Chris Laprun <[email protected]>
1 parent 60bef18 commit d16dbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/runtime/src/main/java/io/quarkiverse/operatorsdk/runtime/CRDConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public interface CRDConfiguration {
8686
* found with the v2 generator, which is the default one and the one that is actively maintained.
8787
*
8888
* @return {@code true} if the v1 version of the CRD generator should be used
89-
* @since 6.9.1
89+
* @since 6.8.5
9090
* @deprecated using this method should be reserved for blocking situations, please open an issue reporting the problem
9191
* you're facing with the v2 generator before reverting to use the v1 version
9292
*/

0 commit comments

Comments
 (0)