github crossplane-contrib/provider-aws v0.33.0

latest releases: v0.48.0, v0.49.0-rc.0, v0.47.2...
19 months ago

Major updates

New DockerHub location for provider-aws is now at crossplanecontrib/provider-aws
The provider-aws documentation is also published to Upbound Marketplace
Managed resources supports the crossplane.io/paused annotation

Breaking Changes

SNS Resources

All SNS resources used to reside in notification group and they had prefixed names like SNSTopic. In release v0.24.1, all of them moved to a new group called sns and renamed to drop the prefix, i.e. SNSTopic -> Topic. In addition, all of them are now v1beta1 resources. - We removed in this release v0.33.0 all old group resources in notification group - Thanks to package manager, old CRDs are not deleted once you upgrade to the new version; only their controllers are stopped, which gives users time to create corresponding new types.

Please follow this migration guide to migrate to the new APIs: https://github.com/crossplane-contrib/provider-aws/blob/master/cluster/UPGRADE.md#upgrade-from-v032x-to-v033x

Provider Resources

we removed old provider #320 please use providerConfig https://github.com/crossplane-contrib/provider-aws/tree/master/examples/providerconfig

What's Changed

New Contributors

Full Changelog: v0.32.0...v0.33.0

Don't miss a new provider-aws release

NewReleases is sending notifications on new releases.