diff --git a/apis/v1alpha1/ack-generate-metadata.yaml b/apis/v1alpha1/ack-generate-metadata.yaml index 4f2d6ee..829c4da 100755 --- a/apis/v1alpha1/ack-generate-metadata.yaml +++ b/apis/v1alpha1/ack-generate-metadata.yaml @@ -1,8 +1,8 @@ ack_generate_info: - build_date: "2024-09-02T17:25:38Z" - build_hash: f8f98563404066ac3340db0a049d2e530e5c51cc - go_version: go1.22.5 - version: v0.38.1 + build_date: "2024-10-10T04:05:06Z" + build_hash: 36c2d234498c2bc4f60773ab8df632af4067f43b + go_version: go1.23.2 + version: v0.39.1 api_directory_checksum: c6892f99dde0bc4fbc875f328cf37ededd376229 api_version: v1alpha1 aws_sdk_go_version: v1.44.232 diff --git a/config/controller/kustomization.yaml b/config/controller/kustomization.yaml index 4aa4e9f..e849b82 100644 --- a/config/controller/kustomization.yaml +++ b/config/controller/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: public.ecr.aws/aws-controllers-k8s/rds-controller - newTag: 1.4.5 + newTag: 1.4.6 diff --git a/config/crd/bases/rds.services.k8s.aws_dbclusterparametergroups.yaml b/config/crd/bases/rds.services.k8s.aws_dbclusterparametergroups.yaml index 5054f3c..917aa92 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbclusterparametergroups.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbclusterparametergroups.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbclusterparametergroups.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -41,10 +41,8 @@ spec: description: |- DBClusterParameterGroupSpec defines the desired state of DBClusterParameterGroup. - Contains the details of an Amazon RDS DB cluster parameter group. - This data type is used as a response element in the DescribeDBClusterParameterGroups action. properties: @@ -58,78 +56,56 @@ spec: and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family. - Aurora MySQL - Example: aurora5.6, aurora-mysql5.7, aurora-mysql8.0 - Aurora PostgreSQL - Example: aurora-postgresql9.6 - RDS for MySQL - Example: mysql8.0 - RDS for PostgreSQL - Example: postgres12 - To list all of the available parameter group families for a DB engine, use the following command: - aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine - For example, to list all of the available parameter group families for the Aurora PostgreSQL DB engine, use the following command: - aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine aurora-postgresql - The output contains duplicates. - The following are the valid DB engine values: - * aurora (for MySQL 5.6-compatible Aurora) - * aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) - * aurora-postgresql - * mysql - * postgres type: string name: description: |- The name of the DB cluster parameter group. - Constraints: - * Must not match the name of an existing DB cluster parameter group. - This value is stored as a lowercase string. type: string parameterOverrides: @@ -140,14 +116,11 @@ spec: description: |- A list of parameters in the DB cluster parameter group to modify. - Valid Values (for the application method): immediate | pending-reboot - You can use the immediate value with dynamic parameters only. You can use the pending-reboot value for both dynamic and static parameters. - When the application method is immediate, changes to dynamic parameters are applied immediately to the DB clusters associated with the parameter group. When the application method is pending-reboot, changes to dynamic and static @@ -158,7 +131,6 @@ spec: This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions. - This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions. properties: @@ -194,7 +166,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -227,7 +198,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -286,7 +256,6 @@ spec: This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions. - This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions. properties: diff --git a/config/crd/bases/rds.services.k8s.aws_dbclusters.yaml b/config/crd/bases/rds.services.k8s.aws_dbclusters.yaml index da435f4..9fafc95 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbclusters.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbclusters.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbclusters.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,26 +40,21 @@ spec: description: |- DBClusterSpec defines the desired state of DBCluster. - Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster. - For an Amazon Aurora DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, PromoteReadReplicaDBCluster, RestoreDBClusterFromS3, RestoreDBClusterFromSnapshot, RestoreDBClusterToPointInTime, StartDBCluster, and StopDBCluster. - For a Multi-AZ DB cluster, this data type is used as a response element in the operations CreateDBCluster, DeleteDBCluster, DescribeDBClusters, FailoverDBCluster, ModifyDBCluster, RebootDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime. - For more information on Amazon Aurora DB clusters, see What is Amazon Aurora? (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html) in the Amazon Aurora User Guide. - For more information on Multi-AZ DB clusters, see Multi-AZ deployments with two readable standby DB instances (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) in the Amazon RDS User Guide. @@ -69,10 +64,8 @@ spec: The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster. - This setting is required to create a Multi-AZ DB cluster. - Valid for: Multi-AZ DB clusters only format: int64 type: integer @@ -82,7 +75,6 @@ spec: to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically. - Valid for: Multi-AZ DB clusters only type: boolean availabilityZones: @@ -90,12 +82,10 @@ spec: A list of Availability Zones (AZs) where DB instances in the DB cluster can be created. - For information on Amazon Web Services Regions and Availability Zones, see Choosing the Regions and Availability Zones (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.RegionsAndAvailabilityZones.html) in the Amazon Aurora User Guide. - Valid for: Aurora DB clusters only items: type: string @@ -105,17 +95,13 @@ spec: The target backtrack window, in seconds. To disable backtracking, set this value to 0. - Default: 0 - Constraints: - * If specified, this value must be set to a number from 0 to 259,200 (72 hours). - Valid for: Aurora MySQL DB clusters only format: int64 type: integer @@ -123,16 +109,12 @@ spec: description: |- The number of days for which automated backups are retained. - Default: 1 - Constraints: - * Must be a value from 1 to 35 - Valid for: Aurora DB clusters and Multi-AZ DB clusters format: int64 type: integer @@ -141,7 +123,6 @@ spec: A value that indicates that the DB cluster should be associated with the specified CharacterSet. - Valid for: Aurora DB clusters only type: string copyTagsToSnapshot: @@ -149,7 +130,6 @@ spec: A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: boolean databaseName: @@ -158,29 +138,22 @@ spec: not provide a name, Amazon RDS doesn't create a database in the DB cluster you are creating. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string dbClusterIdentifier: description: |- The DB cluster identifier. This parameter is stored as a lowercase string. - Constraints: - * Must contain from 1 to 63 letters, numbers, or hyphens. - * First character must be a letter. - * Can't end with a hyphen or contain two consecutive hyphens. - Example: my-cluster1 - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string dbClusterInstanceClass: @@ -189,15 +162,12 @@ spec: for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. - For the full list of DB instance classes and availability for your engine, see DB instance class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) in the Amazon RDS User Guide. - This setting is required to create a Multi-AZ DB cluster. - Valid for: Multi-AZ DB clusters only type: string dbClusterParameterGroupName: @@ -206,20 +176,17 @@ spec: If you do not specify a value, then the default DB cluster parameter group for the specified DB engine and version is used. - Constraints: - * If supplied, must match the name of an existing DB cluster parameter group. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string dbClusterParameterGroupRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -237,23 +204,19 @@ spec: description: |- A DB subnet group to associate with this DB cluster. - This setting is required to create a Multi-AZ DB cluster. - Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. - Example: mydbsubnetgroup - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string dbSubnetGroupRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -276,7 +239,6 @@ spec: The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: boolean destinationRegion: @@ -287,15 +249,12 @@ spec: description: |- The Active Directory directory ID to create the DB cluster in. - For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster. - For more information, see Kerberos authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html) in the Amazon Aurora User Guide. - Valid for: Aurora DB clusters only type: string domainIAMRoleName: @@ -303,7 +262,6 @@ spec: Specify the name of the IAM role to be used when making API calls to the Directory Service. - Valid for: Aurora DB clusters only type: string enableCloudwatchLogsExports: @@ -311,41 +269,30 @@ spec: The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. - RDS for MySQL - Possible values are error, general, and slowquery. - RDS for PostgreSQL - Possible values are postgresql and upgrade. - Aurora MySQL - Possible values are audit, error, general, and slowquery. - Aurora PostgreSQL - Possible value is postgresql. - For more information about exporting CloudWatch Logs for Amazon RDS, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon RDS User Guide. - For more information about exporting CloudWatch Logs for Amazon Aurora, see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon Aurora User Guide. - Valid for: Aurora DB clusters and Multi-AZ DB clusters items: type: string @@ -357,7 +304,6 @@ spec: By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database. - You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster and the resulting changes @@ -365,7 +311,6 @@ spec: global database, this value is used immediately if the primary is demoted by the FailoverGlobalCluster API operation, but it does nothing until then. - Valid for: Aurora DB clusters only type: boolean enableHTTPEndpoint: @@ -373,16 +318,13 @@ spec: A value that indicates whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled. - When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor. - For more information, see Using the Data API for Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) in the Amazon Aurora User Guide. - Valid for: Aurora DB clusters only type: boolean enableIAMDatabaseAuthentication: @@ -391,11 +333,9 @@ spec: and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. - For more information, see IAM Database Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html) in the Amazon Aurora User Guide. - Valid for: Aurora DB clusters only type: boolean enablePerformanceInsights: @@ -403,127 +343,94 @@ spec: A value that indicates whether to turn on Performance Insights for the DB cluster. - For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) in the Amazon RDS User Guide. - Valid for: Multi-AZ DB clusters only type: boolean engine: description: |- The name of the database engine to be used for this DB cluster. - Valid Values: - * aurora-mysql - * aurora-postgresql - * mysql - * postgres - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string engineMode: description: |- The DB engine mode of the DB cluster, either provisioned or serverless. - The serverless engine mode only applies for Aurora Serverless v1 DB clusters. - Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the Amazon Aurora User Guide: - * Limitations of Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations) - * Requirements for Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html) - * Limitations of parallel query (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations) - * Limitations of Aurora global databases (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations) - Valid for: Aurora DB clusters only type: string engineVersion: description: |- The version number of the database engine to use. - To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible), use the following command: - aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion" - You can supply either 5.7 or 8.0 to use the default engine version for Aurora MySQL version 2 or version 3, respectively. - To list all of the available engine versions for Aurora PostgreSQL, use the following command: - aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion" - To list all of the available engine versions for RDS for MySQL, use the following command: - aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion" - To list all of the available engine versions for RDS for PostgreSQL, use the following command: - aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion" - Aurora MySQL - For information, see Database engine updates for Amazon Aurora MySQL (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html) in the Amazon Aurora User Guide. - Aurora PostgreSQL - For information, see Amazon Aurora PostgreSQL releases and engine versions (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html) in the Amazon Aurora User Guide. - MySQL - For information, see Amazon RDS for MySQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt) in the Amazon RDS User Guide. - PostgreSQL - For information, see Amazon RDS for PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts) in the Amazon RDS User Guide. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string globalClusterIdentifier: @@ -531,7 +438,6 @@ spec: The global cluster ID of an Aurora cluster that becomes the primary cluster in the new global database cluster. - Valid for: Aurora DB clusters only type: string iops: @@ -539,18 +445,14 @@ spec: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. - For information about valid IOPS values, see Provisioned IOPS storage (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS) in the Amazon RDS User Guide. - This setting is required to create a Multi-AZ DB cluster. - Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster. - Valid for: Multi-AZ DB clusters only format: int64 type: integer @@ -558,41 +460,34 @@ spec: description: |- The Amazon Web Services KMS key identifier for an encrypted DB cluster. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. - When a KMS key isn't specified in KmsKeyId: - * If ReplicationSourceIdentifier identifies an encrypted source, then Amazon RDS will use the KMS key used to encrypt the source. Otherwise, Amazon RDS will use your default KMS key. - * If the StorageEncrypted parameter is enabled and ReplicationSourceIdentifier isn't specified, then Amazon RDS will use your default KMS key. - There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. - If you create a read replica of an encrypted DB cluster in another Amazon Web Services Region, you must set KmsKeyId to a KMS key identifier that is valid in the destination Amazon Web Services Region. This KMS key is used to encrypt the read replica in that Amazon Web Services Region. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string kmsKeyRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -611,21 +506,17 @@ spec: A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager. - For more information, see Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the Amazon Aurora User Guide. - Constraints: - * Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: boolean masterUserPassword: @@ -633,16 +524,12 @@ spec: The password for the master database user. This password can contain any printable ASCII character except "/", """, or "@". - Constraints: - * Must contain from 8 to 41 characters. - * Can't be specified if ManageMasterUserPassword is turned on. - Valid for: Aurora DB clusters and Multi-AZ DB clusters properties: key: @@ -665,33 +552,28 @@ spec: The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. - This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB cluster. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. - If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. - There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string masterUserSecretKMSKeyRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -709,19 +591,14 @@ spec: description: |- The name of the master user for the DB cluster. - Constraints: - * Must be 1 to 16 letters or numbers. - * First character must be a letter. - * Can't be a reserved word for the chosen database engine. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string monitoringInterval: @@ -730,14 +607,11 @@ spec: are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify 0. The default is 0. - If MonitoringRoleArn is specified, also set MonitoringInterval to a value other than 0. - Valid Values: 0, 1, 5, 10, 15, 30, 60 - Valid for: Multi-AZ DB clusters only format: int64 type: integer @@ -749,36 +623,28 @@ spec: Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) in the Amazon RDS User Guide. - If MonitoringInterval is set to a value other than 0, supply a MonitoringRoleArn value. - Valid for: Multi-AZ DB clusters only type: string networkType: description: |- The network type of the DB cluster. - Valid values: - * IPV4 - * DUAL - The network type is determined by the DBSubnetGroup specified for the DB cluster. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). - For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the Amazon Aurora User Guide. - Valid for: Aurora DB clusters only type: string optionGroupName: @@ -786,7 +652,6 @@ spec: A value that indicates that the DB cluster should be associated with the specified option group. - DB clusters are associated with a default option group that can't be modified. type: string performanceInsightsKMSKeyID: @@ -794,17 +659,14 @@ spec: The Amazon Web Services KMS key identifier for encryption of Performance Insights data. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. - If you don't specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. - Valid for: Multi-AZ DB clusters only type: string performanceInsightsRetentionPeriod: @@ -812,35 +674,25 @@ spec: The number of days to retain Performance Insights data. The default is 7 days. The following values are valid: - * 7 - * month * 31, where month is a number of months from 1-23 - * 731 - For example, the following values are valid: - * 93 (3 months * 31) - * 341 (11 months * 31) - * 589 (19 months * 31) - * 731 - If you specify a retention period such as 94, which isn't a valid value, RDS issues an error. - Valid for: Multi-AZ DB clusters only format: int64 type: integer @@ -848,25 +700,18 @@ spec: description: |- The port number on which the instances in the DB cluster accept connections. - RDS for MySQL and Aurora MySQL - Default: 3306 - Valid values: 1150-65535 - RDS for PostgreSQL and Aurora PostgreSQL - Default: 5432 - Valid values: 1150-65535 - Valid for: Aurora DB clusters and Multi-AZ DB clusters format: int64 type: integer @@ -879,26 +724,21 @@ spec: only when you are performing cross-Region replication from an encrypted DB cluster. - The presigned URL must be a valid request for the CreateDBCluster API operation that can run in the source Amazon Web Services Region that contains the encrypted DB cluster to copy. - The presigned URL request must contain the following parameter values: - * KmsKeyId - The KMS key identifier for the KMS key to use to encrypt the copy of the DB cluster in the destination Amazon Web Services Region. This should refer to the same KMS key for both the CreateDBCluster operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL. - * DestinationRegion - The name of the Amazon Web Services Region that Aurora read replica will be created in. - * ReplicationSourceIdentifier - The DB cluster identifier for the encrypted DB cluster to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, @@ -906,20 +746,17 @@ spec: Services Region, then your ReplicationSourceIdentifier would look like Example: arn:aws:rds:us-west-2:123456789012:cluster:aurora-cluster1. - To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). - If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region. - Valid for: Aurora DB clusters only type: string preferredBackupWindow: @@ -927,28 +764,21 @@ spec: The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. - The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see Backup window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow) in the Amazon Aurora User Guide. - Constraints: - * Must be in the format hh24:mi-hh24:mi. - * Must be in Universal Coordinated Time (UTC). - * Must not conflict with the preferred maintenance window. - * Must be at least 30 minutes. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string preferredMaintenanceWindow: @@ -956,30 +786,24 @@ spec: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). - Format: ddd:hh24:mi-ddd:hh24:mi - The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. To see the time blocks available, see Adjusting the Preferred DB Cluster Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow.Aurora) in the Amazon Aurora User Guide. - Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. - Constraints: Minimum 30-minute window. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string publiclyAccessible: description: |- A value that indicates whether the DB cluster is publicly accessible. - When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside @@ -987,39 +811,30 @@ spec: by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it. - When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address. - Default: The default behavior varies depending on whether DBSubnetGroupName is specified. - If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: - * If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private. - * If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public. - If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: - * If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private. - * If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public. - Valid for: Multi-AZ DB clusters only type: boolean replicationSourceIdentifier: @@ -1027,35 +842,26 @@ spec: The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a read replica. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string restoreToTime: description: |- The date and time to restore the DB cluster to. - Valid Values: Value must be a time in Universal Coordinated Time (UTC) format - Constraints: - * Must be before the latest restorable time for the DB instance - * Must be specified if UseLatestRestorableTime parameter isn't provided - * Can't be specified if the UseLatestRestorableTime parameter is enabled - * Can't be specified if the RestoreType parameter is copy-on-write - Example: 2015-03-07T23:45:00Z - Valid for: Aurora DB clusters and Multi-AZ DB clusters format: date-time type: string @@ -1064,23 +870,18 @@ spec: The type of restore to be performed. You can specify one of the following values: - * full-copy - The new DB cluster is restored as a full copy of the source DB cluster. - * copy-on-write - The new DB cluster is restored as a clone of the source DB cluster. - Constraints: You can't specify copy-on-write if the engine version of the source DB cluster is earlier than 1.11. - If you don't specify a RestoreType value, then the new DB cluster is restored as a full copy of the source DB cluster. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string scalingConfiguration: @@ -1088,7 +889,6 @@ spec: For DB clusters in serverless DB engine mode, the scaling properties of the DB cluster. - Valid for: Aurora DB clusters only properties: autoPause: @@ -1112,7 +912,6 @@ spec: description: |- Contains the scaling configuration of an Aurora Serverless v2 DB cluster. - For more information, see Using Amazon Aurora Serverless v2 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html) in the Amazon Aurora User Guide. properties: @@ -1125,31 +924,24 @@ spec: description: |- The identifier for the DB snapshot or DB cluster snapshot to restore from. - You can use either the name or the Amazon Resource Name (ARN) to specify a DB cluster snapshot. However, you can use only the ARN to specify a DB snapshot. - Constraints: - * Must match the identifier of an existing Snapshot. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string sourceDBClusterIdentifier: description: |- The identifier of the source DB cluster from which to restore. - Constraints: - * Must match the identifier of an existing DBCluster. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: string sourceRegion: @@ -1162,39 +954,31 @@ spec: description: |- A value that indicates whether the DB cluster is encrypted. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: boolean storageType: description: |- Specifies the storage type to be associated with the DB cluster. - This setting is required to create a Multi-AZ DB cluster. - Valid values: io1 - When specified, a value for the Iops parameter is required. - Default: io1 - Valid for: Multi-AZ DB clusters only type: string tags: description: |- Tags to assign to the DB cluster. - Valid for: Aurora DB clusters and Multi-AZ DB clusters items: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -1210,17 +994,14 @@ spec: backup time. By default, the DB cluster isn't restored to the latest restorable backup time. - Constraints: Can't be specified if RestoreToTime parameter is provided. - Valid for: Aurora DB clusters and Multi-AZ DB clusters type: boolean vpcSecurityGroupIDs: description: |- A list of EC2 VPC security groups to associate with this DB cluster. - Valid for: Aurora DB clusters and Multi-AZ DB clusters items: type: string @@ -1229,7 +1010,7 @@ spec: items: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -1265,7 +1046,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -1286,7 +1066,6 @@ spec: The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. type: string @@ -1336,7 +1115,6 @@ spec: The current capacity of an Aurora Serverless v1 DB cluster. The capacity is 0 (zero) when the cluster is paused. - For more information about Aurora Serverless v1, see Using Amazon Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html) in the Amazon Aurora User Guide. @@ -1475,7 +1253,6 @@ spec: A list of log types that this DB cluster is configured to export to CloudWatch Logs. - Log types vary by DB engine. For information about the log types for each DB engine, see Amazon RDS Database Log Files (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html) in the Amazon Aurora User Guide. @@ -1508,12 +1285,10 @@ spec: A value that indicates whether the HTTP endpoint for an Aurora Serverless v1 DB cluster is enabled. - When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor. - For more information, see Using the Data API for Aurora Serverless v1 (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html) in the Amazon Aurora User Guide. type: boolean @@ -1533,7 +1308,6 @@ spec: Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password. - For more information, see Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the Amazon RDS User Guide and Password management with Amazon Web Services @@ -1597,7 +1371,6 @@ spec: True if Performance Insights is enabled for the DB cluster, and otherwise false. - This setting is only for non-Aurora Multi-AZ DB clusters. type: boolean readReplicaIdentifiers: @@ -1616,7 +1389,6 @@ spec: DB cluster. This functionality can help balance your read workload across multiple Aurora Replicas in your DB cluster. - If a failover occurs, and the Aurora Replica that you are connected to is promoted to be the primary instance, your connection is dropped. To continue sending your read workload to other Aurora Replicas in the cluster, you can @@ -1630,7 +1402,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: diff --git a/config/crd/bases/rds.services.k8s.aws_dbclustersnapshots.yaml b/config/crd/bases/rds.services.k8s.aws_dbclustersnapshots.yaml index 1346870..4f36123 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbclustersnapshots.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbclustersnapshots.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbclustersnapshots.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,10 +40,8 @@ spec: description: |- DBClusterSnapshotSpec defines the desired state of DBClusterSnapshot. - Contains the details for an Amazon RDS DB cluster snapshot - This data type is used as a response element in the DescribeDBClusterSnapshots action. properties: @@ -52,19 +50,16 @@ spec: The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive. - Constraints: - * Must match the identifier of an existing DBCluster. - Example: my-cluster1 type: string dbClusterIdentifierRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -83,19 +78,14 @@ spec: The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string. - Constraints: - * Must contain from 1 to 63 letters, numbers, or hyphens. - * First character must be a letter. - * Can't end with a hyphen or contain two consecutive hyphens. - Example: my-cluster1-snapshot1 type: string tags: @@ -104,7 +94,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -134,7 +123,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -227,7 +215,6 @@ spec: If StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. type: string @@ -269,13 +256,10 @@ spec: Specifies the status of this DB cluster snapshot. Valid statuses are the following: - * available - * copying - * creating type: string storageEncrypted: @@ -286,7 +270,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: diff --git a/config/crd/bases/rds.services.k8s.aws_dbinstances.yaml b/config/crd/bases/rds.services.k8s.aws_dbinstances.yaml index 5043bae..a39ea9a 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbinstances.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbinstances.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbinstances.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -44,10 +44,8 @@ spec: description: |- DBInstanceSpec defines the desired state of DBInstance. - Contains the details of an Amazon RDS DB instance. - This data type is used as a response element in the operations CreateDBInstance, CreateDBInstanceReadReplica, DeleteDBInstance, DescribeDBInstances, ModifyDBInstance, PromoteReadReplica, RebootDBInstance, RestoreDBInstanceFromDBSnapshot, RestoreDBInstanceFromS3, @@ -57,112 +55,80 @@ spec: description: |- The amount of storage in gibibytes (GiB) to allocate for the DB instance. - Type: Integer - Amazon Aurora - Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume. - Amazon RDS Custom - Constraints to the amount of storage for each storage type are the following: - * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. - * Provisioned IOPS storage (io1): Must be an integer from 40 to 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL Server. - MySQL - Constraints to the amount of storage for each storage type are the following: - * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. - * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. - * Magnetic storage (standard): Must be an integer from 5 to 3072. - MariaDB - Constraints to the amount of storage for each storage type are the following: - * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. - * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. - * Magnetic storage (standard): Must be an integer from 5 to 3072. - PostgreSQL - Constraints to the amount of storage for each storage type are the following: - * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. - * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. - * Magnetic storage (standard): Must be an integer from 5 to 3072. - Oracle - Constraints to the amount of storage for each storage type are the following: - * General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 65536. - * Provisioned IOPS storage (io1): Must be an integer from 100 to 65536. - * Magnetic storage (standard): Must be an integer from 10 to 3072. - SQL Server - Constraints to the amount of storage for each storage type are the following: - * General Purpose (SSD) storage (gp2, gp3): Enterprise and Standard editions: Must be an integer from 20 to 16384. Web and Express editions: Must be an integer from 20 to 16384. - * Provisioned IOPS storage (io1): Enterprise and Standard editions: Must be an integer from 100 to 16384. Web and Express editions: Must be an integer from 100 to 16384. - * Magnetic storage (standard): Enterprise and Standard editions: Must be an integer from 20 to 1024. Web and Express editions: Must be an integer from 20 to 1024. @@ -174,7 +140,6 @@ spec: to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically. - If you create an RDS Custom DB instance, you must set AutoMinorVersionUpgrade to false. type: boolean @@ -184,22 +149,17 @@ spec: on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html). - Amazon Aurora - Each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one. - Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region. - Example: us-east-1d - Constraint: The AvailabilityZone parameter can't be specified if the DB instance is a Multi-AZ deployment. The specified Availability Zone must be in the same Amazon Web Services Region as the current endpoint. @@ -210,26 +170,19 @@ spec: parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups. - Amazon Aurora - Not applicable. The retention period for automated backups is managed by the DB cluster. - Default: 1 - Constraints: - * Must be a value from 0 to 35 - * Can't be set to 0 if the DB instance is a source to read replicas - * Can't be set to 0 for an RDS Custom for Oracle DB instance format: int64 type: integer @@ -237,11 +190,9 @@ spec: description: |- Specifies where automated backups and manual snapshots are stored. - Possible values are outposts (Amazon Web Services Outposts) and region (Amazon Web Services Region). The default is region. - For more information, see Working with Amazon RDS on Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide. @@ -251,10 +202,8 @@ spec: Specifies the CA certificate identifier to use for the DB instance’s server certificate. - This setting doesn't apply to RDS Custom. - For more information, see Using SSL/TLS to encrypt a connection to a DB instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to @@ -266,14 +215,11 @@ spec: For supported engines, this value indicates that the DB instance should be associated with the specified CharacterSet. - This setting doesn't apply to RDS Custom. However, if you need to change the character set, you can change it on the database itself. - Amazon Aurora - Not applicable. The character set is managed by the DB cluster. For more information, see CreateDBCluster. type: string @@ -282,10 +228,8 @@ spec: A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied. - Amazon Aurora - Not applicable. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting. type: boolean @@ -294,30 +238,24 @@ spec: The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements: - * The profile must exist in your account. - * The profile must have an IAM role that Amazon EC2 has permissions to assume. - * The instance profile name and the associated IAM role name must start with the prefix AWSRDSCustom. - For the list of permissions required for the IAM role, see Configure IAM and your VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc) in the Amazon RDS User Guide. - This setting is required for RDS Custom. type: string dbClusterIdentifier: description: |- The identifier of the DB cluster that the instance will belong to. - This setting doesn't apply to RDS Custom. type: string dbClusterSnapshotIdentifier: @@ -325,31 +263,23 @@ spec: The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from. - For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) in the Amazon RDS User Guide. - Constraints: - * Must match the identifier of an existing Multi-AZ DB cluster snapshot. - * Can't be specified when DBSnapshotIdentifier is specified. - * Must be specified when DBSnapshotIdentifier isn't specified. - * If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the DBClusterSnapshotIdentifier must be the ARN of the shared snapshot. - * Can't be the identifier of an Aurora DB cluster snapshot. - * Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot. type: string @@ -366,19 +296,14 @@ spec: description: |- The DB instance identifier. This parameter is stored as a lowercase string. - Constraints: - * Must contain from 1 to 63 letters, numbers, or hyphens. - * First character must be a letter. - * Can't end with a hyphen or contain two consecutive hyphens. - Example: mydbinstance type: string dbName: @@ -386,155 +311,110 @@ spec: The meaning of this parameter differs according to the database engine you use. - MySQL - The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. - Constraints: - * Must contain 1 to 64 letters or numbers. - * Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - * Can't be a word reserved by the specified database engine - MariaDB - The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance. - Constraints: - * Must contain 1 to 64 letters or numbers. - * Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - * Can't be a word reserved by the specified database engine - PostgreSQL - The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named postgres is created in the DB instance. - Constraints: - * Must contain 1 to 63 letters, numbers, or underscores. - * Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9). - * Can't be a word reserved by the specified database engine - Oracle - The Oracle System ID (SID) of the created DB instance. If you specify null, the default value ORCL is used. You can't specify the string NULL, or any other reserved word, for DBName. - Default: ORCL - Constraints: - * Can't be longer than 8 characters - Amazon RDS Custom for Oracle - The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is ORCL. - Default: ORCL - Constraints: - * It must contain 1 to 8 alphanumeric characters. - * It must contain a letter. - * It can't be a word reserved by the database engine. - Amazon RDS Custom for SQL Server - Not applicable. Must be null. - SQL Server - Not applicable. Must be null. - Amazon Aurora MySQL - The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created in the DB cluster. - Constraints: - * It must contain 1 to 64 alphanumeric characters. - * It can't be a word reserved by the database engine. - Amazon Aurora PostgreSQL - The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster, a database named postgres is created in the DB cluster. - Constraints: - * It must contain 1 to 63 alphanumeric characters. - * It must begin with a letter. Subsequent characters can be letters, underscores, or digits (0 to 9). - * It can't be a word reserved by the database engine. type: string dbParameterGroupName: @@ -543,25 +423,20 @@ spec: you do not specify a value, then the default DB parameter group for the specified DB engine and version is used. - This setting doesn't apply to RDS Custom. - Constraints: - * It must be 1 to 255 letters, numbers, or hyphens. - * The first character must be a letter. - * It can't end with a hyphen or contain two consecutive hyphens. type: string dbParameterGroupRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -579,19 +454,14 @@ spec: description: |- The identifier for the DB snapshot to restore from. - Constraints: - * Must match the identifier of an existing DBSnapshot. - * Can't be specified when DBClusterSnapshotIdentifier is specified. - * Must be specified when DBClusterSnapshotIdentifier isn't specified. - * If you are restoring from a shared manual DB snapshot, the DBSnapshotIdentifier must be the ARN of the shared DB snapshot. type: string @@ -599,17 +469,15 @@ spec: description: |- A DB subnet group to associate with this DB instance. - Constraints: Must match the name of an existing DBSubnetGroup. Must not be default. - Example: mydbsubnetgroup type: string dbSubnetGroupRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -630,10 +498,8 @@ spec: deletion protection isn't enabled. For more information, see Deleting a DB Instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html). - Amazon Aurora - Not applicable. You can enable or disable deletion protection for the DB cluster. For more information, see CreateDBCluster. DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB @@ -649,17 +515,13 @@ spec: only MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain. - For more information, see Kerberos Authentication (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) in the Amazon RDS User Guide. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. The domain is managed by the DB cluster. type: string domainIAMRoleName: @@ -667,13 +529,10 @@ spec: Specify the name of the IAM role to be used when making API calls to the Directory Service. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. The domain is managed by the DB cluster. type: string enableCloudwatchLogsExports: @@ -683,46 +542,32 @@ spec: see Publishing Database Logs to Amazon CloudWatch Logs (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the Amazon RDS User Guide. - Amazon Aurora - Not applicable. CloudWatch Logs exports are managed by the DB cluster. - RDS Custom - Not applicable. - MariaDB - Possible values are audit, error, general, and slowquery. - Microsoft SQL Server - Possible values are agent and error. - MySQL - Possible values are audit, error, general, and slowquery. - Oracle - Possible values are alert, audit, listener, trace, and oemagent. - PostgreSQL - Possible values are postgresql and upgrade. items: type: string @@ -732,18 +577,15 @@ spec: A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance. - A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. - For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide. - For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing) in the Amazon Web Services Outposts User Guide. type: boolean @@ -753,18 +595,14 @@ spec: and Access Management (IAM) accounts to database accounts. By default, mapping isn't enabled. - For more information, see IAM Database Authentication for MySQL and PostgreSQL (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) in the Amazon RDS User Guide. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster. type: boolean @@ -772,134 +610,96 @@ spec: description: |- The name of the database engine to be used for this instance. - Not every database engine is available for every Amazon Web Services Region. - Valid Values: - * aurora (for MySQL 5.6-compatible Aurora) - * aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) - * aurora-postgresql - * custom-oracle-ee (for RDS Custom for Oracle instances) - * custom-sqlserver-ee (for RDS Custom for SQL Server instances) - * custom-sqlserver-se (for RDS Custom for SQL Server instances) - * custom-sqlserver-web (for RDS Custom for SQL Server instances) - * mariadb - * mysql - * oracle-ee - * oracle-ee-cdb - * oracle-se2 - * oracle-se2-cdb - * postgres - * sqlserver-ee - * sqlserver-se - * sqlserver-ex - * sqlserver-web type: string engineVersion: description: |- The version number of the database engine to use. - For a list of valid engine versions, use the DescribeDBEngineVersions operation. - The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every Amazon Web Services Region. - Amazon Aurora - Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster. - Amazon RDS Custom for Oracle - A custom engine version (CEV) that you have previously created. This setting is required for RDS Custom for Oracle. The CEV name has the following format: 19.customized_string. A valid CEV name is 19.my_cev1. For more information, see Creating an RDS Custom for Oracle DB instance (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create) in the Amazon RDS User Guide. - Amazon RDS Custom for SQL Server - See RDS Custom for SQL Server general requirements (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html) in the Amazon RDS User Guide. - MariaDB - For information, see MariaDB on Amazon RDS Versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt) in the Amazon RDS User Guide. - Microsoft SQL Server - For information, see Microsoft SQL Server Versions on Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport) in the Amazon RDS User Guide. - MySQL - For information, see MySQL on Amazon RDS Versions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt) in the Amazon RDS User Guide. - Oracle - For information, see Oracle Database Engine Release Notes (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html) in the Amazon RDS User Guide. - PostgreSQL - For information, see Amazon RDS for PostgreSQL versions and extensions (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts) in the Amazon RDS User Guide. type: string @@ -910,16 +710,13 @@ spec: values, see Amazon RDS DB instance storage (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html) in the Amazon RDS User Guide. - Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50 of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50 of the storage amount for the DB instance. - Amazon Aurora - Not applicable. Storage is managed by the DB cluster. format: int64 type: integer @@ -927,28 +724,22 @@ spec: description: |- The Amazon Web Services KMS key identifier for an encrypted DB instance. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. - Amazon Aurora - Not applicable. The Amazon Web Services KMS key identifier is managed by the DB cluster. For more information, see CreateDBCluster. - If StorageEncrypted is enabled, and you do not specify a value for the KmsKeyId parameter, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. - Amazon RDS Custom - A KMS key is required for RDS Custom instances. For most RDS engines, if you leave this parameter empty while enabling StorageEncrypted, the engine uses the default KMS key. However, RDS Custom doesn't use the default key @@ -957,7 +748,7 @@ spec: kmsKeyRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -975,16 +766,12 @@ spec: description: |- License model information for this DB instance. - Valid values: license-included | bring-your-own-license | general-public-license - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. type: string manageMasterUserPassword: @@ -992,15 +779,12 @@ spec: A value that indicates whether to manage the master user password with Amazon Web Services Secrets Manager. - For more information, see Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the Amazon RDS User Guide. - Constraints: - * Can't manage the master user password with Amazon Web Services Secrets Manager if MasterUserPassword is specified. type: boolean @@ -1009,43 +793,30 @@ spec: The password for the master user. The password can include any printable ASCII character except "/", """, or "@". - Amazon Aurora - Not applicable. The password for the master user is managed by the DB cluster. - Constraints: Can't be specified if ManageMasterUserPassword is turned on. - MariaDB - Constraints: Must contain from 8 to 41 characters. - Microsoft SQL Server - Constraints: Must contain from 8 to 128 characters. - MySQL - Constraints: Must contain from 8 to 41 characters. - Oracle - Constraints: Must contain from 8 to 30 characters. - PostgreSQL - Constraints: Must contain from 8 to 128 characters. properties: key: @@ -1068,22 +839,18 @@ spec: The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. - This setting is valid only if the master user password is managed by RDS in Amazon Web Services Secrets Manager for the DB instance. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. - If you don't specify MasterUserSecretKmsKeyId, then the aws/secretsmanager KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the aws/secretsmanager KMS key to encrypt the secret, and you must use a customer managed KMS key. - There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. @@ -1091,7 +858,7 @@ spec: masterUserSecretKMSKeyRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -1109,28 +876,20 @@ spec: description: |- The name for the master user. - Amazon Aurora - Not applicable. The name for the master user is managed by the DB cluster. - Amazon RDS - Constraints: - * Required. - * Must be 1 to 16 letters, numbers, or underscores. - * First character must be a letter. - * Can't be a reserved word for the chosen database engine. type: string maxAllocatedStorage: @@ -1138,19 +897,15 @@ spec: The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance. - For more information about this setting, including limitations that apply to it, see Managing capacity automatically with Amazon RDS storage autoscaling (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling) in the Amazon RDS User Guide. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. Storage is managed by the DB cluster. format: int64 type: integer @@ -1160,14 +915,11 @@ spec: are collected for the DB instance. To disable collection of Enhanced Monitoring metrics, specify 0. The default is 0. - If MonitoringRoleArn is specified, then you must set MonitoringInterval to a value other than 0. - This setting doesn't apply to RDS Custom. - Valid Values: 0, 1, 5, 10, 15, 30, 60 format: int64 type: integer @@ -1179,11 +931,9 @@ spec: Enhanced Monitoring (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) in the Amazon RDS User Guide. - If MonitoringInterval is set to a value other than 0, then you must supply a MonitoringRoleArn value. - This setting doesn't apply to RDS Custom. type: string multiAZ: @@ -1192,13 +942,10 @@ spec: You can't set the AvailabilityZone parameter if the DB instance is a Multi-AZ deployment. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. DB instance Availability Zones (AZs) are managed by the DB cluster. type: boolean @@ -1206,28 +953,22 @@ spec: description: |- The name of the NCHAR character set for the Oracle DB instance. - This parameter doesn't apply to RDS Custom. type: string networkType: description: |- The network type of the DB instance. - Valid values: - * IPV4 - * DUAL - The network type is determined by the DBSubnetGroup specified for the DB instance. A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). - For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the Amazon RDS User Guide. type: string @@ -1236,18 +977,14 @@ spec: A value that indicates that the DB instance should be associated with the specified option group. - Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance after it is associated with a DB instance. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. type: string performanceInsightsEnabled: @@ -1256,7 +993,6 @@ spec: instance. For more information, see Using Amazon Performance Insights (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) in the Amazon RDS User Guide. - This setting doesn't apply to RDS Custom. type: boolean performanceInsightsKMSKeyID: @@ -1264,17 +1000,14 @@ spec: The Amazon Web Services KMS key identifier for encryption of Performance Insights data. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. - If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon RDS uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region. - This setting doesn't apply to RDS Custom. type: string performanceInsightsRetentionPeriod: @@ -1282,35 +1015,25 @@ spec: The number of days to retain Performance Insights data. The default is 7 days. The following values are valid: - * 7 - * month * 31, where month is a number of months from 1-23 - * 731 - For example, the following values are valid: - * 93 (3 months * 31) - * 341 (11 months * 31) - * 589 (19 months * 31) - * 731 - If you specify a retention period such as 94, which isn't a valid value, RDS issues an error. - This setting doesn't apply to RDS Custom. format: int64 type: integer @@ -1318,71 +1041,49 @@ spec: description: |- The port number on which the database accepts connections. - MySQL - Default: 3306 - Valid values: 1150-65535 - Type: Integer - MariaDB - Default: 3306 - Valid values: 1150-65535 - Type: Integer - PostgreSQL - Default: 5432 - Valid values: 1150-65535 - Type: Integer - Oracle - Default: 1521 - Valid values: 1150-65535 - SQL Server - Default: 1433 - Valid values: 1150-65535 except 1234, 1434, 3260, 3343, 3389, 47001, and 49152-49156. - Amazon Aurora - Default: 3306 - Valid values: 1150-65535 - Type: Integer format: int64 type: integer @@ -1394,29 +1095,24 @@ spec: API operation in the source Amazon Web Services Region that contains the source DB instance. - This setting applies only to Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions. - This setting applies only when replicating from a source DB instance. Source DB clusters aren't supported in Amazon Web Services GovCloud (US) Regions and China Amazon Web Services Regions. - You must specify this parameter when you create an encrypted read replica from another Amazon Web Services Region by using the Amazon RDS API. Don't specify PreSignedUrl when you are creating an encrypted read replica in the same Amazon Web Services Region. - The presigned URL must be a valid request for the CreateDBInstanceReadReplica API operation that can run in the source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL request must contain the following parameter values: - * DestinationRegion - The Amazon Web Services Region that the encrypted read replica is created in. This Amazon Web Services Region is the same one where the CreateDBInstanceReadReplica operation is called that contains @@ -1429,14 +1125,12 @@ spec: in the presigned URL must be set to the us-east-1 Amazon Web Services Region. - * KmsKeyId - The KMS key identifier for the key to use to encrypt the read replica in the destination Amazon Web Services Region. This is the same identifier for both the CreateDBInstanceReadReplica operation that is called in the destination Amazon Web Services Region, and the operation contained in the presigned URL. - * SourceDBInstanceIdentifier - The DB instance identifier for the encrypted DB instance to be replicated. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example, @@ -1444,24 +1138,20 @@ spec: us-west-2 Amazon Web Services Region, then your SourceDBInstanceIdentifier looks like the following example: arn:aws:rds:us-west-2:123456789012:instance:mysql-instance1-20161115. - To learn how to generate a Signature Version 4 signed request, see Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) (https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html) and Signature Version 4 Signing Process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). - If you are using an Amazon Web Services SDK tool or the CLI, you can specify SourceRegion (or --source-region for the CLI) instead of specifying PreSignedUrl manually. Specifying SourceRegion autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region. - SourceRegion isn't supported for SQL Server, because Amazon RDS for SQL Server doesn't support cross-Region read replicas. - This setting doesn't apply to RDS Custom. type: string preferredBackupWindow: @@ -1473,26 +1163,19 @@ spec: (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow) in the Amazon RDS User Guide. - Amazon Aurora - Not applicable. The daily time range for creating automated backups is managed by the DB cluster. - Constraints: - * Must be in the format hh24:mi-hh24:mi. - * Must be in Universal Coordinated Time (UTC). - * Must not conflict with the preferred maintenance window. - * Must be at least 30 minutes. type: string preferredMaintenanceWindow: @@ -1501,18 +1184,14 @@ spec: Coordinated Time (UTC). For more information, see Amazon RDS Maintenance Window (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#Concepts.DBMaintenance). - Format: ddd:hh24:mi-ddd:hh24:mi - The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week. - Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun. - Constraints: Minimum 30-minute window. type: string processorFeatures: @@ -1520,75 +1199,55 @@ spec: The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. items: description: |- Contains the processor features of a DB instance class. - To specify the number of CPU cores, use the coreCount feature name for the Name parameter. To specify the number of threads per core, use the threadsPerCore feature name for the Name parameter. - You can set the processor features of the DB instance class for a DB instance when you call one of the following actions: - * CreateDBInstance - * ModifyDBInstance - * RestoreDBInstanceFromDBSnapshot - * RestoreDBInstanceFromS3 - * RestoreDBInstanceToPointInTime - You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions action and specifying the instance class for the DBInstanceClass parameter. - In addition, you can use the following actions for DB instance class processor information: - * DescribeDBInstances - * DescribeDBSnapshots - * DescribeValidDBInstanceModifications - If you call DescribeDBInstances, ProcessorFeature returns non-null values only if the following conditions are met: - * You are accessing an Oracle DB instance. - * Your Oracle DB instance class supports configuring the number of CPU cores and threads per core. - * The current number CPU cores and threads is set to a non-default value. - For more information, see Configuring the Processor of the DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide. @@ -1606,13 +1265,10 @@ spec: more information, see Fault Tolerance for an Aurora DB Cluster (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.FaultTolerance) in the Amazon Aurora User Guide. - This setting doesn't apply to RDS Custom. - Default: 1 - Valid Values: 0 - 15 format: int64 type: integer @@ -1620,7 +1276,6 @@ spec: description: |- A value that indicates whether the DB instance is publicly accessible. - When the DB instance is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB instance's virtual private cloud (VPC). It resolves to the public IP address from outside @@ -1628,35 +1283,27 @@ spec: by the security group it uses. That public access is not permitted if the security group assigned to the DB instance doesn't permit it. - When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address. - Default: The default behavior varies depending on whether DBSubnetGroupName is specified. - If DBSubnetGroupName isn't specified, and PubliclyAccessible isn't specified, the following applies: - * If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB instance is private. - * If the default VPC in the target Region has an internet gateway attached to it, the DB instance is public. - If DBSubnetGroupName is specified, and PubliclyAccessible isn't specified, the following applies: - * If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB instance is private. - * If the subnets are part of a VPC that has an internet gateway attached to it, the DB instance is public. type: boolean @@ -1664,23 +1311,19 @@ spec: description: |- The open mode of the replica database: mounted or read-only. - This parameter is only supported for Oracle DB instances. - Mounted DB replicas are included in Oracle Database Enterprise Edition. The main use case for mounted replicas is cross-Region disaster recovery. The primary database doesn't use Active Data Guard to transmit information to the mounted replica. Because it doesn't accept user connections, a mounted replica can't serve a read-only workload. - You can create a combination of mounted and read-only DB replicas for the same primary DB instance. For more information, see Working with Oracle Read Replicas for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) in the Amazon RDS User Guide. - For RDS Custom, you must specify this parameter and set it to mounted. The value won't be set by default. After replica creation, you can manage the open mode manually. @@ -1691,36 +1334,28 @@ spec: replica. Each DB instance can have up to 15 read replicas, with the exception of Oracle and SQL Server, which can have up to five. - Constraints: - * Must be the identifier of an existing MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server DB instance. - * Can't be specified if the SourceDBClusterIdentifier parameter is also specified. - * For the limitations of Oracle read replicas, see Version and licensing considerations for RDS for Oracle replicas (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.limitations.html#oracle-read-replicas.limitations.versions-and-licenses) in the Amazon RDS User Guide. - * For the limitations of SQL Server read replicas, see Read replica limitations with SQL Server (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.ReadReplicas.html#SQLServer.ReadReplicas.Limitations) in the Amazon RDS User Guide. - * The specified DB instance must have automatic backups enabled, that is, its backup retention period must be greater than 0. - * If the source DB instance is in the same Amazon Web Services Region as the read replica, specify a valid DB instance identifier. - * If the source DB instance is in a different Amazon Web Services Region from the read replica, specify a valid DB instance ARN. For more information, see Constructing an ARN for Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing) @@ -1738,24 +1373,19 @@ spec: A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted. - For RDS Custom instances, either set this parameter to true or leave it unset. If you set this parameter to false, RDS reports an error. - Amazon Aurora - Not applicable. The encryption for DB instances is managed by the DB cluster. type: boolean storageThroughput: description: |- Specifies the storage throughput value for the DB instance. - This setting applies only to the gp3 storage type. - This setting doesn't apply to RDS Custom or Amazon Aurora. format: int64 type: integer @@ -1763,19 +1393,14 @@ spec: description: |- Specifies the storage type to be associated with the DB instance. - Valid values: gp2 | gp3 | io1 | standard - If you specify io1 or gp3, you must also include a value for the Iops parameter. - Default: io1 if the Iops parameter is specified, otherwise gp2 - Amazon Aurora - Not applicable. Storage is managed by the DB cluster. type: string tags: @@ -1784,7 +1409,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -1798,13 +1422,10 @@ spec: description: |- The ARN from the key store with which to associate the instance for TDE encryption. - This setting doesn't apply to RDS Custom. - Amazon Aurora - Not applicable. type: string tdeCredentialPassword: @@ -1812,7 +1433,6 @@ spec: The password for the given ARN from the key store in order to access the device. - This setting doesn't apply to RDS Custom. type: string timezone: @@ -1825,21 +1445,17 @@ spec: A value that indicates whether the DB instance class of the DB instance uses its default processor features. - This setting doesn't apply to RDS Custom. type: boolean vpcSecurityGroupIDs: description: |- A list of Amazon EC2 VPC security groups to associate with this DB instance. - Amazon Aurora - Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. - Default: The default EC2 VPC security group for the DB subnet group's VPC. items: type: string @@ -1848,7 +1464,7 @@ spec: items: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -1885,7 +1501,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -2010,18 +1625,15 @@ spec: Specifies whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance. - A CoIP provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the DB instance from outside of its virtual private cloud (VPC) on your local network. - For more information about RDS on Outposts, see Working with Amazon RDS on Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide. - For more information about CoIPs, see Customer-owned IP addresses (https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing) in the Amazon Web Services Outposts User Guide. type: boolean @@ -2048,7 +1660,6 @@ spec: description: |- Specifies the current state of this database. - For information about DB instance statuses, see Viewing DB instance status (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/accessing-monitoring.html#Overview.DBInstance.Status) in the Amazon RDS User Guide. @@ -2060,25 +1671,18 @@ spec: description: |- The status of the DB parameter group. - This data type is used as a response element in the following actions: - * CreateDBInstance - * CreateDBInstanceReadReplica - * DeleteDBInstance - * ModifyDBInstance - * RebootDBInstance - * RestoreDBInstanceFromDBSnapshot properties: dbParameterGroupName: @@ -2110,7 +1714,6 @@ spec: description: |- Contains Availability Zone information. - This data type is used as an element in the OrderableDBInstanceOption data type. properties: @@ -2123,7 +1726,6 @@ spec: description: |- A data type that represents an Outpost. - For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide. @@ -2176,7 +1778,6 @@ spec: A list of log types that this DB instance is configured to export to CloudWatch Logs. - Log types vary by DB engine. For information about the log types for each DB engine, see Amazon RDS Database Log Files (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html) in the Amazon RDS User Guide. @@ -2187,7 +1788,6 @@ spec: description: |- Specifies the connection endpoint. - The endpoint might not be shown for instances whose status is creating. properties: address: @@ -2208,16 +1808,12 @@ spec: True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. - IAM database authentication can be enabled for the following database engines - * For MySQL 5.6, minor version 5.6.34 or higher - * For MySQL 5.7, minor version 5.7.16 or higher - * Aurora 5.6 or higher. To enable IAM database authentication for Aurora, see DBCluster Type. type: boolean @@ -2248,7 +1844,6 @@ spec: Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password. - For more information, see Password management with Amazon Web Services Secrets Manager (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the Amazon RDS User Guide. @@ -2330,63 +1925,46 @@ spec: description: |- Contains the processor features of a DB instance class. - To specify the number of CPU cores, use the coreCount feature name for the Name parameter. To specify the number of threads per core, use the threadsPerCore feature name for the Name parameter. - You can set the processor features of the DB instance class for a DB instance when you call one of the following actions: - * CreateDBInstance - * ModifyDBInstance - * RestoreDBInstanceFromDBSnapshot - * RestoreDBInstanceFromS3 - * RestoreDBInstanceToPointInTime - You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions action and specifying the instance class for the DBInstanceClass parameter. - In addition, you can use the following actions for DB instance class processor information: - * DescribeDBInstances - * DescribeDBSnapshots - * DescribeValidDBInstanceModifications - If you call DescribeDBInstances, ProcessorFeature returns non-null values only if the following conditions are met: - * You are accessing an Oracle DB instance. - * Your Oracle DB instance class supports configuring the number of CPU cores and threads per core. - * The current number CPU cores and threads is set to a non-default value. - For more information, see Configuring the Processor of the DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide. @@ -2414,7 +1992,6 @@ spec: cluster for the Aurora read replica is shown. This output doesn't contain information about cross-Region Aurora read replicas. - Currently, each RDS DB instance can have only one Aurora read replica. items: type: string diff --git a/config/crd/bases/rds.services.k8s.aws_dbparametergroups.yaml b/config/crd/bases/rds.services.k8s.aws_dbparametergroups.yaml index 108fd15..2645c33 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbparametergroups.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbparametergroups.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbparametergroups.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,10 +40,8 @@ spec: description: |- DBParameterGroupSpec defines the desired state of DBParameterGroup. - Contains the details of an Amazon RDS DB parameter group. - This data type is used as a response element in the DescribeDBParameterGroups action. properties: @@ -57,87 +55,62 @@ spec: to a DB instance running a database engine and engine version compatible with that DB parameter group family. - To list all of the available parameter group families for a DB engine, use the following command: - aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine - For example, to list all of the available parameter group families for the MySQL DB engine, use the following command: - aws rds describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily" --engine mysql - The output contains duplicates. - The following are the valid DB engine values: - * aurora (for MySQL 5.6-compatible Aurora) - * aurora-mysql (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora) - * aurora-postgresql - * mariadb - * mysql - * oracle-ee - * oracle-ee-cdb - * oracle-se2 - * oracle-se2-cdb - * postgres - * sqlserver-ee - * sqlserver-se - * sqlserver-ex - * sqlserver-web type: string name: description: |- The name of the DB parameter group. - Constraints: - * Must be 1 to 255 letters, numbers, or hyphens. - * First character must be a letter - * Can't end with a hyphen or contain two consecutive hyphens - This value is stored as a lowercase string. type: string parameterOverrides: @@ -150,7 +123,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -182,7 +154,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -240,7 +211,6 @@ spec: This data type is used as a request parameter in the ModifyDBParameterGroup and ResetDBParameterGroup actions. - This data type is used as a response element in the DescribeEngineDefaultParameters and DescribeDBParameters actions. properties: diff --git a/config/crd/bases/rds.services.k8s.aws_dbproxies.yaml b/config/crd/bases/rds.services.k8s.aws_dbproxies.yaml index 1c31e09..55c36ad 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbproxies.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbproxies.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbproxies.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,10 +40,8 @@ spec: description: |- DBProxySpec defines the desired state of DBProxy. - The data structure representing a proxy managed by the RDS Proxy. - This data type is used as a response element in the DescribeDBProxies action. properties: auth: @@ -120,7 +118,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -166,7 +163,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: diff --git a/config/crd/bases/rds.services.k8s.aws_dbsnapshots.yaml b/config/crd/bases/rds.services.k8s.aws_dbsnapshots.yaml index a49917d..d15ec2c 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbsnapshots.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbsnapshots.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbsnapshots.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,26 +40,22 @@ spec: description: |- DBSnapshotSpec defines the desired state of DBSnapshot. - Contains the details of an Amazon RDS DB snapshot. - This data type is used as a response element in the DescribeDBSnapshots action. properties: dbInstanceIdentifier: description: |- The identifier of the DB instance that you want to create the snapshot of. - Constraints: - * Must match the identifier of an existing DBInstance. type: string dbInstanceIdentifierRef: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -77,22 +73,16 @@ spec: description: |- The identifier for the DB snapshot. - Constraints: - * Can't be null, empty, or blank - * Must contain from 1 to 255 letters, numbers, or hyphens - * First character must be a letter - * Can't end with a hyphen or contain two consecutive hyphens - Example: my-snapshot-id type: string tags: @@ -100,7 +90,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -130,7 +119,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -223,7 +211,6 @@ spec: If Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot. - The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. type: string @@ -257,63 +244,46 @@ spec: description: |- Contains the processor features of a DB instance class. - To specify the number of CPU cores, use the coreCount feature name for the Name parameter. To specify the number of threads per core, use the threadsPerCore feature name for the Name parameter. - You can set the processor features of the DB instance class for a DB instance when you call one of the following actions: - * CreateDBInstance - * ModifyDBInstance - * RestoreDBInstanceFromDBSnapshot - * RestoreDBInstanceFromS3 - * RestoreDBInstanceToPointInTime - You can view the valid processor values for a particular instance class by calling the DescribeOrderableDBInstanceOptions action and specifying the instance class for the DBInstanceClass parameter. - In addition, you can use the following actions for DB instance class processor information: - * DescribeDBInstances - * DescribeDBSnapshots - * DescribeValidDBInstanceModifications - If you call DescribeDBInstances, ProcessorFeature returns non-null values only if the following conditions are met: - * You are accessing an Oracle DB instance. - * Your Oracle DB instance class supports configuring the number of CPU cores and threads per core. - * The current number CPU cores and threads is set to a non-default value. - For more information, see Configuring the Processor of the DB Instance Class (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor) in the Amazon RDS User Guide. @@ -337,7 +307,6 @@ spec: is the most recent transaction in the restored DB instance. In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed. - If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than SnapshotDatabaseTime, then the replica lag is two @@ -378,7 +347,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: diff --git a/config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml b/config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml index 0e6062a..7dab8ee 100644 --- a/config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml +++ b/config/crd/bases/rds.services.k8s.aws_dbsubnetgroups.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: dbsubnetgroups.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,10 +40,8 @@ spec: description: |- DBSubnetGroupSpec defines the desired state of DBSubnetGroup. - Contains the details of an Amazon RDS DB subnet group. - This data type is used as a response element in the DescribeDBSubnetGroups action. properties: @@ -54,20 +52,15 @@ spec: description: |- The name for the DB subnet group. This value is stored as a lowercase string. - Constraints: - * Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. - * Must not be default. - * First character must be a letter. - Example: mydbsubnetgroup type: string subnetIDs: @@ -79,7 +72,7 @@ spec: items: description: "AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference\ntype to provide more user friendly syntax - for references using 'from' field\nEx:\nAPIIDRef:\n\n\n\tfrom:\n\t + for references using 'from' field\nEx:\nAPIIDRef:\n\n\tfrom:\n\t \ name: my-api" properties: from: @@ -100,7 +93,6 @@ spec: description: |- Metadata assigned to an Amazon RDS resource consisting of a key-value pair. - For more information, see Tagging Amazon RDS Resources (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html) in the Amazon RDS User Guide. properties: @@ -131,7 +123,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: @@ -196,7 +187,6 @@ spec: description: |- Contains Availability Zone information. - This data type is used as an element in the OrderableDBInstanceOption data type. properties: @@ -209,7 +199,6 @@ spec: description: |- A data type that represents an Outpost. - For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide. @@ -225,20 +214,15 @@ spec: description: |- The network type of the DB subnet group. - Valid values: - * IPV4 - * DUAL - A DBSubnetGroup can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL). - For more information, see Working with a DB instance in a VPC (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the Amazon RDS User Guide. items: diff --git a/config/crd/bases/rds.services.k8s.aws_globalclusters.yaml b/config/crd/bases/rds.services.k8s.aws_globalclusters.yaml index 394551e..7a8e917 100644 --- a/config/crd/bases/rds.services.k8s.aws_globalclusters.yaml +++ b/config/crd/bases/rds.services.k8s.aws_globalclusters.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: globalclusters.rds.services.k8s.aws spec: group: rds.services.k8s.aws @@ -40,7 +40,6 @@ spec: description: |- GlobalClusterSpec defines the desired state of GlobalCluster. - A data type representing an Aurora global database. properties: databaseName: @@ -91,7 +90,6 @@ spec: when it has verified that an "adopted" resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR's Spec field values. - TODO(vijat@): Find a better strategy for resources that do not have ARN in CreateOutputResponse https://github.com/aws/aws-controllers-k8s/issues/270 type: string ownerAccountID: diff --git a/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml b/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml index 65eff73..b7be322 100644 --- a/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml +++ b/config/crd/common/bases/services.k8s.aws_adoptedresources.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: adoptedresources.services.k8s.aws spec: group: services.k8s.aws @@ -78,11 +78,9 @@ spec: automatically converts this to an arbitrary string-string map. https://github.com/kubernetes-sigs/controller-tools/issues/385 - Active discussion about inclusion of this field in the spec is happening in this PR: https://github.com/kubernetes-sigs/controller-tools/pull/395 - Until this is allowed, or if it never is, we will produce a subset of the object meta that contains only the fields which the user is allowed to modify in the metadata. properties: @@ -105,13 +103,11 @@ spec: and may be truncated by the length of the suffix required to make the value unique on the server. - If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). - Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency type: string @@ -140,7 +136,6 @@ spec: Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. - Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces diff --git a/config/crd/common/bases/services.k8s.aws_fieldexports.yaml b/config/crd/common/bases/services.k8s.aws_fieldexports.yaml index 4d3a8f1..49b4f38 100644 --- a/config/crd/common/bases/services.k8s.aws_fieldexports.yaml +++ b/config/crd/common/bases/services.k8s.aws_fieldexports.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.16.2 name: fieldexports.services.k8s.aws spec: group: services.k8s.aws diff --git a/config/rbac/cluster-role-controller.yaml b/config/rbac/cluster-role-controller.yaml index 22fbb12..f3ce3ce 100644 --- a/config/rbac/cluster-role-controller.yaml +++ b/config/rbac/cluster-role-controller.yaml @@ -8,6 +8,7 @@ rules: - "" resources: - configmaps + - secrets verbs: - get - list @@ -21,39 +22,12 @@ rules: - get - list - watch -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - list - - patch - - watch - apiGroups: - ec2.services.k8s.aws resources: - securitygroups - verbs: - - get - - list -- apiGroups: - - ec2.services.k8s.aws - resources: - securitygroups/status - verbs: - - get - - list -- apiGroups: - - ec2.services.k8s.aws - resources: - subnets - verbs: - - get - - list -- apiGroups: - - ec2.services.k8s.aws - resources: - subnets/status verbs: - get @@ -62,12 +36,6 @@ rules: - kms.services.k8s.aws resources: - keys - verbs: - - get - - list -- apiGroups: - - kms.services.k8s.aws - resources: - keys/status verbs: - get @@ -76,165 +44,13 @@ rules: - rds.services.k8s.aws resources: - dbclusterparametergroups - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbclusterparametergroups/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbclusters - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbclusters/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbclustersnapshots - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbclustersnapshots/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbinstances - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbinstances/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbparametergroups - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbparametergroups/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbproxies - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbproxies/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbsnapshots - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbsnapshots/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - dbsubnetgroups - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rds.services.k8s.aws - resources: - - dbsubnetgroups/status - verbs: - - get - - patch - - update -- apiGroups: - - rds.services.k8s.aws - resources: - globalclusters verbs: - create @@ -247,6 +63,14 @@ rules: - apiGroups: - rds.services.k8s.aws resources: + - dbclusterparametergroups/status + - dbclusters/status + - dbclustersnapshots/status + - dbinstances/status + - dbparametergroups/status + - dbproxies/status + - dbsnapshots/status + - dbsubnetgroups/status - globalclusters/status verbs: - get @@ -256,25 +80,6 @@ rules: - services.k8s.aws resources: - adoptedresources - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - services.k8s.aws - resources: - - adoptedresources/status - verbs: - - get - - patch - - update -- apiGroups: - - services.k8s.aws - resources: - fieldexports verbs: - create @@ -287,6 +92,7 @@ rules: - apiGroups: - services.k8s.aws resources: + - adoptedresources/status - fieldexports/status verbs: - get diff --git a/go.mod b/go.mod index 7c7af54..9b926a6 100644 --- a/go.mod +++ b/go.mod @@ -7,36 +7,37 @@ toolchain go1.22.5 require ( github.com/aws-controllers-k8s/ec2-controller v1.1.2 github.com/aws-controllers-k8s/kms-controller v1.0.8 - github.com/aws-controllers-k8s/runtime v0.38.0 + github.com/aws-controllers-k8s/runtime v0.39.0 github.com/aws/aws-sdk-go v1.49.0 - github.com/go-logr/logr v1.4.1 + github.com/go-logr/logr v1.4.2 github.com/samber/lo v1.37.0 github.com/spf13/pflag v1.0.5 - k8s.io/api v0.30.1 - k8s.io/apimachinery v0.30.1 - k8s.io/client-go v0.30.1 - sigs.k8s.io/controller-runtime v0.18.4 + k8s.io/api v0.31.0 + k8s.io/apimachinery v0.31.0 + k8s.io/client-go v0.31.0 + sigs.k8s.io/controller-runtime v0.19.0 ) require ( github.com/beorn7/perks v1.0.1 // indirect - github.com/cenkalti/backoff/v4 v4.2.1 // indirect - github.com/cespare/xxhash/v2 v2.2.0 // indirect - github.com/davecgh/go-spew v1.1.1 // indirect + github.com/cenkalti/backoff/v4 v4.3.0 // indirect + github.com/cespare/xxhash/v2 v2.3.0 // indirect + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/fxamacker/cbor/v2 v2.7.0 // indirect github.com/go-logr/zapr v1.3.0 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect github.com/go-openapi/jsonreference v0.20.2 // indirect - github.com/go-openapi/swag v0.22.3 // indirect + github.com/go-openapi/swag v0.22.4 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.4 // indirect github.com/google/gnostic-models v0.6.8 // indirect github.com/google/go-cmp v0.6.0 // indirect github.com/google/gofuzz v1.2.0 // indirect - github.com/google/uuid v1.3.0 // indirect + github.com/google/uuid v1.6.0 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/itchyny/gojq v0.12.6 // indirect github.com/itchyny/timefmt-go v0.1.3 // indirect @@ -45,34 +46,33 @@ require ( github.com/josharian/intern v1.0.0 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/prometheus/client_golang v1.18.0 // indirect - github.com/prometheus/client_model v0.5.0 // indirect - github.com/prometheus/common v0.45.0 // indirect - github.com/prometheus/procfs v0.12.0 // indirect + github.com/prometheus/client_golang v1.19.1 // indirect + github.com/prometheus/client_model v0.6.1 // indirect + github.com/prometheus/common v0.55.0 // indirect + github.com/prometheus/procfs v0.15.1 // indirect + github.com/x448/float16 v0.8.4 // indirect go.uber.org/multierr v1.11.0 // indirect go.uber.org/zap v1.26.0 // indirect - golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect - golang.org/x/net v0.23.0 // indirect - golang.org/x/oauth2 v0.12.0 // indirect - golang.org/x/sys v0.18.0 // indirect - golang.org/x/term v0.18.0 // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect + golang.org/x/net v0.26.0 // indirect + golang.org/x/oauth2 v0.21.0 // indirect + golang.org/x/sys v0.21.0 // indirect + golang.org/x/term v0.21.0 // indirect + golang.org/x/text v0.16.0 // indirect golang.org/x/time v0.3.0 // indirect gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect - google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.33.0 // indirect + google.golang.org/protobuf v1.34.2 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/apiextensions-apiserver v0.30.1 // indirect - k8s.io/klog/v2 v2.120.1 // indirect + k8s.io/apiextensions-apiserver v0.31.0 // indirect + k8s.io/klog/v2 v2.130.1 // indirect k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect - k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect + k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect sigs.k8s.io/yaml v1.4.0 // indirect diff --git a/go.sum b/go.sum index 0b1d7a6..b65094b 100644 --- a/go.sum +++ b/go.sum @@ -2,20 +2,21 @@ github.com/aws-controllers-k8s/ec2-controller v1.1.2 h1:Bry62L279S7mJofk0sS4o7T7 github.com/aws-controllers-k8s/ec2-controller v1.1.2/go.mod h1:XZOZcSk0tzplY+A0dADqD4NK4a8g8Jqwf/Ouv2Sz/eQ= github.com/aws-controllers-k8s/kms-controller v1.0.8 h1:nDPYQhsgD2s14rEMNmGCwkm+e0Emjo/Usl3is7e9EFk= github.com/aws-controllers-k8s/kms-controller v1.0.8/go.mod h1:HjSBjtiljNL1yFzrOizxeQe2+88tW3mHD5fnEGwVYGE= -github.com/aws-controllers-k8s/runtime v0.38.0 h1:gSEpmBm7OwTPd2kIOU+AIDIivi3teSm5FFrhROfu4wg= -github.com/aws-controllers-k8s/runtime v0.38.0/go.mod h1:gI2pWb20UGLP2SnHf1a1VzTd7iVVy+/I9VAzT0Y+Dew= +github.com/aws-controllers-k8s/runtime v0.39.0 h1:IgOXluSzvb4UcDr9eU7SPw5MJnL7kt5R6DuF5Qu9zVQ= +github.com/aws-controllers-k8s/runtime v0.39.0/go.mod h1:G07g26y1cxyZO6Ngp+LwXf03CqFyLNL7os4Py4IdyGY= github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY= github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM= -github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= -github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44= -github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8= +github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= +github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= +github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= +github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g= github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= @@ -24,23 +25,25 @@ github.com/evanphx/json-patch/v5 v5.9.0 h1:kcBlZQbplgElYIlo/n1hJbls2z/1awpXxpRi0 github.com/evanphx/json-patch/v5 v5.9.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA= github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM= -github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ= -github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= +github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E= +github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ= +github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY= +github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ= github.com/go-logr/zapr v1.3.0/go.mod h1:YKepepNBd1u/oyhd/yQmtjVXmm9uML4IXUgMOwR8/Gg= github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= -github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g= github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= -github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI= -github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls= +github.com/go-openapi/swag v0.22.4 h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogBU= +github.com/go-openapi/swag v0.22.4/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= +github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= +github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I= @@ -52,10 +55,10 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= -github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af h1:kmjWCqn2qkEml422C2Rrd27c3VGxi6a/6HNq8QmHRKM= +github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af/go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo= +github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= +github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU= github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= github.com/itchyny/gojq v0.12.6 h1:VjaFn59Em2wTxDNGcrRkDK9ZHMNa8IksOgL13sLL4d0= @@ -85,8 +88,6 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= -github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 h1:jWpvCLoY8Z/e3VKvlsiIGKtc+UG6U5vzxaoagmhXfyg= -github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0/go.mod h1:QUyp042oQthUoa9bqDv0ER0wrtXnBruoNd7aNjkbP+k= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= @@ -94,38 +95,42 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8= -github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs= -github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk= -github.com/onsi/gomega v1.32.0/go.mod h1:a4x4gW6Pz2yK1MAmvluYme5lvYTn61afQ2ETw/8n4Lg= +github.com/onsi/ginkgo/v2 v2.19.0 h1:9Cnnf7UHo57Hy3k6/m5k3dRfGTMXGvxhHFvkDTCTpvA= +github.com/onsi/ginkgo/v2 v2.19.0/go.mod h1:rlwLi9PilAFJ8jCg9UE1QP6VBpd6/xj3SRC0d6TU0To= +github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk= +github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk= -github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA= -github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw= -github.com/prometheus/client_model v0.5.0/go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI= -github.com/prometheus/common v0.45.0 h1:2BGz0eBc2hdMDLnO/8n0jeB3oPrt2D08CekT0lneoxM= -github.com/prometheus/common v0.45.0/go.mod h1:YJmSTw9BoKxJplESWWxlbyttQR4uaEcGyv9MZjVOJsY= -github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo= -github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo= -github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ= -github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U= +github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE= +github.com/prometheus/client_golang v1.19.1/go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho= +github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E= +github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY= +github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc= +github.com/prometheus/common v0.55.0/go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8= +github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc= +github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/samber/lo v1.37.0 h1:XjVcB8g6tgUp8rsPsJ2CvhClfImrpL04YpQHXeHPhRw= github.com/samber/lo v1.37.0/go.mod h1:9vaz2O4o8oOnK23pd2TrXufcbdbJIa3b6cstBWKpopA= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= -github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= +github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= +github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= -github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= +github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= +github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= @@ -137,19 +142,18 @@ go.uber.org/zap v1.26.0/go.mod h1:dtElttAiwGvoJ/vj4IwHBS/gXsEu/pZ50mUIRWuG0so= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA= -golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e/go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA= +golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc h1:mCRnTeVUjcrhlRmO0VK8a6k6Rrf6TF9htwo2pJVSjIU= +golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w= golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= -golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= -golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4= -golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4= +golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ= +golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE= +golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs= +golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -158,36 +162,35 @@ golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4= -golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/term v0.18.0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8= -golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58= +golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws= +golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/term v0.21.0 h1:WVXCp+/EBEHOj53Rvu+7KiT/iElMrO8ACK16SMZ3jaA= +golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ= -golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= +golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4= +golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI= golang.org/x/time v0.3.0 h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.18.0 h1:k8NLag8AGHnn+PHbl7g43CtqZAwG60vZkLqgyZgIHgQ= -golang.org/x/tools v0.18.0/go.mod h1:GL7B4CwcLLeo59yx/9UWWuNOW1n3VZ4f5axWfML7Lcg= +golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d h1:vU5i/LfpvrRCpgM/VPfJLg5KjxD3E+hfT1SH+d9zLwg= +golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw= gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY= -google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= -google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= +google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg= +google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= +gopkg.in/evanphx/json-patch.v4 v4.12.0 h1:n6jtcsulIzXPJaxegRbvFNNrZDjbij7ny3gmSPG+6V4= +gopkg.in/evanphx/json-patch.v4 v4.12.0/go.mod h1:p8EYWUEYMpynmqDbY58zCKCFZw8pRWMG4EsWvDvM72M= gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -198,22 +201,22 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY= -k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM= -k8s.io/apiextensions-apiserver v0.30.1 h1:4fAJZ9985BmpJG6PkoxVRpXv9vmPUOVzl614xarePws= -k8s.io/apiextensions-apiserver v0.30.1/go.mod h1:R4GuSrlhgq43oRY9sF2IToFh7PVlF1JjfWdoG3pixk4= -k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U= -k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc= -k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q= -k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc= -k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw= -k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= +k8s.io/api v0.31.0 h1:b9LiSjR2ym/SzTOlfMHm1tr7/21aD7fSkqgD/CVJBCo= +k8s.io/api v0.31.0/go.mod h1:0YiFF+JfFxMM6+1hQei8FY8M7s1Mth+z/q7eF1aJkTE= +k8s.io/apiextensions-apiserver v0.31.0 h1:fZgCVhGwsclj3qCw1buVXCV6khjRzKC5eCFt24kyLSk= +k8s.io/apiextensions-apiserver v0.31.0/go.mod h1:b9aMDEYaEe5sdK+1T0KU78ApR/5ZVp4i56VacZYEHxk= +k8s.io/apimachinery v0.31.0 h1:m9jOiSr3FoSSL5WO9bjm1n6B9KROYYgNZOb4tyZ1lBc= +k8s.io/apimachinery v0.31.0/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo= +k8s.io/client-go v0.31.0 h1:QqEJzNjbN2Yv1H79SsS+SWnXkBgVu4Pj3CJQgbx0gI8= +k8s.io/client-go v0.31.0/go.mod h1:Y9wvC76g4fLjmU0BA+rV+h2cncoadjvjjkkIGoTLcGU= +k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= +k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag= k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98= -k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI= -k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= -sigs.k8s.io/controller-runtime v0.18.4 h1:87+guW1zhvuPLh1PHybKdYFLU0YJp4FhJRmiHvm5BZw= -sigs.k8s.io/controller-runtime v0.18.4/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg= +k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A= +k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= +sigs.k8s.io/controller-runtime v0.19.0 h1:nWVM7aq+Il2ABxwiCizrVDSlmDcshi9llbaFbC0ji/Q= +sigs.k8s.io/controller-runtime v0.19.0/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo= sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= diff --git a/helm/Chart.yaml b/helm/Chart.yaml index c1a8f47..8198966 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 name: rds-chart description: A Helm chart for the ACK service controller for Amazon Relational Database Service (RDS) -version: 1.4.5 -appVersion: 1.4.5 +version: 1.4.6 +appVersion: 1.4.6 home: https://github.com/aws-controllers-k8s/rds-controller icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png sources: diff --git a/helm/templates/NOTES.txt b/helm/templates/NOTES.txt index 913ce5a..478b15d 100644 --- a/helm/templates/NOTES.txt +++ b/helm/templates/NOTES.txt @@ -1,5 +1,5 @@ {{ .Chart.Name }} has been installed. -This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:1.4.5". +This chart deploys "public.ecr.aws/aws-controllers-k8s/rds-controller:1.4.6". Check its status by running: kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}" diff --git a/helm/values.yaml b/helm/values.yaml index 35c4375..8870b43 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,7 +4,7 @@ image: repository: public.ecr.aws/aws-controllers-k8s/rds-controller - tag: 1.4.5 + tag: 1.4.6 pullPolicy: IfNotPresent pullSecrets: [] @@ -162,3 +162,5 @@ featureGates: ServiceLevelCARM: false # Enables the Team level granularity for CARM. See https://github.com/aws-controllers-k8s/community/issues/2031 TeamLevelCARM: false + # Enable ReadOnlyResources feature/annotation. + ReadOnlyResources: false \ No newline at end of file