From 4744ec2ae9655cc81dc087e4af9ee989a100d3ed Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:54:19 +0000 Subject: [PATCH] chore(main): release auth 0.7.0 (#10466) :robot: I have created a release *beep* *boop* --- ## [0.7.0](https://togithub.com/googleapis/google-cloud-go/compare/auth/v0.6.1...auth/v0.7.0) (2024-07-09) ### Features * **auth:** Add workload X509 cert provider as a default cert provider ([#10479](https://togithub.com/googleapis/google-cloud-go/issues/10479)) ([c51ee6c](https://togithub.com/googleapis/google-cloud-go/commit/c51ee6cf65ce05b4d501083e49d468c75ac1ea63)) ### Bug Fixes * **auth/oauth2adapt:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://togithub.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) * **auth:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://togithub.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) * **auth:** Check len of slices, not non-nil ([#10483](https://togithub.com/googleapis/google-cloud-go/issues/10483)) ([0a966a1](https://togithub.com/googleapis/google-cloud-go/commit/0a966a183e5f0e811977216d736d875b7233e942)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please). --- .release-please-manifest-individual.json | 2 +- auth/CHANGES.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 2caa72fd11e2..85a2e689b1b0 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -1,7 +1,7 @@ { "ai": "0.8.0", "aiplatform": "1.68.0", - "auth": "0.6.1", + "auth": "0.7.0", "auth/oauth2adapt": "0.2.2", "bigquery": "1.61.0", "bigtable": "1.25.0", diff --git a/auth/CHANGES.md b/auth/CHANGES.md index 8a8228f5642f..73d8ea9450ab 100644 --- a/auth/CHANGES.md +++ b/auth/CHANGES.md @@ -1,5 +1,19 @@ # Changelog +## [0.7.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.6.1...auth/v0.7.0) (2024-07-09) + + +### Features + +* **auth:** Add workload X509 cert provider as a default cert provider ([#10479](https://github.com/googleapis/google-cloud-go/issues/10479)) ([c51ee6c](https://github.com/googleapis/google-cloud-go/commit/c51ee6cf65ce05b4d501083e49d468c75ac1ea63)) + + +### Bug Fixes + +* **auth/oauth2adapt:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **auth:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **auth:** Check len of slices, not non-nil ([#10483](https://github.com/googleapis/google-cloud-go/issues/10483)) ([0a966a1](https://github.com/googleapis/google-cloud-go/commit/0a966a183e5f0e811977216d736d875b7233e942)) + ## [0.6.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.6.0...auth/v0.6.1) (2024-07-01)