Skip to content

Releases: crossplane-contrib/provider-aws

v0.44.1

16 Oct 13:21
ab10001
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.44] fix(mq): Do not set EncryptionOptions for RabbitMQ by @github-actions in #1906
  • [Backport release-0.44] fix(rds): Add missing tag updates by @github-actions in #1905
  • [Backport release-0.44] fix(kms): Parse key policies before compare by @github-actions in #1904
  • [Backport release-0.44] fix(sns): Topic policy update by @github-actions in #1902
  • [Backport release-0.44] fix(database): Sort tags before compare by @github-actions in #1901
  • [Backport release-0.44] fix(kafka): Resolve configuration ARN instead of external name by @github-actions in #1903
  • [Backport release-0.44] fix(dynamodb): Resolve KMSMasterKeyArn for comparison by @github-actions in #1911
  • [Backport release-0.44] fix(database): Ignore AvailabilityZone if MultiAZ is set by @github-actions in #1913
  • [Backport release-0.44] chore(ci): Disable codeql step by @github-actions in #1912
  • [Backport release-0.44] fix(autoscaling): fix diff issue of auto scaling group by @github-actions in #1914

Full Changelog: v0.44.0...v0.44.1

v0.44.0

10 Oct 12:34
1abd520
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.43.0...v0.44.0

v0.43.1

06 Sep 12:10
22d657d
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.43] fix(ec2): Possible nil derefs in ec2 controllers by @github-actions in #1865
  • [Backport release-0.43] fix(efs): Ignore AWS system tags by @github-actions in #1866
  • [Backport release-0.43] fix: Package names for mwaa and mq by @github-actions in #1867

Full Changelog: v0.43.0...v0.43.1

v0.43.0

01 Sep 13:17
d5f6675
Compare
Choose a tag to compare

Deprecation Notice

  • RDSInstance.database.aws.crossplane.io: The property spec.forProvider.cloudwatchLogsExportConfiguration is now deprecated in favor of spec.forProvider.enabledCloudwatchLogsExports and will be removed in a future version. See #1835 for details.

What's Changed

  • fix: ignore returned false value when local nil by @akesser in #1821
  • fix: enable encryptionatrest and inCluster by @akesser in #1822
  • feat(s3control): Add S3 AccessPoint and AccessPointPolicy by @kbujanecki-dt in #1784
  • fix(dynamodb): Update Input with external-name for isUpToDate and postUpdate by @kelvinwijaya in #1824
  • fix(kafka): Remove check for encryption at rest to prevent update loop by @akesser in #1825
  • ci: Add bot to auto-stale issues by @MisterMX in #1831
  • Add Support for Observe Only Resources by @chlunde in #1744
  • Update OWNERS.md to remove Upbound maintainers by @jeanduplessis in #1832
  • fix(database)!: remove cloudwatchLogsExportConfiguration by @wotolom in #1835
  • refactor: Split aws.go into multiple files by @MisterMX in #1829
  • chore: Add ACK as go tool by @MisterMX in #1840
  • refactor: Setup function per api group by @MisterMX in #1827
  • fix(route53): hostedzone tags related api calls by @wotolom in #1846
  • fix(database): revert breaking field removal part of #1835 by @wotolom in #1845
  • chore: Add context to ACK isUpToDate and return diff by @MisterMX in #1830
  • fix(eks): Add reconciliation for addon configurationValues by @smcavallo in #1844
  • fix(cache): Nil panic from elasticcache new endpoint by @dee0 in #1849
  • chore(ci): Increase golangci timeout to 30min by @MisterMX in #1851
  • fix(rdsinstance): ignore KMSKeyID in IsUpToDate + lateinit OptionGrou… by @wotolom in #1856
  • feat(globalaccelerator): Add support for accelerator, listener and endpointgroups by @atarax in #1820

New Contributors

Full Changelog: v0.42.0...v0.43.0

v0.42.0

28 Jul 14:48
782d864
Compare
Choose a tag to compare

Breaking Changes

  • Autogenerated passwords are no longer cached in the secret referenced in spec.forProvider.masterUserPasswordSecretRef. They are stored in a separate secret instead. See #1756 for details. Affected resources are:
    • DBCluster.rds.aws.crossplane.io
    • DBInstance.rds.aws.crossplane.io

What's Changed

New Contributors

Full Changelog: v0.41.0...v0.42.0

v0.41.1

23 Jun 11:40
ad01095
Compare
Choose a tag to compare

What's Changed

  • fix(iam): Decode policy document before parsing by @MisterMX in #1790

Full Changelog: v0.41.0...v0.41.1

v0.41.0

16 Jun 13:27
6a78699
Compare
Choose a tag to compare

What's Changed

  • fix(s3) compare unmarshaled policy by @Tom1893 in #1758
  • fix(docdb): Exit isUpToDate early if MR is deleted by @MisterMX in #1768
  • Handle vpc peer accept in a different region by @bobh66 in #1764
  • feat(docdb): Add restore from snapshot and point in time by @safboukhari in #1763
  • 1063: Write IAM Role ARN to connection secret if secret ref is given by @stevenhammerton in #1776
  • feat(kafka): Add update function for cluster by @akesser in #1714
  • fix(bucket): Convert bools to string in policy by @MisterMX in #1772
  • feat(rds): Prevent update call for version downgrade by @MisterMX in #1765
  • fix(kafka): Compiler errors in cluster controller by @MisterMX in #1780
  • fix: Get web identity token filepath from environment by @MisterMX in #1777
  • fix(iam/policy): Treat single items as array by @MisterMX in #1774

New Contributors

Full Changelog: v0.40.0...v0.41.0

v0.40.0

10 May 19:18
37542c0
Compare
Choose a tag to compare

What's Changed

  • fix(rds): reset parameters removed from a parametergroup by @AlexLast in #1712
  • Remove masterUserPasswordSecretRef as a required attribute by @loalf in #1669
  • S3 examples: ACLs no longer supported for new buckets in many regions by @chlunde in #1739
  • Handle the VPCPeeringConnection delete case by @bobh66 in #1733
  • s3: Allow explicitly disabling PublicAccessBlockConfiguration by @chlunde in #1742
  • Add FilterPolicyScope SNS property by @torrescd in #1737
  • AUTHENTICATION.md: Update package path by @chlunde in #1748
  • fix(dbinstance): remove DeleteAutomatedBackups from isUpToDate-check by @wotolom in #1750

New Contributors

Full Changelog: v0.39.0...v0.40.0

v0.39.0

19 Apr 13:40
d454139
Compare
Choose a tag to compare

Breaking changes

for resources RDS: DBParameterGroup, DBClusterParametergroup and DocDB DBClusterParametergroup claims need to be checked:

  • each entry in parameters no longer uses the previously read-only fields allowedValues, applyType, dataType, description, isModifiable, minimumEngineVersion, source and supportedEngineModes
  • each entry in parameters requires the only use of all 3 the fields applyMethod, parameterName and parameterValue

What's Changed

  • fix(rds): include caCertificateIdentifier in lateInitialize for dbinstance by @AlexLast in #1698
  • Updating authentication documentation for kiam by @BartoszZawadzki in #1700
  • chore(rds): update description for MasterUsername by @dwerder in #1702
  • Add desired state changed event filter to all controllers by @turkenh in #1705
  • fix(bucket): Remove policy resource autofill by @MisterMX in #1717
  • Add support for AutoScalingGroup by @bobh66 in #1704
  • Feature/update opensearchservice version by @akesser in #1720
  • Skip error if role no longer exists in instance profile deletion by @justinmir in #1719
  • fix(rds/docdb)!: ParameterGroups remove ApplyMethod isUpToDate check by @wotolom in #1709
  • Update code-generator to add the AGE column by @bobh66 in #1722
  • Move AutoScalingGroup to v1beta1 by @bobh66 in #1724
  • Handle VPCCIDRBlock delete case in Observe by @bobh66 in #1730

New Contributors

Full Changelog: v0.38.0...v0.39.0

v0.38.0

09 Mar 16:05
7536322
Compare
Choose a tag to compare

Deprecation

This release deprecates BucketPolicy with a warning to use the policy field in Bucket instead checkout: #1685

What's Changed

New Contributors

Full Changelog: v0.37.1...v0.38.0