python-google-cloud-compute/python-google-cloud-compute.changes
Dirk Mueller 3b1eebf060 - update to 1.18:
* Update Compute Engine API to revision 20240220
  * Add google-auth as a direct dependency (f3db074)
  * Add staticmethod decorator to _get_client_cert_source
    and _get_api_endpoint (f3db074)
  * Resolve AttributeError 'Credentials' object has no attribute
    'universe_domain'
  * Allow users to explicitly configure universe domain

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:google/python-google-cloud-compute?expand=0&rev=5
2024-04-14 07:41:26 +00:00

27 lines
1000 B
Plaintext

-------------------------------------------------------------------
Sun Apr 14 07:39:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.18:
* Update Compute Engine API to revision 20240220
* Add google-auth as a direct dependency (f3db074)
* Add staticmethod decorator to _get_client_cert_source
and _get_api_endpoint (f3db074)
* Resolve AttributeError 'Credentials' object has no attribute
'universe_domain'
* Allow users to explicitly configure universe domain
-------------------------------------------------------------------
Mon Dec 18 13:04:54 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Add fake default credentials to fix tests
-------------------------------------------------------------------
Sun Dec 17 20:13:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add tests
-------------------------------------------------------------------
Wed Dec 13 12:27:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Initial version 1.15 (jsc#PED-6697)