Changelog
0.1.12 (2024-10-24)
Features
- Add support for Python 3.13 (6252476)
0.1.11 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination (a6f7356)
0.1.10 (2024-07-08)
Bug Fixes
0.1.9 (2024-04-24)
Features
Annotations are now supported to help client tools identify deployments during automation (765e198)
Infrastructure manager supports 1.2.3, 1.3.10, 1.4.7, 1.5.7 versions of Terraform when creating a preview of a deployment (765e198)
0.1.8 (2024-03-22)
Features
Infrastructure Manager can validate and enforce quota limits, preventing infrastructure that exceeds quota limits from being deployed (b8abb5d)
Infrastructure Manager supports the deployment of infrastructure from Terraform configurations in a private Git repository (b8abb5d)
Infrastructure manager supports the following versions of Terraform when creating a deployment Terraform version 1.2.3, 1.3.10, 1.4.7, 1.5.7 (b8abb5d)
Documentation
A comment for field
page_size
in message.google.cloud.config.v1.ListDeploymentsRequest
is changed (b8abb5d)A comment for field
page_size
in message.google.cloud.config.v1.ListPreviewsRequest
is changed (b8abb5d)A comment for field
page_size
in message.google.cloud.config.v1.ListResourcesRequest
is changed (b8abb5d)A comment for field
page_size
in message.google.cloud.config.v1.ListRevisionsRequest
is changed (b8abb5d)A comment for field
service_account
in message.google.cloud.config.v1.Preview
is changed (b8abb5d)
0.1.7 (2024-03-05)
Bug Fixes
0.1.6 (2024-02-22)
Bug Fixes
[Many APIs] fix
ValueError
intest__validate_universe_domain
(#12282) (b985096)deps: [Many APIs] Require
google-api-core>=1.34.1
(#12305) (2aa7f17)
0.1.5 (2024-02-06)
Bug Fixes
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’ (f3db074)
0.1.4 (2024-02-01)
Features
0.1.3 (2024-01-19)
Features
0.1.2 (2023-12-07)
Features
Add support for python 3.12 (b96013d)
Introduce compatibility with native namespace packages (b96013d)
Bug Fixes
0.1.1 (2023-09-19)
Documentation
- Minor formatting (9487380)