This is the first public release of Upjet!
What's Changed
- types: do not require go binary to be present during configuration by @muvaf in #63
- crd: remove field transformation struct and its usages by @muvaf in #46
- Filter sensitive fields in debug level logs by @sergenyalcin in #62
- Add field&resource descriptions to CRD manifests from scraped metadata by @sergenyalcin in #64
- Fix field comments by @sergenyalcin in #72
- types: remove terraform-plugin-sdk v1 support since it reached EOL by @muvaf in #73
- Fix external-name annotation configuration for examples by @ulucinar in #76
- types.references: ref and selector fields should tell users which type they use by @muvaf in #85
- terraform: do not print tf file name in the errors by @muvaf in #83
- Add marketplace annotation to generated example manifests by @ezgidemirel in #75
- Do not print skip-list for excluded resources by @ulucinar in #86
- Add comment-marker for generated reference-type comment lines by @ulucinar in #87
- Do not override annotations of generated example manifests by @ulucinar in #88
- terraform: accept extra client metadata for ID calculations by @muvaf in #79
- Manipulator function for every schema field by @sergenyalcin in #89
- Make UseAsync=true by default by @ezgidemirel in #90
- Filter terraform keyword in documentation by @sergenyalcin in #93
- Generate hierarchical names under argumentDocs in scraped provider metadata by @ulucinar in #92
- Support parent extraction from header blocks by @ulucinar in #94
- terraform: make sure that the tfstate is re-produced in case we end up with empty tfstate by @muvaf in #97
- terraform: do not fill the empty tfstate if the resource is being deleted by @muvaf in #101
- Bump Go version to 1.19 by @ulucinar in #102
- add legal notice for MPL usages by @muvaf in #103
- add Apache 2.0 license by @muvaf in #104
- Move OP docs by @ezgidemirel in #109
- docs: add contribution guide and edit outdated parts of README by @muvaf in #111
New Contributors
- @sergenyalcin made their first contribution in #62
Full Changelog: v0.6.0...v0.7.0