You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/includes/quarkus-operator-sdk.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,11 @@ a|icon:lock[title=Fixed at build time] [[quarkus-operator-sdk_quarkus.operator-s
206
206
207
207
[.description]
208
208
--
209
-
Whether to fail or only emit a warning on version validation at compile time.
209
+
Whether to fail or emit a debug-level (warning-level when misalignment is at the minor or above version level) log when the extension detects that there are misaligned versions.
210
+
The following versions are checked for alignment:
211
+
- declared Quarkus version used to build the extension vs. actually used Quarkus version at runtime
212
+
- Fabric8 client version used by JOSDK vs. actually used Fabric8 client version
213
+
- Fabric8 client version used by Quarkus vs. actually used Fabric8 client version
0 commit comments