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/book/src/developer/providers/v1.2-to-v1.3.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,7 @@ in Cluster API are kept in sync with the versions used by `sigs.k8s.io/controlle
39
39
- Custer API introduced new [logging guidelines](../../developer/logging.md). All reconcilers in the core repository were updated
40
40
to [log the entire object hierarchy](../../developer/logging.md#keyvalue-pairs). It would be great if providers would be adjusted
41
41
as well to make it possible to cross-reference log entries across providers (please see CAPD for an infra provider reference implementation).
42
+
- The `CreateLogFile` function and `CreateLogFileInput` struct in the E2E test framework for clusterctl has been renamed to `OpenLogFile` and `OpenLogFileInput` because the function will now append to the logfile instead of truncating the content.
43
+
- The `Move` function in E2E test framework for clusterctl has been modified to:
44
+
* print the `clusterctl move` command including the arguments similar to `Init`.
45
+
* log the output to the a `clusterctl-move.log` file at the subdirectory `logs/<namespace>`.
0 commit comments