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