Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 2, 2024
1 parent 9297aea commit 1158382
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"packages/google-cloud-policy-troubleshooter": "1.11.3",
"packages/google-cloud-policysimulator": "0.1.6",
"packages/google-cloud-policytroubleshooter-iam": "0.1.5",
"packages/google-cloud-private-ca": "1.11.0",
"packages/google-cloud-private-ca": "1.12.0",
"packages/google-cloud-private-catalog": "0.9.9",
"packages/google-cloud-public-ca": "0.3.9",
"packages/google-cloud-rapidmigrationassessment": "0.1.7",
Expand Down
19 changes: 19 additions & 0 deletions packages/google-cloud-private-ca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.12.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-private-ca-v1.11.0...google-cloud-private-ca-v1.12.0) (2024-04-02)


### Features

* Add encoding format to `.google.cloud.security.privateca.v1.CaPool` Resource ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))


### Documentation

* A comment for field `ca_certs` in message `.google.cloud.security.privateca.v1.FetchCaCertsResponse` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for field `ignore_dependent_resources` in message `.google.cloud.security.privateca.v1.DeleteCaPoolRequest` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for field `ignore_dependent_resources` in message `.google.cloud.security.privateca.v1.DeleteCertificateAuthorityRequest` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for field `ignore_dependent_resources` in message `.google.cloud.security.privateca.v1.DisableCertificateAuthorityRequest` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for field `maximum_lifetime` in message `.google.cloud.security.privateca.v1.CaPool` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for field `maximum_lifetime` in message `.google.cloud.security.privateca.v1.CertificateTemplate` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for field `subject_key_id` in message `.google.cloud.security.privateca.v1.CertificateConfig` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))
* A comment for method `FetchCaCerts` in service `CertificateAuthorityService` is changed ([9297aea](https://github.com/googleapis/google-cloud-python/commit/9297aeacd17ecd096f80c50b8938fdeaf45a4b25))

## [1.11.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-private-ca-v1.10.3...google-cloud-private-ca-v1.11.0) (2024-03-22)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.12.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.12.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "1.12.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-private-ca",
"version": "0.1.0"
"version": "1.12.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-private-ca",
"version": "0.1.0"
"version": "1.12.0"
},
"snippets": [
{
Expand Down

0 comments on commit 1158382

Please sign in to comment.