The v0.19.0
release contains some minor example manifest fixes. Notably, the poll interval and the maximum concurrent reconcilers for provider-azure controllers are now configurable with the provider's command-line arguments and the default values have been tweaked according to our observations here. We also now produce a list of non-generated Terraform resources that exist in the Terraform provider but have not been generated in the official provider. This list can now be found in the artifacts of a CI
Github workflow run.
The provider's package is available as xpkg.upbound.io/upbound/provider-azure:v0.19.0
, and please don't forget to check the provider's Upbound Marketplace documentation.
What's Changed
- dockerfile: disable terraform user agent by @muvaf in #67
- Fix Uptest timeout annotation by @ezgidemirel in #75
- Make not-generated Terraform resources CSV available as a Github workflow artifact by @ulucinar in #72
- Configurable maxConcurrentReconciles and pollInterval with sensible defaults by @turkenh in #73
New Contributors
- @ezgidemirel made their first contribution in #75
- @turkenh made their first contribution in #73
Full Changelog: v0.18.1...v0.19.0