-
Notifications
You must be signed in to change notification settings - Fork 639
feat: [sql] introduces auto_upgrade_enabled option for MySQL in DatabaseInstance.Settings #6969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gcf-owl-bot
wants to merge
7
commits into
main
Choose a base branch
from
owl-bot-copy-packages-google-cloud-sql
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+101,412
−23,164
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tance.Settings feat: Exposing API proto for Performance Capture feat: Making new API fields to support creating/updating users with database roles feat: add an instance setting data_api_access feat: add a mode option for reset SSL config requests feat: Add `iamStatus` field to show if IAM Group is active or inactive feat: Added fields to User message in the API definition for supporting database roles feat: add ConnectSettings.support_metadata_exchange field feat: Introduce minimum and maximum TLS versions on the instance feat: adding "TEST" & "GCLOUD_TESTER" visibility labels for the newly added management config in Instance proto. This helps in internal testing purposes feat: added protos for backupdr_transaction_log_retention_days feat: added protos for backupdr_transaction_log_retention_days feat: added protos for backupdr_transaction_log_retention_days fix!: Enums `IamStatus` temporarily removed feat: add network_attachment_uri field in Cloud SQL instance proto fix!: An existing enum `iam_status` temporarily removed feat: adding iam_status field for Cloud SQL users feat: allow gcloud to access the networkAttachmentUri field feat: remove visibility restrictions for `data_disk_provisioned_iops` and `data_disk_provisioned_throughput` feat: Proto changes to update operation type from Advanced to Enhanced backup feat: Changed backup tier from Advanced to Enhanced docs: fix typos in protobuf comments feat: remove visibility restrictions from HYPERDISK_BALANCED feat: add replication_lag_max_seconds field in Cloud SQL instance proto feat: Expose subOperationType in ListOperation API feat: add custom_subject_alternative_names field in Cloud SQL instance proto feat: GOOGLE_INTERNAL field is used by BackupDR to fetch the instance uid feat: Add support for MySQL 8.0.41/42 feat: added protos to indicate GCBDR management of the instance feat: add psc_auto_connections field in Cloud SQL instance proto feat: allow gcloud to access the PscAutoConnectionConfig field feat: expose IP address and connection status for PSC instances with service automation PiperOrigin-RevId: 853221352 Source-Link: googleapis/googleapis@cfd2754 Source-Link: googleapis/googleapis-gen@f924c11 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNxbC8uT3dsQm90LnlhbWwiLCJoIjoiZjkyNGMxMWVlZTM1NWEyYWM3N2RjYTU5OGM4ZWU2MzgyNzcxOWZiMCJ9
Collaborator
|
/gcbrun |
…tance.Settings feat: Exposing API proto for Performance Capture feat: Making new API fields to support creating/updating users with database roles feat: add an instance setting data_api_access feat: add a mode option for reset SSL config requests feat: Add `iamStatus` field to show if IAM Group is active or inactive feat: Added fields to User message in the API definition for supporting database roles feat: add ConnectSettings.support_metadata_exchange field feat: Introduce minimum and maximum TLS versions on the instance feat: adding "TEST" & "GCLOUD_TESTER" visibility labels for the newly added management config in Instance proto. This helps in internal testing purposes feat: added protos for backupdr_transaction_log_retention_days feat: added protos for backupdr_transaction_log_retention_days feat: added protos for backupdr_transaction_log_retention_days fix!: Enums `IamStatus` temporarily removed feat: add network_attachment_uri field in Cloud SQL instance proto fix!: An existing enum `iam_status` temporarily removed feat: adding iam_status field for Cloud SQL users feat: allow gcloud to access the networkAttachmentUri field feat: remove visibility restrictions for `data_disk_provisioned_iops` and `data_disk_provisioned_throughput` feat: Proto changes to update operation type from Advanced to Enhanced backup feat: Changed backup tier from Advanced to Enhanced docs: fix typos in protobuf comments feat: remove visibility restrictions from HYPERDISK_BALANCED feat: add replication_lag_max_seconds field in Cloud SQL instance proto feat: Expose subOperationType in ListOperation API feat: add custom_subject_alternative_names field in Cloud SQL instance proto feat: GOOGLE_INTERNAL field is used by BackupDR to fetch the instance uid feat: Add support for MySQL 8.0.41/42 feat: added protos to indicate GCBDR management of the instance feat: add psc_auto_connections field in Cloud SQL instance proto PiperOrigin-RevId: 853222543 Source-Link: googleapis/googleapis@110554f Source-Link: googleapis/googleapis-gen@1e9acb9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNxbC8uT3dsQm90LnlhbWwiLCJoIjoiMWU5YWNiOTFhZDdjM2JkODVhOGVhNjM2MmNiY2EwZTZmMDI3M2ZmZiJ9
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Exposing API proto for Performance Capture
feat: Making new API fields to support creating/updating users with database roles
feat: add an instance setting data_api_access
feat: add a mode option for reset SSL config requests
feat: Add
iamStatusfield to show if IAM Group is active or inactivefeat: Added fields to User message in the API definition for supporting database roles
feat: add ConnectSettings.support_metadata_exchange field
feat: Introduce minimum and maximum TLS versions on the instance
feat: adding "TEST" & "GCLOUD_TESTER" visibility labels for the newly added management config in Instance proto. This helps in internal testing purposes
feat: added protos for backupdr_transaction_log_retention_days
feat: added protos for backupdr_transaction_log_retention_days
feat: added protos for backupdr_transaction_log_retention_days
fix!: Enums
IamStatustemporarily removedfeat: add network_attachment_uri field in Cloud SQL instance proto
fix!: An existing enum
iam_statustemporarily removedfeat: adding iam_status field for Cloud SQL users
feat: allow gcloud to access the networkAttachmentUri field
feat: remove visibility restrictions for
data_disk_provisioned_iopsanddata_disk_provisioned_throughputfeat: Proto changes to update operation type from Advanced to Enhanced backup
feat: Changed backup tier from Advanced to Enhanced
docs: fix typos in protobuf comments
feat: remove visibility restrictions from HYPERDISK_BALANCED
feat: add replication_lag_max_seconds field in Cloud SQL instance proto
feat: Expose subOperationType in ListOperation API
feat: add custom_subject_alternative_names field in Cloud SQL instance proto
feat: GOOGLE_INTERNAL field is used by BackupDR to fetch the instance uid
feat: Add support for MySQL 8.0.41/42
feat: added protos to indicate GCBDR management of the instance
feat: add psc_auto_connections field in Cloud SQL instance proto
PiperOrigin-RevId: 853222543
Source-Link: googleapis/googleapis@110554f
Source-Link: https://github.com/googleapis/googleapis-gen/commit/1e9acb91ad7c3bd85a8ea6362cbca0e6f0273fff
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNxbC8uT3dsQm90LnlhbWwiLCJoIjoiMWU5YWNiOTFhZDdjM2JkODVhOGVhNjM2MmNiY2EwZTZmMDI3M2ZmZiJ9
BEGIN_NESTED_COMMIT
feat: [sql] introduces auto_upgrade_enabled option for MySQL in DatabaseInstance.Settings
feat: Exposing API proto for Performance Capture
feat: Making new API fields to support creating/updating users with database roles
feat: add an instance setting data_api_access
feat: add a mode option for reset SSL config requests
feat: Add
iamStatusfield to show if IAM Group is active or inactivefeat: Added fields to User message in the API definition for supporting database roles
feat: add ConnectSettings.support_metadata_exchange field
feat: Introduce minimum and maximum TLS versions on the instance
feat: adding "TEST" & "GCLOUD_TESTER" visibility labels for the newly added management config in Instance proto. This helps in internal testing purposes
feat: added protos for backupdr_transaction_log_retention_days
feat: added protos for backupdr_transaction_log_retention_days
feat: added protos for backupdr_transaction_log_retention_days
fix!: Enums
IamStatustemporarily removedfeat: add network_attachment_uri field in Cloud SQL instance proto
fix!: An existing enum
iam_statustemporarily removedfeat: adding iam_status field for Cloud SQL users
feat: allow gcloud to access the networkAttachmentUri field
feat: remove visibility restrictions for
data_disk_provisioned_iopsanddata_disk_provisioned_throughputfeat: Proto changes to update operation type from Advanced to Enhanced backup
feat: Changed backup tier from Advanced to Enhanced
docs: fix typos in protobuf comments
feat: remove visibility restrictions from HYPERDISK_BALANCED
feat: add replication_lag_max_seconds field in Cloud SQL instance proto
feat: Expose subOperationType in ListOperation API
feat: add custom_subject_alternative_names field in Cloud SQL instance proto
feat: GOOGLE_INTERNAL field is used by BackupDR to fetch the instance uid
feat: Add support for MySQL 8.0.41/42
feat: added protos to indicate GCBDR management of the instance
feat: add psc_auto_connections field in Cloud SQL instance proto
feat: allow gcloud to access the PscAutoConnectionConfig field
feat: expose IP address and connection status for PSC instances with service automation
PiperOrigin-RevId: 853221352
Source-Link: googleapis/googleapis@cfd2754
Source-Link: https://github.com/googleapis/googleapis-gen/commit/f924c11eee355a2ac77dca598c8ee63827719fb0
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNxbC8uT3dsQm90LnlhbWwiLCJoIjoiZjkyNGMxMWVlZTM1NWEyYWM3N2RjYTU5OGM4ZWU2MzgyNzcxOWZiMCJ9
END_NESTED_COMMIT