v0.33.0
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
- Fixes an issue with S3 notifications by @stunthamster in #1487
- Pin Go version in promote workflow by @hasheddan in #1504
- feat(sg): added example for ipProtocol -1 by @haarchri in #1508
- remove notification APIGroup by @haarchri in #1506
- feat(runtime): bump runtime to latest version for paused annotation by @haarchri in #1507
- Push package to crossplane-contrib orgs by @hasheddan in #1514
- remove depcreation for providers by @haarchri in #1509
- Add docs for SecurityGroupRule to fix #1516 by @BGrasnick in #1517
New Contributors
- @stunthamster made their first contribution in #1487
- @BGrasnick made their first contribution in #1517
Full Changelog: v0.32.0...v0.33.0