Releases: crossplane-contrib/provider-aws
Releases · crossplane-contrib/provider-aws
v0.42.0
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
- Feat/add service by @bmartins-unit in #1779
- fix(iam): Decode policy document before parsing by @MisterMX in #1789
- fix(topic): Improve topic policy json diff check by @x4b1 in #1787
- feat(efs/filesystem): update tags by @wotolom in #1802
- fix: add enginVersion when creating rds dbinstance by @akesser in #1805
- fix(rds/dbinstance): remove minor engineVersion lateinit by @wotolom in #1811
- fix(secretsmanager): Parse policy before comparison by @MisterMX in #1810
- fix(rds/dbcluster): Add read replica endpoint to connection details by @MisterMX in #1812
- refactor(iam): Fix incorrect spelling by @ivankatliarchuk in #1813
- feat(dynamodb): Support point-in-time recovery by @atarax in #1815
- feat(ecs)!: Make force deletion explicit by @bmartins-unit in #1796
- feat(sesv2): Implement Simple Email Service v2 resources by @kelvinwijaya in #791
- feat(ec2): Add Ipv6Prefixe support to Instance by @vaspahomov in #885
- fix(tags): fix tags to add for tagSpecification ec2 group by @haarchri in #1205
- feat(route53): Add tags to HostedZone by @MisterMX in #1814
- fix(rdsinstance/dbinstance): check optiongroupname correctly by @wotolom in #1816
- fix(rds)!: Rework handling of masterPasswordSecretRef by @schroeder-paul in #1756
- feat(iam): Add ServiceLinkedRole by @haarchri in #1118
- feat(iam): Add observe and update of user permissions boundary by @zonybob in #1735
- feat(ec2): Add Throughput to EBSBlockDevice by @MisterMX in #1817
New Contributors
- @bmartins-unit made their first contribution in #1779
- @x4b1 made their first contribution in #1787
- @ivankatliarchuk made their first contribution in #1813
Full Changelog: v0.41.0...v0.42.0
v0.41.1
v0.41.0
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
- @Tom1893 made their first contribution in #1758
- @safboukhari made their first contribution in #1763
- @stevenhammerton made their first contribution in #1776
Full Changelog: v0.40.0...v0.41.0
v0.40.0
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
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 fieldsallowedValues
,applyType
,dataType
,description
,isModifiable
,minimumEngineVersion
,source
andsupportedEngineModes
- each entry in
parameters
requires the only use of all 3 the fieldsapplyMethod
,parameterName
andparameterValue
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
- @BartoszZawadzki made their first contribution in #1700
- @justinmir made their first contribution in #1719
Full Changelog: v0.38.0...v0.39.0
v0.38.0
Deprecation
This release deprecates BucketPolicy with a warning to use the policy field in Bucket instead checkout: #1685
What's Changed
- fix: allow unsorted array is comparison for opensearchdomain by @akesser in #1663
- fix(rds): handle maximum parameters per dbclusterparametergroup update by @AlexLast in #1670
- fix(rds): handle maximum parameters per dbparametergroup update by @AlexLast in #1681
- Fix updated AliasTarget overwritten by @july2993 in #1687
- pull latest upbound by @drewwells in #1677
- feat(crddiff): implement crddiff from uptest by @haarchri in #1689
- feat(aws): bump aws-sdk-go to v1.44.174 by @AlexLast in #1686
- fix(dbcluster): parametergroup added to engineversion update call by @wotolom in #1692
- feat(rds): add rds optiongroup by @haarchri in #1690
- feat(cache): fix version handling for #1617 by @haarchri in #1619
- feat(sqs): add support to SSE-SQS by @haooliveira84 in #1693
- feat(bucket): Merge BucketPolicy with Bucket by @MisterMX in #1685
- bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #1667
- fix(sqs): adjust lint; remove unnecessary conversion by @haooliveira84 in #1694
New Contributors
- @drewwells made their first contribution in #1677
- @haooliveira84 made their first contribution in #1693
- @dependabot made their first contribution in #1667
Full Changelog: v0.37.1...v0.38.0
v0.37.1
v0.37.0
What's Changed
- Update setup.go by @Patrick-L in #1636
- fix(rds): postUpdate for dbcluster using correct identifier by @AlexLast in #1631
- fix: fixing linter stuff by @akesser in #1639
- feat(servicediscovery): Add Update function for namespaces by @dwerder in #1644
- fix(kinesis): panic when enhanced metrics not defined by @AlexLast in #1648
- feat(secretsmanager): add k8s secret type control field by @wotolom in #1646
- feat(go): bump crossplane runtime v0.19.0 by @haarchri in #1649
- Fix panic when ng.LaunchTemplate is nil by @july2993 in #1651
- fix(eks): Add checks for custom AMIs to enable updates by @adamjohnson01 in #1633
- feat: add deleteAutomatedBackups property to dbinstance by @akesser in #1656
- Feature/elasticache reader endpoint by @akesser in #1659
- feature/opensearch-domain by @akesser in #1660
New Contributors
- @Patrick-L made their first contribution in #1636
- @adamjohnson01 made their first contribution in #1633
Full Changelog: v0.36.1...v0.37.0
v0.36.1
v0.36.0
##Breaking Change
- fix(kafka): add clusterName because of api-changes by @haarchri in #1624
Added clusterName as required for Kafka Cluster
What's Changed
- Fix kafka initializer by @haorenfsa in #1612
- added ref/selectors, status and connectionDetails for opensearch domain by @haarchri in #1616
- Add autogen-password support to docdb by @stevendborrelli in #1623
- resourcerecordset: Should set AliasTarget when check if it is up to date by @july2993 in #1621
- feat(logger): changed logger to ISO8601TimeEncoder by @haarchri in #1626
- fix(kafka): add clusterName because of api-changes by @haarchri in #1624
- feat(eks): add kubernetes network config support by @liubog2008 in #1627
New Contributors
- @haorenfsa made their first contribution in #1612
- @july2993 made their first contribution in #1621
Full Changelog: v0.35.0...v0.36.0