Releases: crossplane-contrib/provider-aws
v0.19.1
v0.18.2
v0.19.0
Major Themes
This release adds support for several new AWS managed resources! In addition to the notable updates and bug fixes below, one theme of this release was becoming a conformant Crossplane provider. The provider's maintainers identified and fixed several small bugs to this end, as well as validating that all managed resources have a working example!
Notable Updates
- #559 - Adds support for Lambda functions.
- #673 - Adds support for global Aurora clusters.
- #627 - Adds support for Cloud Map service discovery.
- #654 - Adds support for CloudFront distributions.
- #639 - Adds support for IAM OIDC providers.
- #648 - Adds support for blocking public access to S3 buckets.
- #696 - Adds an endpoint to Aurora cluster connection secrets.
- #659 - Fixes creating KMS keys.
- #681 - Fixes deleting VPC CIDR blocks when the VPC does not exist.
- #649 - Fixes S3 Buckets that use a website configuration.
- #701 - Fixes an endless update loop for ECR repositories.
- #721 - Fixes the deletion of ECR repository policies.
v0.18.1
Per crossplane/crossplane#2299 , providers can optionally have metadata about the groups and kinds they have. This patch release includes a version of provider-aws with such metadata.
No breaking changes are present.
v0.18.0
Major Themes
We have many resource additions as well as fixes across many existing APIs. We have many other PRs that will be merged in the coming weeks, so you can expect even more resources introduced in the next release!
Breaking Changes
- #598 - "Rename ElasticIP (
v1alpha1
) to Address and bump tov1beta1
" by @enderv . Manual migration is required.
Notable Updates
- #536 - "S3 Bucket Late Initialization" by @krishchow
- #573 - "adding ecr policy resource" by @enderv
- #630 - "feat: implement AWS RDS DB ParameterGroups" by @Dkaykay
- #601 - "Secondary vpc cidr" by @enderv
Updates
- #576 - "database.rdsinstance: add DBSubnetParameterGroupName to late init" by @muvaf
- #578 - "Install stable crossplane in auth guide" by @hasheddan
- #582 - "Update authentication documentation" by @smcavallo
- #594 - "Update CODE_GENERATION.md" by @dickiesanders
- #595 - "Fix VPC update, only send vpc attributes if set" by @enderv
- #604 - "efs.filesystem: publish filesystem id in the connection secret" by @muvaf
- #612 - "update build submodule" by @krishchow
- #617 - "ec2.securitygroup: Handle nil fromPort/toPort (ipProtocol -1)" by @chlunde
- #626 - "ec2.securitygroup: fix update/delete/add tags" by @chlunde
- #633 - "ec2.securitygroup: Add tests for tags" by @chlunde
- #629 - "cache.replicationgroup: Support pattern matching for engine version" by @chlunde
- #634 - "Improve CODE_GENERATION In-cluster testing section" by @hiteshghia
- #643 - "update build submodule and crossplane-tools" by @muvaf
- #645 - "build: update version to get the fix related to publishing artifacts" by @muvaf