-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore: librarian release pull request: 20260115T080400Z #15460
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,14 @@ | |||||||||
|
|
||||||||||
| [1]: https://pypi.org/project/google-cloud-config/#history | ||||||||||
|
|
||||||||||
| ## [0.4.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-config-v0.3.0...google-cloud-config-v0.4.0) (2026-01-15) | ||||||||||
|
|
||||||||||
|
|
||||||||||
| ### Features | ||||||||||
|
|
||||||||||
| * add support for enabling automigration from deprecated Terraform versions ([1a81689422520562771f36a58575d07e1ee18dd5](https://github.com/googleapis/google-cloud-python/commit/1a81689422520562771f36a58575d07e1ee18dd5)) | ||||||||||
| * added error code when failing import values from an external source ([1a81689422520562771f36a58575d07e1ee18dd5](https://github.com/googleapis/google-cloud-python/commit/1a81689422520562771f36a58575d07e1ee18dd5)) | ||||||||||
|
Comment on lines
+12
to
+13
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To maintain consistency in the changelog, please start entries with a capital letter and use the imperative mood (e.g., "Add" instead of "added"). Also, sorting the entries alphabetically improves readability.
Suggested change
|
||||||||||
|
|
||||||||||
| ## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-config-v0.2.0...google-cloud-config-v0.3.0) (2026-01-08) | ||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,13 @@ | |||||||||
|
|
||||||||||
| [1]: https://pypi.org/project/google-cloud-databasecenter/#history | ||||||||||
|
|
||||||||||
| ## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-databasecenter-v0.2.0...google-cloud-databasecenter-v0.3.0) (2026-01-15) | ||||||||||
|
|
||||||||||
|
|
||||||||||
| ### Features | ||||||||||
|
|
||||||||||
| * Adding Method AggregateFleet of Database Center API v1beta This release includes: - `DatabaseCenter` service with `AggregateFleet` method. - `All related enums. ([1a81689422520562771f36a58575d07e1ee18dd5](https://github.com/googleapis/google-cloud-python/commit/1a81689422520562771f36a58575d07e1ee18dd5)) | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The markdown formatting for this changelog entry is broken, which makes it difficult to read. Please format the sub-items as a proper list. Additionally, the phrase "All related enums." is incomplete.
Suggested change
|
||||||||||
|
|
||||||||||
| ## [0.2.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-databasecenter-v0.1.0...google-cloud-databasecenter-v0.2.0) (2026-01-08) | ||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,13 @@ | |||||
|
|
||||||
| [1]: https://pypi.org/project/google-cloud-geminidataanalytics/#history | ||||||
|
|
||||||
| ## [0.9.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-geminidataanalytics-v0.8.0...google-cloud-geminidataanalytics-v0.9.0) (2026-01-15) | ||||||
|
|
||||||
|
|
||||||
| ### Features | ||||||
|
|
||||||
| * added sync APIs for the CRUD operations of Data Agent ([1a81689422520562771f36a58575d07e1ee18dd5](https://github.com/googleapis/google-cloud-python/commit/1a81689422520562771f36a58575d07e1ee18dd5)) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For consistency with other changelog entries, please start the description with a capital letter. Using the imperative mood (e.g., "Add" instead of "added") is also a common and recommended convention.
Suggested change
|
||||||
|
|
||||||
| ## [0.8.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-geminidataanalytics-v0.7.0...google-cloud-geminidataanalytics-v0.8.0) (2026-01-08) | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,6 +4,13 @@ | |||||||||||||||||||
|
|
||||||||||||||||||||
| [1]: https://pypi.org/project/google-cloud-netapp/#history | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ## [0.7.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.6.0...google-cloud-netapp-v0.7.0) (2026-01-15) | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
||||||||||||||||||||
| ### Features | ||||||||||||||||||||
|
|
||||||||||||||||||||
| * Update NetApp v1 API with Host Groups, Block Volumes, Cache Volumes, and Backup Restore This CL introduces several new features and enhancements to the NetApp API: - **Host Groups:** Added a new `HostGroup` resource to manage collections of hosts for Block Volume access. Includes full CRUD operations. - **Block Volumes:** Enhanced the `Volume` resource to support `ISCSI` protocol and `BlockDevice` configurations. - **Cache Volumes:** Added `CacheParameters` to the `Volume` resource to support FlexCache volumes. - **Backup Restore:** Introduced a new `RestoreBackupFiles` RPC to restore individual files from a backup. - **CMEK for Backup Vaults:** Added fields to `BackupVault` to support Customer Managed Encryption Keys (CMEK). - **Storage Pool Type:** Added a `type` field to `StoragePool` to specify support for FILE, UNIFIED, or UNIFIED_LARGE_CAPACITY volumes. - **Location Metadata:** Added `has_ontap_proxy` flag. - Updated copyright year to 2026. ([1a81689422520562771f36a58575d07e1ee18dd5](https://github.com/googleapis/google-cloud-python/commit/1a81689422520562771f36a58575d07e1ee18dd5)) | ||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The markdown formatting for the sub-list is broken, making it hard to read. Please format it as a proper sub-list for better readability. Also, the entry "Updated copyright year to 2026" is an internal development detail and should be removed from the public-facing changelog.
Suggested change
|
||||||||||||||||||||
|
|
||||||||||||||||||||
| ## [0.6.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.5.0...google-cloud-netapp-v0.6.0) (2026-01-09) | ||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
||||||||||||||||||||
|
|
||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To improve readability for users, please sort the list of new features alphabetically.