Skip to content

Releases: crossplane-contrib/provider-aws

v0.31.0

25 Aug 19:25
70879e6
Compare
Choose a tag to compare

Breaking Changes:

Glue:

  • Job:
    roleArn to role
    roleArnRef to roleRef
    roleArnSelector to roleSelector

  • SecurityConfiguration:
    for all encryptions (cloudWatchEncryption, jobBookmarksEncryption, s3Encryption):
    kmsKeyARN to kmsKeyArn (add kmsKeyArnRef, kmsKeyArnSelector)

  • Connection:
    securityGroupIDList to securityGroupIdList (same for securityGroupIdRefs, securityGroupIdSelector)
    subnetID to subnetId (same for subnetIdRef, subnetIdSelector)

  • Crawler:
    roleArn to role (same for roleRef, roleSelector)
    for s3Targets:
    dlqEventQueueARN to dlqEventQueueArn (add dlqEventQueueArnRef/dlqEventQueueArnSelector)
    eventQueueARN to eventQueueArn (add eventQueueArnRef/eventQueueArnSelector)

What's Changed

New Contributors

Full Changelog: v0.30.1...v0.31.0

v0.30.1

17 Aug 19:56
6549c08
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.30] fix: Fixed generation of flowlog by @github-actions in #1430

Full Changelog: v0.30.0...v0.30.1

v0.30.0

11 Aug 10:04
67f59ae
Compare
Choose a tag to compare

What's Changed

  • Fix Status.AtProvider not being updated on elbv2 types by @EdgeJ in #1376
  • Add ECS types by @EdgeJ in #1368
  • fix(s3.bucket): Fixes #1165, discrepancy in QueueConfiguration.Filter.Key.FilterRules.Name by @schroeder-paul in #1387
  • fix(s3.bucket): Fixes #1165, discrepancy QueueConfiguration.Filter.Ke… by @schroeder-paul in #1389
  • Feature/kms rotation by @akesser in #1392
  • kafka cluster: configurationInfo is optional by @chlunde in #1320
  • feat(amp): added prometheusservice rulegroupsnamespace by @r0mdau in #1390
  • feat(amp): added prometheusservice alertmanagerdefinition by @r0mdau in #1394
  • Observe existing OpenIDConnectProvider by @ONordander in #1297
  • feat(cognitoidentityprovider): Add support for Cognito User-Pools User to Group membership relations by @abacus3 in #1385
  • introduce method resource, move all examples of apigateway to use example as name by @tiagoposse in #1393
  • fix(lambda): Set .status.atProvider during observe by @MisterMX in #1403
  • Handle Route 53 service discovery - Fixes #1408 by @bobh66 in #1411
  • rdsinstance: AWS Backup might also manage PreferredBackupWindow by @chlunde in #1406
  • Feature/securitygrouprule by @akesser in #1399
  • replicationgroup: Add reason for diff on update by @chlunde in #1404
  • replicationgroup: Allow unmanaged NumCacheClusters by @chlunde in #1405
  • [FIX] fifoTopic-property doesn't get properly stored in k8s by @atarax in #1416
  • Feature/flowlog by @akesser in #1415

New Contributors

Full Changelog: v0.29.0...v0.30.0

v0.29.0

05 Jul 20:53
616c58c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.28.1...v0.29.0

v0.28.1

17 Jun 16:41
c08ed6a
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.28] fixed infinite default tags adding in iam user by @github-actions in #1362

Full Changelog: v0.28.0...v0.28.1

v0.28.0

10 Jun 07:38
9e1ce16
Compare
Choose a tag to compare
v0.28.0 Pre-release
Pre-release

⚠️ Please use v0.28.1 instead due to this critical bug.

New CRDs!

In v0.28.0, there are 2 new CRDs! See https://doc.crds.dev/github.com/crossplane/[email protected] for the full list.

What's Changed

  • fix(cognitoidentityprovider): Remove nil pointer exceptions in isUpTo… by @Benedikt1992 in #1300
  • fix(rds): include the port number in the connection details by @luisdavim in #1307
  • ec2.securitygroup: Fix missing resolvers by using code gen by @chlunde in #1319
  • database.rdsinstance: Add DeleteAutomatedBackups by @chlunde in #1276
  • Introduce fifoTopic option for sns by @atarax in #1291
  • Add ECR LifecyclePolicy with codegen by @larhauga in #1181
  • GitHub-1286 fix late init dbinstance by @eloo-abi in #1322
  • Cognito/resource server by @febarbosa182 in #1217
  • fix(master): added external secret stuff after merge cognito resource… by @haarchri in #1323
  • fix(elasticache) normalize preferred maintenance window by @eaceaser in #1303
  • Migrate to crossplane-contrib by @negz in #1327
  • [Documentation] update trust relationship in assumeRoleWithWebIdentity by @adrienzieba in #1331
  • Allow usage of IAM/S3 resources in non-standard partitions by @zonybob in #1329
  • fix(LogGroup): Fix observe in case of more than 50 loggroups by @petteja in #1336
  • Added default tags to iam.User by @cebernardi in #1234
  • providerconfig: make sure v1 auth path checks for assumeRole field as… by @muvaf in #1340

New Contributors

Full Changelog: v0.27.1...v0.28.0

v0.27.1

10 Jun 07:33
d43dfff
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.27] ec2.securitygroup: Fix missing resolvers by using code gen by @github-actions in #1321
  • [Backport release-0.27] providerconfig: make sure v1 auth path checks for assumeRole field as… by @github-actions in #1345

Full Changelog: v0.27.0...v0.27.1

v0.26.2

10 Jun 07:31
aa5ff23
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.26] providerconfig: make sure v1 auth path checks for assumeRole field as… by @github-actions in #1344

Full Changelog: v0.26.1...v0.26.2

v0.27.0

11 May 12:58
aab494e
Compare
Choose a tag to compare

New Authentication

support AssumeRoleWithWebIdentity arn swap by @jessesanford

New CRDs!

In v0.27.0, there are 26 new CRDs! See https://doc.crds.dev/github.com/crossplane/[email protected] for the full list.

What's Changed

  • Add Certificate refs for https listeners by @EdgeJ in #1211
  • Handle NoSuchHostedZone errors on ResourceRecordSet delete by @bobh66 in #1255
  • Add Api Gateway RestAPI and Resource resources by @tiagoposse in #1230
  • Add AccessPoint resource for EFS by @EdgeJ in #1201
  • fix(efs): generate latest master stuff for efs access point by @haarchri in #1263
  • feat(routeTable): ignoreRoutes to use route resource by @haarchri in #1084
  • Add additional fields to the atProvider status for eks Cluster and eks NodeGroup by @cdenneen in #1204
  • feat(assumeWebIdentityRole): support AssumeRoleWithWebIdentity arn swap by @jessesanford in #1258
  • feat(rdsinstance): Support for point in time restore by @petteja in #1214
  • Store CallerReference value for import scenarios by @ezgidemirel in #1261
  • feat(mwaa): Add environment controller by @MisterMX in #1249
  • feat(lambda): Add support for lambda permissions by @MisterMX in #1254
  • fix(permission): Fix dealing with Pricipal being just a string by @schroeder-paul in #1275
  • DBInstance: Late Initialize all fields that cannot be set when connecting to a DBCluster by @iAnomaly in #1285
  • ec2.SecurityGroup: Observe existing SecurityGroup by @ONordander in #1283
  • fix(routetable): fix panic on sorting both v4 and v6 routes by @jessesuen in #1279
  • Replication group fixes: multiAz and Tag update support by @stevendborrelli in #1277
  • feat(dax): Add support for Dax by @DanielTemesgen in #1256
  • feat(rds): Add family selector to DBClusterParameterGroup by @MisterMX in #1274
  • bugfix(panic): fix panic route resource in CIDRBlocksEqual by @haarchri in #1292
  • feat (CloudFront): Add support to update Elasticache ReplicationGroup number of cache clusters by @stevendborrelli in #1294
  • fix(Cloudfront): LateInit missing fields by @ezgidemirel in #1298

New Contributors

Full Changelog: v0.26.1...v0.27.0

v0.26.1

20 Apr 22:53
c4763c3
Compare
Choose a tag to compare

v0.26.1 is a bug fix release that addresses #1260.

What's Changed

  • [Backport release-0.26] Store CallerReference value for import scenarios by @github-actions in #1268

Full Changelog: v0.26.0...v0.26.1