Skip to content

Commit faa482a

Browse files
authored
Merge pull request #1572 from chuckha/upgrade-process
📖 Adds a library API change to v2->v3 document
2 parents 425c219 + ad2a3ee commit faa482a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/book/src/providers/v1alpha2-to-v1alpha3.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717

1818
## Context is now required for `external.CloneTemplate` function.
1919

20-
- Pass a context as first argument to calls to `external.CloneTemplate`.
20+
- Pass a context as the first argument to calls to `external.CloneTemplate`.
21+
22+
## Context is now required for `external.Get` function.
23+
24+
- Pass a context as the first argument to calls to `external.Get`.
2125

2226
## Cluster and Machine `Status.Phase` field values now start with an uppercase letter.
2327

0 commit comments

Comments
 (0)