Document the change logs feature
jbw976 opened this issue · 0 comments
jbw976 commented
What's Missing?
runtime/core support for cloud change logs was added in v1.17.0. We still have some work to enable it across the ecosystem of Providers, but we'll need some good user facing documentation for how to enable and use this new feature.
Resources:
- runtime PR: crossplane/crossplane-runtime#754
- design PR: crossplane/crossplane#5822
- early example walkthrough of using the feature: https://github.com/jbw976/change-log-sidecar/blob/main/README.md
Some specific content we'll want to include:
- how to enable the change logs feature in a provider that supports it
- example
DeploymentRuntimeConfig
to setup sidecar container and change logs output - how to incorporate change logs support into the codebase of your own provider
- consider a blog post that builds excitement for the feature too