Releases: crossplane-contrib/provider-upjet-aws
v0.21.0
What's Changed
- Add 6 aws appmesh services by @svscheg in #147
- Configure apprunner group, appstream group and add examples by @turkenf in #144
- Add Glue crawler, connection resources by @stevendborrelli in #159
- Delete OWNERS.md by @jeanduplessis in #163
- Moving accessanalyzer (1),account (1), amplify (4) resources to v1beta1 version by @svscheg in #165
Full Changelog: v0.20.0...v0.21.0
v0.20.0
The v0.20.0
release contains new managed resources (we now ship 417 CRDs with provider-aws), fixes for some existing managed resources, and some minor documentation and example manifest fixes. Notably, the poll interval and the maximum concurrent reconcilers for provider-aws 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-aws:v0.20.0
, and please don't forget to check the provider's Upbound Marketplace documentation.
What's Changed
- Remove UXP requirement notice by @jeanduplessis in #128
- Configure connect group and add examples by @turkenf in #121
- Reuse Uptest workflow and standardize Makefile targets by @turkenh in #116
- Bump to latest uptest and build submodule by @turkenh in #129
- tested: aws_cloudwatch_log_metric_filter, aws_cloudwatch_log_resource… by @svscheg in #125
- Fix references to aws_kinesis_stream's arn field by @ulucinar in #114
- Moving appmesh (1) resource to v1beta1 version by @svscheg in #137
- Moving ec2 (17) resources to v1beta1 version #65 by @dverveiko in #130
- Fix Uptest timeout annotation by @ezgidemirel in #141
- Moving configservice (7) resources to v1beta1 version by @mykolalosev in #133
- Make not-generated Terraform resources CSV available as a Github workflow artifact by @ulucinar in #139
- Consume upjet commit 6de200a3a8b0ac77c5f9d122f93db26aacd61960 by @ulucinar in #145
- Fixes and Tweaks with Uptest related targets by @turkenh in #143
- Configurable maxConcurrentReconciles and pollInterval with sensible defaults by @turkenh in #140
- fix(asg): fix observed failed availability_zones / vpc_zone_identifier by @haarchri in #110
New Contributors
- @svscheg made their first contribution in #125
- @dverveiko made their first contribution in #130
- @ezgidemirel made their first contribution in #141
- @mykolalosev made their first contribution in #133
- @haarchri made their first contribution in #110
Full Changelog: v0.19.0...v0.20.0
v0.19.0
- Glue SecurityConfiguration resource is added by @stevendborrelli
#103 - Codedeploy and Codepipeline groups are added by @turkenf. Welcome Fatih!
#102