Update function-patch-and-transform version to 0.8.2#890
Conversation
Signed-off-by: Matt Welke <mattwelke@gmail.com>
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
jbw976
left a comment
There was a problem hiding this comment.
This is very helpful @mattwelke, thank you for taking care of this!! could you also make these same changes to the content/v1.19 folder too? that's the latest docs version and the default that everyone sees, so it will be good to have the changes there so folks see it by default 😇
|
it is indeed that you're getting these whitespaces changes on |
jbw976
left a comment
There was a problem hiding this comment.
Actually, let's go ahead and merge this as is @mattwelke - i'm doing a big pass through all the docs for crossplane/crossplane#6320 / #888, so I'll hit all these as I'm going through that. If we both do some work we'll likely just run into conflicts together 😂

Updates the master folder of the docs to use the latest version of the transform and patch function so that a user following the quickstart will be successful.
There are some whitespace changes that made their way into this PR too. I'm not sure why. I tried to exclude them, but the files are changed when I run
git add. I checked for Git hooks and the like, but didn't see any. Let me know if this is an issue.Background:
I found when completing the GCP quickstart that during part 2, it fails when you get to the step where you apply a
Function. The function never reaches the installed state because it cannot fetch the package:I resolved this issue by finding out what the latest version of the function package was (v0.8.2) and trying that instead. It worked, and I was able to complete the quickstart.
Note that there is another known issue with the quickstart in the master folder of the docs that I had to work around too (in this case, I did so by adding the
cluster-adminrole to the Pub/Sub provider pod's service account).