Skip to content

Releases: crossplane-contrib/provider-aws

v0.19.1

08 Sep 06:04
885129f
Compare
Choose a tag to compare

This release includes only crossplane/crossplane-runtime#283, which fixes #802 by improving support for handling eventually consistent external APIs and making the managed resource reconciler more resilient to stale cache reads.

v0.18.2

08 Sep 06:00
bdc9d0f
Compare
Choose a tag to compare

This release includes only crossplane/crossplane-runtime#283, which fixes #802 by improving support for handling eventually consistent external APIs and making the managed resource reconciler more resilient to stale cache reads.

v0.19.0

16 Jun 23:37
e755b74
Compare
Choose a tag to compare

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

12 May 12:06
ffdde1d
Compare
Choose a tag to compare

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

04 May 01:07
62405df
Compare
Choose a tag to compare

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 to v1beta1" by @enderv . Manual migration is required.

Notable Updates

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