GoogleCloudPlatform / terraform-google-cloud-functions

Deploys Cloud Functions (Gen 2)
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-functions/google
Apache License 2.0
30 stars 25 forks source link

chore(deps): Update go modules and/or dev-tools #97

Closed renovate-bot closed 2 months ago

renovate-bot commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
cft/developer-tools minor 1.12 -> 1.19 age adoption passing confidence
cloud.google.com/go/storage require minor v1.29.0 -> v1.40.0 age adoption passing confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.5.2 -> v0.13.2 age adoption passing confidence
github.com/GoogleCloudPlatform/functions-framework-go require minor v1.6.1 -> v1.8.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.2 -> v1.9.0 age adoption passing confidence
github.com/tidwall/gjson require minor v1.14.4 -> v1.17.1 age adoption passing confidence
golang.org/x/oauth2 require minor v0.6.0 -> v0.18.0 v0.19.0 age adoption passing confidence
google.golang.org/api require minor v0.113.0 -> v0.172.0 age adoption passing confidence

Release Notes

GoogleCloudPlatform/functions-framework-go (github.com/GoogleCloudPlatform/functions-framework-go) ### [`v1.8.1`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.8.1) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.8.0...v1.8.1) ##### Bug Fixes - Add GCP error reporting log format to cloudevent functions and include panic message in stack trace. ([#​230](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/230)) ([0a89bb4](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/0a89bb412a447495e1b13877f913718baa7afcd1)) ### [`v1.8.0`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.8.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.4...v1.8.0) ##### Features - Added instructions for binding locally. ([#​215](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/215)) ([8e6bded](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/8e6bded26745b8808c60ced353085d229fba0f38)) ##### Bug Fixes - correct formatting of status print ([#​206](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/206)) ([b16760a](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/b16760a8d0375dd484d8e74beb3646b43cc1c741)) ### [`v1.7.4`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.7.4) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.3...v1.7.4) ##### Bug Fixes - add new line to panic stack trace so Error Reporting can ingest the log ([#​203](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/203)) ([1a50c23](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/1a50c23fff631a715d4f4ad4431e7c9e57d23178)) ### [`v1.7.3`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.2...v1.7.3) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.2...v1.7.3) ### [`v1.7.2`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.1...v1.7.2) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.1...v1.7.2) ### [`v1.7.1`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.0...v1.7.1) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.7.0...v1.7.1) ### [`v1.7.0`](https://togithub.com/GoogleCloudPlatform/functions-framework-go/releases/tag/v1.7.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/functions-framework-go/compare/v1.6.1...v1.7.0) ##### Features - Add support for strongly typed function signature ([#​168](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/168)) ([06264b6](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/06264b6785e5aef394d97e516d5c1819d3e09d91)) - Allow registering multiple functions with one server for local testing ([#​154](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/154)) ([fcc3f61](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/fcc3f6159d0d8e29bfeb715b6d1319fedcfb0510)) - configure security score card action ([#​169](https://togithub.com/GoogleCloudPlatform/functions-framework-go/issues/169)) ([e038fee](https://togithub.com/GoogleCloudPlatform/functions-framework-go/commit/e038fee735ad43d26c86cc5fc5887b42dc52b467))
stretchr/testify (github.com/stretchr/testify) ### [`v1.9.0`](https://togithub.com/stretchr/testify/releases/tag/v1.9.0) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.4...v1.9.0) #### What's Changed - Fix Go modules version by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/stretchr/testify/pull/1394](https://togithub.com/stretchr/testify/pull/1394) - Document that require is not safe to call in created goroutines by [@​programmer04](https://togithub.com/programmer04) in [https://github.com/stretchr/testify/pull/1392](https://togithub.com/stretchr/testify/pull/1392) - Remove myself from MAINTAINERS.md by [@​mvdkleijn](https://togithub.com/mvdkleijn) in [https://github.com/stretchr/testify/pull/1367](https://togithub.com/stretchr/testify/pull/1367) - Correct spelling/grammar by [@​echarrod](https://togithub.com/echarrod) in [https://github.com/stretchr/testify/pull/1389](https://togithub.com/stretchr/testify/pull/1389) - docs: Update URLs in README by [@​davidjb](https://togithub.com/davidjb) in [https://github.com/stretchr/testify/pull/1349](https://togithub.com/stretchr/testify/pull/1349) - Update mockery link to Github Pages in README by [@​LandonTClipp](https://togithub.com/LandonTClipp) in [https://github.com/stretchr/testify/pull/1346](https://togithub.com/stretchr/testify/pull/1346) - docs: Fix typos in tests and comments by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1410](https://togithub.com/stretchr/testify/pull/1410) - CI: tests from go1.17 by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/stretchr/testify/pull/1409](https://togithub.com/stretchr/testify/pull/1409) - Fix adding ? when no values passed by [@​lesichkovm](https://togithub.com/lesichkovm) in [https://github.com/stretchr/testify/pull/1320](https://togithub.com/stretchr/testify/pull/1320) - codegen: use standard header for generated files by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1406](https://togithub.com/stretchr/testify/pull/1406) - mock: AssertExpectations log reason only on failure by [@​hikyaru-suzuki](https://togithub.com/hikyaru-suzuki) in [https://github.com/stretchr/testify/pull/1360](https://togithub.com/stretchr/testify/pull/1360) - assert: fix flaky TestNeverTrue by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1417](https://togithub.com/stretchr/testify/pull/1417) - README: fix typos "set up" vs "setup" by [@​ossan-dev](https://togithub.com/ossan-dev) in [https://github.com/stretchr/testify/pull/1428](https://togithub.com/stretchr/testify/pull/1428) - mock: move regexp compilation outside of `Called` by [@​aud10slave](https://togithub.com/aud10slave) in [https://github.com/stretchr/testify/pull/631](https://togithub.com/stretchr/testify/pull/631) - assert: refactor internal func getLen() by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1445](https://togithub.com/stretchr/testify/pull/1445) - mock: deprecate type AnythingOfTypeArgument ([#​1434](https://togithub.com/stretchr/testify/issues/1434)) by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1441](https://togithub.com/stretchr/testify/pull/1441) - Remove no longer needed assert.canConvert by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1470](https://togithub.com/stretchr/testify/pull/1470) - assert: ObjectsAreEqual: use time.Equal for time.Time types by [@​tscales](https://togithub.com/tscales) in [https://github.com/stretchr/testify/pull/1464](https://togithub.com/stretchr/testify/pull/1464) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/stretchr/testify/pull/1466](https://togithub.com/stretchr/testify/pull/1466) - Bump actions/setup-go from 3.2.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/stretchr/testify/pull/1451](https://togithub.com/stretchr/testify/pull/1451) - fix: make EventuallyWithT concurrency safe by [@​czeslavo](https://togithub.com/czeslavo) in [https://github.com/stretchr/testify/pull/1395](https://togithub.com/stretchr/testify/pull/1395) - assert: fix httpCode and HTTPBody occur panic when http.Handler read Body by [@​hidu](https://togithub.com/hidu) in [https://github.com/stretchr/testify/pull/1484](https://togithub.com/stretchr/testify/pull/1484) - assert.EqualExportedValues: fix handling of arrays by [@​zrbecker](https://togithub.com/zrbecker) in [https://github.com/stretchr/testify/pull/1473](https://togithub.com/stretchr/testify/pull/1473) - .github: use latest Go versions by [@​kevinburkesegment](https://togithub.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1489](https://togithub.com/stretchr/testify/pull/1489) - assert: Deprecate EqualExportedValues by [@​HaraldNordgren](https://togithub.com/HaraldNordgren) in [https://github.com/stretchr/testify/pull/1488](https://togithub.com/stretchr/testify/pull/1488) - suite: refactor test assertions by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1474](https://togithub.com/stretchr/testify/pull/1474) - suite: fix SetupSubTest and TearDownSubTest execution order by [@​linusbarth](https://togithub.com/linusbarth) in [https://github.com/stretchr/testify/pull/1471](https://togithub.com/stretchr/testify/pull/1471) - docs: Fix deprecation comments for http package by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/stretchr/testify/pull/1335](https://togithub.com/stretchr/testify/pull/1335) - Add map support doc comments to Subset and NotSubset by [@​jedevc](https://togithub.com/jedevc) in [https://github.com/stretchr/testify/pull/1306](https://togithub.com/stretchr/testify/pull/1306) - TestErrorIs/TestNotErrorIs: check error message contents by [@​craig65535](https://togithub.com/craig65535) in [https://github.com/stretchr/testify/pull/1435](https://togithub.com/stretchr/testify/pull/1435) - suite: fix subtest names (fix [#​1501](https://togithub.com/stretchr/testify/issues/1501)) by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1504](https://togithub.com/stretchr/testify/pull/1504) - assert: improve unsafe.Pointer tests by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1505](https://togithub.com/stretchr/testify/pull/1505) - assert: simplify isNil implementation by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1506](https://togithub.com/stretchr/testify/pull/1506) - assert.InEpsilonSlice: fix expected/actual order and other improvements by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1483](https://togithub.com/stretchr/testify/pull/1483) - Fix dependency cycle with objx [#​1292](https://togithub.com/stretchr/testify/issues/1292) by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1453](https://togithub.com/stretchr/testify/pull/1453) - mock: refactor TestIsArgsEqual by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1444](https://togithub.com/stretchr/testify/pull/1444) - mock: optimize argument matching checks by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1416](https://togithub.com/stretchr/testify/pull/1416) - assert: fix TestEventuallyTimeout by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1412](https://togithub.com/stretchr/testify/pull/1412) - CI: add go 1.21 in GitHub Actions by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1450](https://togithub.com/stretchr/testify/pull/1450) - suite: fix recoverAndFailOnPanic to report test failure at the right location by [@​dolmen](https://togithub.com/dolmen) in [https://github.com/stretchr/testify/pull/1502](https://togithub.com/stretchr/testify/pull/1502) - Update maintainers by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1533](https://togithub.com/stretchr/testify/pull/1533) - assert: Fix EqualValues to handle overflow/underflow by [@​arjunmahishi](https://togithub.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1531](https://togithub.com/stretchr/testify/pull/1531) - assert: better formatting for Len() error by [@​kevinburkesegment](https://togithub.com/kevinburkesegment) in [https://github.com/stretchr/testify/pull/1485](https://togithub.com/stretchr/testify/pull/1485) - Ensure AssertExpectations does not fail in skipped tests by [@​ianrose14](https://togithub.com/ianrose14) in [https://github.com/stretchr/testify/pull/1331](https://togithub.com/stretchr/testify/pull/1331) - suite: fix deadlock in suite.Require()/Assert() by [@​arjunmahishi](https://togithub.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1535](https://togithub.com/stretchr/testify/pull/1535) - Revert "assert: ObjectsAreEqual: use time.Equal for time.Time type" by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1537](https://togithub.com/stretchr/testify/pull/1537) - \[chore] Add issue templates by [@​arjunmahishi](https://togithub.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1538](https://togithub.com/stretchr/testify/pull/1538) - Update the build status badge by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1540](https://togithub.com/stretchr/testify/pull/1540) - Update Github workflows setup-go to V5 by [@​hendrywiranto](https://togithub.com/hendrywiranto) in [https://github.com/stretchr/testify/pull/1545](https://togithub.com/stretchr/testify/pull/1545) - Support Pointer to Struct in EqualExportedValues by [@​Lucaber](https://togithub.com/Lucaber) in [https://github.com/stretchr/testify/pull/1517](https://togithub.com/stretchr/testify/pull/1517) - README: drop link to gorc by [@​guettli](https://togithub.com/guettli) in [https://github.com/stretchr/testify/pull/1248](https://togithub.com/stretchr/testify/pull/1248) - http_assertions: honour the msgAndArgs provided with each assertion by [@​arjunmahishi](https://togithub.com/arjunmahishi) in [https://github.com/stretchr/testify/pull/1548](https://togithub.com/stretchr/testify/pull/1548) - fix typos in comments and tests by [@​ccoVeille](https://togithub.com/ccoVeille) in [https://github.com/stretchr/testify/pull/1247](https://togithub.com/stretchr/testify/pull/1247) - Include the auto-release notes in releases by [@​brackendawson](https://togithub.com/brackendawson) in [https://github.com/stretchr/testify/pull/1550](https://togithub.com/stretchr/testify/pull/1550) - Add `NotImplements` and variants by [@​hslatman](https://togithub.com/hslatman) in [https://github.com/stretchr/testify/pull/1385](https://togithub.com/stretchr/testify/pull/1385) - Add support to compare uintptr by [@​bogdandrutu](https://togithub.com/bogdandrutu) in [https://github.com/stretchr/testify/pull/1339](https://togithub.com/stretchr/testify/pull/1339) - build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/stretchr/testify/pull/1552](https://togithub.com/stretchr/testify/pull/1552) #### New Contributors - [@​SuperQ](https://togithub.com/SuperQ) made their first contribution in [https://github.com/stretchr/testify/pull/1394](https://togithub.com/stretchr/testify/pull/1394) - [@​programmer04](https://togithub.com/programmer04) made their first contribution in [https://github.com/stretchr/testify/pull/1392](https://togithub.com/stretchr/testify/pull/1392) - [@​echarrod](https://togithub.com/echarrod) made their first contribution in [https://github.com/stretchr/testify/pull/1389](https://togithub.com/stretchr/testify/pull/1389) - [@​davidjb](https://togithub.com/davidjb) made their first contribution in [https://github.com/stretchr/testify/pull/1349](https://togithub.com/stretchr/testify/pull/1349) - [@​LandonTClipp](https://togithub.com/LandonTClipp) made their first contribution in [https://github.com/stretchr/testify/pull/1346](https://togithub.com/stretchr/testify/pull/1346) - [@​alexandear](https://togithub.com/alexandear) made their first contribution in [https://github.com/stretchr/testify/pull/1410](https://togithub.com/stretchr/testify/pull/1410) - [@​lesichkovm](https://togithub.com/lesichkovm) made their first contribution in [https://github.com/stretchr/testify/pull/1320](https://togithub.com/stretchr/testify/pull/1320) - [@​dolmen](https://togithub.com/dolmen) made their first contribution in [https://github.com/stretchr/testify/pull/1406](https://togithub.com/stretchr/testify/pull/1406) - [@​hikyaru-suzuki](https://togithub.com/hikyaru-suzuki) made their first contribution in [https://github.com/stretchr/testify/pull/1360](https://togithub.com/stretchr/testify/pull/1360) - [@​ossan-dev](https://togithub.com/ossan-dev) made their first contribution in [https://github.com/stretchr/testify/pull/1428](https://togithub.com/stretchr/testify/pull/1428) - [@​aud10slave](https://togithub.com/aud10slave) made their first contribution in [https://github.com/stretchr/testify/pull/631](https://togithub.com/stretchr/testify/pull/631) - [@​tscales](https://togithub.com/tscales) made their first contribution in [https://github.com/stretchr/testify/pull/1464](https://togithub.com/stretchr/testify/pull/1464) - [@​czeslavo](https://togithub.com/czeslavo) made their first contribution in [https://github.com/stretchr/testify/pull/1395](https://togithub.com/stretchr/testify/pull/1395) - [@​hidu](https://togithub.com/hidu) made their first contribution in [https://github.com/stretchr/testify/pull/1484](https://togithub.com/stretchr/testify/pull/1484) - [@​zrbecker](https://togithub.com/zrbecker) made their first contribution in [https://github.com/stretchr/testify/pull/1473](https://togithub.com/stretchr/testify/pull/1473) - [@​kevinburkesegment](https://togithub.com/kevinburkesegment) made their first contribution in [https://github.com/stretchr/testify/pull/1489](https://togithub.com/stretchr/testify/pull/1489) - [@​linusbarth](https://togithub.com/linusbarth) made their first contribution in [https://github.com/stretchr/testify/pull/1471](https://togithub.com/stretchr/testify/pull/1471) - [@​jedevc](https://togithub.com/jedevc) made their first contribution in [https://github.com/stretchr/testify/pull/1306](https://togithub.com/stretchr/testify/pull/1306) - [@​craig65535](https://togithub.com/craig65535) made their first contribution in [https://github.com/stretchr/testify/pull/1435](https://togithub.com/stretchr/testify/pull/1435) - [@​arjunmahishi](https://togithub.com/arjunmahishi) made their first contribution in [https://github.com/stretchr/testify/pull/1531](https://togithub.com/stretchr/testify/pull/1531) - [@​ianrose14](https://togithub.com/ianrose14) made their first contribution in [https://github.com/stretchr/testify/pull/1331](https://togithub.com/stretchr/testify/pull/1331) - [@​hendrywiranto](https://togithub.com/hendrywiranto) made their first contribution in [https://github.com/stretchr/testify/pull/1545](https://togithub.com/stretchr/testify/pull/1545) - [@​Lucaber](https://togithub.com/Lucaber) made their first contribution in [https://github.com/stretchr/testify/pull/1517](https://togithub.com/stretchr/testify/pull/1517) - [@​guettli](https://togithub.com/guettli) made their first contribution in [https://github.com/stretchr/testify/pull/1248](https://togithub.com/stretchr/testify/pull/1248) - [@​ccoVeille](https://togithub.com/ccoVeille) made their first contribution in [https://github.com/stretchr/testify/pull/1247](https://togithub.com/stretchr/testify/pull/1247) - [@​hslatman](https://togithub.com/hslatman) made their first contribution in [https://github.com/stretchr/testify/pull/1385](https://togithub.com/stretchr/testify/pull/1385) - [@​bogdandrutu](https://togithub.com/bogdandrutu) made their first contribution in [https://github.com/stretchr/testify/pull/1339](https://togithub.com/stretchr/testify/pull/1339) **Full Changelog**: https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0 ### [`v1.8.4`](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.3...v1.8.4) ### [`v1.8.3`](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.2...v1.8.3)
tidwall/gjson (github.com/tidwall/gjson) ### [`v1.17.1`](https://togithub.com/tidwall/gjson/compare/v1.17.0...v1.17.1) [Compare Source](https://togithub.com/tidwall/gjson/compare/v1.17.0...v1.17.1) ### [`v1.17.0`](https://togithub.com/tidwall/gjson/compare/v1.16.0...v1.17.0) [Compare Source](https://togithub.com/tidwall/gjson/compare/v1.16.0...v1.17.0) ### [`v1.16.0`](https://togithub.com/tidwall/gjson/compare/v1.15.0...v1.16.0) [Compare Source](https://togithub.com/tidwall/gjson/compare/v1.15.0...v1.16.0) ### [`v1.15.0`](https://togithub.com/tidwall/gjson/compare/v1.14.4...v1.15.0) [Compare Source](https://togithub.com/tidwall/gjson/compare/v1.14.4...v1.15.0)
googleapis/google-api-go-client (google.golang.org/api) ### [`v0.172.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.172.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.171.0...v0.172.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2485](https://togithub.com/googleapis/google-api-go-client/issues/2485)) ([0398093](https://togithub.com/googleapis/google-api-go-client/commit/03980938f5fdc4b5bc08afe11568aa0d89ae150b)) - **all:** Auto-regenerate discovery clients ([#​2487](https://togithub.com/googleapis/google-api-go-client/issues/2487)) ([b0eaf37](https://togithub.com/googleapis/google-api-go-client/commit/b0eaf376f4f4bc71c06b12317361cc19acb32d36)) - **all:** Auto-regenerate discovery clients ([#​2488](https://togithub.com/googleapis/google-api-go-client/issues/2488)) ([57e19b3](https://togithub.com/googleapis/google-api-go-client/commit/57e19b358ef4dede327cbd53394c5c6bd3ce8a04)) - **all:** Auto-regenerate discovery clients ([#​2490](https://togithub.com/googleapis/google-api-go-client/issues/2490)) ([78ee47e](https://togithub.com/googleapis/google-api-go-client/commit/78ee47e859534b34a58b71fa0af3c8c97444845d)) - **all:** Auto-regenerate discovery clients ([#​2492](https://togithub.com/googleapis/google-api-go-client/issues/2492)) ([77cc7d0](https://togithub.com/googleapis/google-api-go-client/commit/77cc7d0f60965409215289b6c01c9474fa5648e0)) ### [`v0.171.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.171.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.170.0...v0.171.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2472](https://togithub.com/googleapis/google-api-go-client/issues/2472)) ([b300fd0](https://togithub.com/googleapis/google-api-go-client/commit/b300fd0d0843cec7c1a990ffa03d6e17b085ee6f)) - **all:** Auto-regenerate discovery clients ([#​2474](https://togithub.com/googleapis/google-api-go-client/issues/2474)) ([a4064ba](https://togithub.com/googleapis/google-api-go-client/commit/a4064baec9b12a3ad2f0829ea1fe5c488ade15a4)) - **all:** Auto-regenerate discovery clients ([#​2475](https://togithub.com/googleapis/google-api-go-client/issues/2475)) ([22b2f13](https://togithub.com/googleapis/google-api-go-client/commit/22b2f1350176e591df8fd25c7be54b6f3a63cc3c)) - **all:** Auto-regenerate discovery clients ([#​2480](https://togithub.com/googleapis/google-api-go-client/issues/2480)) ([09097b0](https://togithub.com/googleapis/google-api-go-client/commit/09097b0db6599abebb724be3ed3dbc9e8a1d175e)) - **all:** Auto-regenerate discovery clients ([#​2482](https://togithub.com/googleapis/google-api-go-client/issues/2482)) ([b91cca7](https://togithub.com/googleapis/google-api-go-client/commit/b91cca714babc7bd3c13a739f3d09b77c12ca50a)) - **all:** Auto-regenerate discovery clients ([#​2483](https://togithub.com/googleapis/google-api-go-client/issues/2483)) ([9599561](https://togithub.com/googleapis/google-api-go-client/commit/9599561e4d8d2e281b80c2f2541c8933c03d1198)) ##### Bug Fixes - **transport:** Return GDU for all errors from MDS universe_domain ([#​2484](https://togithub.com/googleapis/google-api-go-client/issues/2484)) ([63b7c0d](https://togithub.com/googleapis/google-api-go-client/commit/63b7c0dece0773b1074956e6c134817c5cdb2606)), refs [#​2399](https://togithub.com/googleapis/google-api-go-client/issues/2399) ### [`v0.170.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.170.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.169.0...v0.170.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2458](https://togithub.com/googleapis/google-api-go-client/issues/2458)) ([fb2b816](https://togithub.com/googleapis/google-api-go-client/commit/fb2b816b756c5b8bc80f5485ad93d710fdfdb6ea)) - **all:** Auto-regenerate discovery clients ([#​2460](https://togithub.com/googleapis/google-api-go-client/issues/2460)) ([dc4811a](https://togithub.com/googleapis/google-api-go-client/commit/dc4811aa3cfdf120544f3e2eddd1962a56794a08)) - **all:** Auto-regenerate discovery clients ([#​2461](https://togithub.com/googleapis/google-api-go-client/issues/2461)) ([e938bf1](https://togithub.com/googleapis/google-api-go-client/commit/e938bf17ecd2b8430d95b7adb066f9a35f03dceb)) - **all:** Auto-regenerate discovery clients ([#​2464](https://togithub.com/googleapis/google-api-go-client/issues/2464)) ([c3a2f34](https://togithub.com/googleapis/google-api-go-client/commit/c3a2f34ee8091bf1aab9f9a44d38a42f40d5a81d)) - **all:** Auto-regenerate discovery clients ([#​2466](https://togithub.com/googleapis/google-api-go-client/issues/2466)) ([de61eb7](https://togithub.com/googleapis/google-api-go-client/commit/de61eb772c1f4b91bf46934101331953c82f3d96)) - **all:** Auto-regenerate discovery clients ([#​2468](https://togithub.com/googleapis/google-api-go-client/issues/2468)) ([67f16b6](https://togithub.com/googleapis/google-api-go-client/commit/67f16b6ada0cd92d94d98bb32f3bec61ca3472c6)) - **all:** Auto-regenerate discovery clients ([#​2471](https://togithub.com/googleapis/google-api-go-client/issues/2471)) ([5537676](https://togithub.com/googleapis/google-api-go-client/commit/5537676cf7a165ff492701a368b94c11511d2929)) ### [`v0.169.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.169.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.168.0...v0.169.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2450](https://togithub.com/googleapis/google-api-go-client/issues/2450)) ([d22da18](https://togithub.com/googleapis/google-api-go-client/commit/d22da1806db891da12d7290ef4334e18fbaf0ca2)) - **all:** Auto-regenerate discovery clients ([#​2454](https://togithub.com/googleapis/google-api-go-client/issues/2454)) ([2675c0a](https://togithub.com/googleapis/google-api-go-client/commit/2675c0abf9e442bb3ac35e18ecc196aaaa4facd3)) - **all:** Auto-regenerate discovery clients ([#​2457](https://togithub.com/googleapis/google-api-go-client/issues/2457)) ([a488112](https://togithub.com/googleapis/google-api-go-client/commit/a488112cd111b883dfaffa7e4ab67e99a6ea9b90)) ### [`v0.168.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.168.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.167.0...v0.168.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2431](https://togithub.com/googleapis/google-api-go-client/issues/2431)) ([e635a5e](https://togithub.com/googleapis/google-api-go-client/commit/e635a5e61572ec4a7dbad19a9e32ab7918cde9f0)) - **all:** Auto-regenerate discovery clients ([#​2433](https://togithub.com/googleapis/google-api-go-client/issues/2433)) ([0c30ecc](https://togithub.com/googleapis/google-api-go-client/commit/0c30ecca06ff770fafce74743b0a038122e31813)) - **all:** Auto-regenerate discovery clients ([#​2436](https://togithub.com/googleapis/google-api-go-client/issues/2436)) ([4dc71d4](https://togithub.com/googleapis/google-api-go-client/commit/4dc71d4531deeb116af23cd13245ca644f0be991)) - **all:** Auto-regenerate discovery clients ([#​2438](https://togithub.com/googleapis/google-api-go-client/issues/2438)) ([d290e18](https://togithub.com/googleapis/google-api-go-client/commit/d290e1861655087f52294c6e4994688cbfb3098a)) - **all:** Auto-regenerate discovery clients ([#​2442](https://togithub.com/googleapis/google-api-go-client/issues/2442)) ([9f9c0cf](https://togithub.com/googleapis/google-api-go-client/commit/9f9c0cf59e864281bd8b04319e4ce4c3914e147c)) - **all:** Auto-regenerate discovery clients ([#​2443](https://togithub.com/googleapis/google-api-go-client/issues/2443)) ([ced0c09](https://togithub.com/googleapis/google-api-go-client/commit/ced0c099be7b1bfa2802567f2a6e57b69b29285e)) - **all:** Auto-regenerate discovery clients ([#​2445](https://togithub.com/googleapis/google-api-go-client/issues/2445)) ([4fa90c9](https://togithub.com/googleapis/google-api-go-client/commit/4fa90c93dd04c64c6e1a35b358a23cb014be0e7a)) - **all:** Auto-regenerate discovery clients ([#​2447](https://togithub.com/googleapis/google-api-go-client/issues/2447)) ([022c85c](https://togithub.com/googleapis/google-api-go-client/commit/022c85c3d443e58228ea3eb51ee621f2a20d3a45)) - **all:** Auto-regenerate discovery clients ([#​2448](https://togithub.com/googleapis/google-api-go-client/issues/2448)) ([af383c7](https://togithub.com/googleapis/google-api-go-client/commit/af383c78468f5129b2333ad7222fb361873a4cd4)) - **all:** Auto-regenerate discovery clients ([#​2449](https://togithub.com/googleapis/google-api-go-client/issues/2449)) ([b438981](https://togithub.com/googleapis/google-api-go-client/commit/b43898129eca3b710c3573c48672b73a46ea9cdc)) ### [`v0.167.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.167.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.166.0...v0.167.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2427](https://togithub.com/googleapis/google-api-go-client/issues/2427)) ([f72b5af](https://togithub.com/googleapis/google-api-go-client/commit/f72b5af5b412eec03394457a27065e58ae6d7f43)) - **all:** Auto-regenerate discovery clients ([#​2429](https://togithub.com/googleapis/google-api-go-client/issues/2429)) ([55a9e5a](https://togithub.com/googleapis/google-api-go-client/commit/55a9e5a4be3360d0294c3811503e83c694ed8d28)) ### [`v0.166.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.166.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.165.0...v0.166.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2417](https://togithub.com/googleapis/google-api-go-client/issues/2417)) ([260fc1e](https://togithub.com/googleapis/google-api-go-client/commit/260fc1ef78c67de11cc5d654fcbe08edd8c01843)) - **all:** Auto-regenerate discovery clients ([#​2419](https://togithub.com/googleapis/google-api-go-client/issues/2419)) ([c969083](https://togithub.com/googleapis/google-api-go-client/commit/c96908374e9b394e34b94768e006100b1a48ab4c)) - **all:** Auto-regenerate discovery clients ([#​2420](https://togithub.com/googleapis/google-api-go-client/issues/2420)) ([762eb61](https://togithub.com/googleapis/google-api-go-client/commit/762eb619b72aa10d7b177398df86c53a3ac4e9f0)) - **all:** Auto-regenerate discovery clients ([#​2421](https://togithub.com/googleapis/google-api-go-client/issues/2421)) ([af6aa38](https://togithub.com/googleapis/google-api-go-client/commit/af6aa38b90461f3a5d1bfe13a86aa788f4b08da1)) - **all:** Auto-regenerate discovery clients ([#​2424](https://togithub.com/googleapis/google-api-go-client/issues/2424)) ([b3f9c38](https://togithub.com/googleapis/google-api-go-client/commit/b3f9c38b88e452ef2c90a7cd1bf09be9d4b2cdbd)) - **all:** Auto-regenerate discovery clients ([#​2425](https://togithub.com/googleapis/google-api-go-client/issues/2425)) ([124a535](https://togithub.com/googleapis/google-api-go-client/commit/124a535e30e079b1b0f240ebbd5a638e7207f275)) - **all:** Auto-regenerate discovery clients ([#​2426](https://togithub.com/googleapis/google-api-go-client/issues/2426)) ([446a6bd](https://togithub.com/googleapis/google-api-go-client/commit/446a6bdd35dfe3d1f32035787065c8ada6003bcf)) ### [`v0.165.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.165.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.164.0...v0.165.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2414](https://togithub.com/googleapis/google-api-go-client/issues/2414)) ([c702880](https://togithub.com/googleapis/google-api-go-client/commit/c70288098ef2b86e7080b4a4d48056dcc3a50767)) - **all:** Auto-regenerate discovery clients ([#​2416](https://togithub.com/googleapis/google-api-go-client/issues/2416)) ([deab77d](https://togithub.com/googleapis/google-api-go-client/commit/deab77d12e3f31ede07038325b92cea599607615)) ### [`v0.164.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.164.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.163.0...v0.164.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2406](https://togithub.com/googleapis/google-api-go-client/issues/2406)) ([1bd8304](https://togithub.com/googleapis/google-api-go-client/commit/1bd8304e017d5aaced1a535580738249da71bcb9)) - **all:** Auto-regenerate discovery clients ([#​2408](https://togithub.com/googleapis/google-api-go-client/issues/2408)) ([f1b37df](https://togithub.com/googleapis/google-api-go-client/commit/f1b37df9d4f6d3dc1e0dec4ff03427424b6a7cc9)) - **all:** Auto-regenerate discovery clients ([#​2409](https://togithub.com/googleapis/google-api-go-client/issues/2409)) ([246b19f](https://togithub.com/googleapis/google-api-go-client/commit/246b19f13b64b614d8ca8c049ee88b4d534a57c3)) - **all:** Auto-regenerate discovery clients ([#​2412](https://togithub.com/googleapis/google-api-go-client/issues/2412)) ([51d5068](https://togithub.com/googleapis/google-api-go-client/commit/51d5068358085484a187cd8a8881d1741139e8fb)) ##### Bug Fixes - **transport:** Disable universe domain check if token source ([#​2413](https://togithub.com/googleapis/google-api-go-client/issues/2413)) ([edbe996](https://togithub.com/googleapis/google-api-go-client/commit/edbe996fdb838db06a84e532b756b3a8342c352a)) ### [`v0.163.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.163.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.162.0...v0.163.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2401](https://togithub.com/googleapis/google-api-go-client/issues/2401)) ([62ceaad](https://togithub.com/googleapis/google-api-go-client/commit/62ceaad2ceec932061195d173a3e1cef74e5c0bf)) - **all:** Auto-regenerate discovery clients ([#​2403](https://togithub.com/googleapis/google-api-go-client/issues/2403)) ([47834b5](https://togithub.com/googleapis/google-api-go-client/commit/47834b5efcbfcd8d3e701553b0a1762c3dc414fd)) - **all:** Auto-regenerate discovery clients ([#​2405](https://togithub.com/googleapis/google-api-go-client/issues/2405)) ([2271ef7](https://togithub.com/googleapis/google-api-go-client/commit/2271ef712ec08f45d9973f543bfbf9243dc6e436)) ### [`v0.162.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.162.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.161.0...v0.162.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2388](https://togithub.com/googleapis/google-api-go-client/issues/2388)) ([f2f2d22](https://togithub.com/googleapis/google-api-go-client/commit/f2f2d22cf7dc6904306ca941ef8c6994a573a383)) - **all:** Auto-regenerate discovery clients ([#​2391](https://togithub.com/googleapis/google-api-go-client/issues/2391)) ([c8e77f6](https://togithub.com/googleapis/google-api-go-client/commit/c8e77f698e25db69b2f41997eaddc2ffe1c67d03)) - **all:** Auto-regenerate discovery clients ([#​2392](https://togithub.com/googleapis/google-api-go-client/issues/2392)) ([e5a7a15](https://togithub.com/googleapis/google-api-go-client/commit/e5a7a1541d287038778a37a22478ac4830cefc17)) - **all:** Auto-regenerate discovery clients ([#​2394](https://togithub.com/googleapis/google-api-go-client/issues/2394)) ([140fb54](https://togithub.com/googleapis/google-api-go-client/commit/140fb54417a8198f9cc75a25e743836dcf75e171)) - **all:** Auto-regenerate discovery clients ([#​2395](https://togithub.com/googleapis/google-api-go-client/issues/2395)) ([169ead6](https://togithub.com/googleapis/google-api-go-client/commit/169ead6b4f2336c2b0805a1d60aa8f3aca4d6315)) - **all:** Auto-regenerate discovery clients ([#​2398](https://togithub.com/googleapis/google-api-go-client/issues/2398)) ([eddfeb9](https://togithub.com/googleapis/google-api-go-client/commit/eddfeb9353a18fd2c8d69fe224bb556f7f17253b)) ##### Bug Fixes - **transport:** Enforce 1s timeout on requests to MDS universe_domain ([#​2393](https://togithub.com/googleapis/google-api-go-client/issues/2393)) ([6862015](https://togithub.com/googleapis/google-api-go-client/commit/6862015b9f6c07ddb74cd2e9fb8d94703b0d42b3)) ### [`v0.161.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.161.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.160.0...v0.161.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2386](https://togithub.com/googleapis/google-api-go-client/issues/2386)) ([03042ec](https://togithub.com/googleapis/google-api-go-client/commit/03042ec3c59aee67bc19c0c4749d94c41aea21fe)) ##### Bug Fixes - **gen:** Reject repeated object query params ([#​2383](https://togithub.com/googleapis/google-api-go-client/issues/2383)) ([f29f327](https://togithub.com/googleapis/google-api-go-client/commit/f29f32764830b4ef0beaf3c8dcb5af0a02798146)), refs [#​2379](https://togithub.com/googleapis/google-api-go-client/issues/2379) - **transport:** Skip s2a for now if service has direct path enabled ([#​2385](https://togithub.com/googleapis/google-api-go-client/issues/2385)) ([54c764a](https://togithub.com/googleapis/google-api-go-client/commit/54c764a3f7f409b13a6ed115576d9b1a5c390972)) ### [`v0.160.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.160.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.159.0...v0.160.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2380](https://togithub.com/googleapis/google-api-go-client/issues/2380)) ([8f26f51](https://togithub.com/googleapis/google-api-go-client/commit/8f26f5108f1df3cf24e596ccca23f3aae9d34c5d)) - **all:** Auto-regenerate discovery clients ([#​2382](https://togithub.com/googleapis/google-api-go-client/issues/2382)) ([5534cf2](https://togithub.com/googleapis/google-api-go-client/commit/5534cf22608997ed1fcf1cb88924d34eb5ba0e9a)) - **all:** Auto-regenerate discovery clients ([#​2384](https://togithub.com/googleapis/google-api-go-client/issues/2384)) ([fee4c8f](https://togithub.com/googleapis/google-api-go-client/commit/fee4c8fd7ec76f90a5818e713fca44213fff732c)) ### [`v0.159.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.159.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.158.0...v0.159.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2377](https://togithub.com/googleapis/google-api-go-client/issues/2377)) ([a8d9414](https://togithub.com/googleapis/google-api-go-client/commit/a8d941461d22e8ef16843883e66afe33f5605553)) ##### Bug Fixes - **transport:** Relax universe checks ([#​2376](https://togithub.com/googleapis/google-api-go-client/issues/2376)) ([55b0516](https://togithub.com/googleapis/google-api-go-client/commit/55b0516fab1d2c2b3e508b310ec98c9691ad161c)) ### [`v0.158.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.158.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.157.0...v0.158.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2361](https://togithub.com/googleapis/google-api-go-client/issues/2361)) ([6c3b622](https://togithub.com/googleapis/google-api-go-client/commit/6c3b622e2a358e940307026b3b10ed25f825b5d2)) - **all:** Auto-regenerate discovery clients ([#​2365](https://togithub.com/googleapis/google-api-go-client/issues/2365)) ([f40db7f](https://togithub.com/googleapis/google-api-go-client/commit/f40db7f9a7ae2dd4a1945c236f5ff792901ed67b)) - **all:** Auto-regenerate discovery clients ([#​2366](https://togithub.com/googleapis/google-api-go-client/issues/2366)) ([e0db6a5](https://togithub.com/googleapis/google-api-go-client/commit/e0db6a56333968b548ede1aafe64ca58953db492)) - **all:** Auto-regenerate discovery clients ([#​2369](https://togithub.com/googleapis/google-api-go-client/issues/2369)) ([45c097f](https://togithub.com/googleapis/google-api-go-client/commit/45c097f28a29428d00c4bfb9baee6ac19429e9ee)) - **all:** Auto-regenerate discovery clients ([#​2372](https://togithub.com/googleapis/google-api-go-client/issues/2372)) ([2d69d97](https://togithub.com/googleapis/google-api-go-client/commit/2d69d972d4c8a20e9247bfcb12beafe38416075a)) - **all:** Auto-regenerate discovery clients ([#​2374](https://togithub.com/googleapis/google-api-go-client/issues/2374)) ([d266978](https://togithub.com/googleapis/google-api-go-client/commit/d2669784ef23e304318cc449fd578b22c508c0a8)) - **impersonate:** Add universe domain support ([#​2296](https://togithub.com/googleapis/google-api-go-client/issues/2296)) ([6ef1144](https://togithub.com/googleapis/google-api-go-client/commit/6ef1144a79d93982b56c81cf0116965a7c0bf93a)) - **transport:** Add universe domain support ([#​2355](https://togithub.com/googleapis/google-api-go-client/issues/2355)) ([69626e3](https://togithub.com/googleapis/google-api-go-client/commit/69626e37973a7f1e7974d7dd0e6e0fee3c0ebe6f)) ##### Bug Fixes - **internal:** Support internaloption.WithDefaultUniverseDomain ([#​2373](https://togithub.com/googleapis/google-api-go-client/issues/2373)) ([b21a1fa](https://togithub.com/googleapis/google-api-go-client/commit/b21a1fa29bb072f7063dfe6e2fe81ac7b8bb5932)) - **transport/grpc:** Add universe domain verification ([#​2375](https://togithub.com/googleapis/google-api-go-client/issues/2375)) ([df17254](https://togithub.com/googleapis/google-api-go-client/commit/df1725443e664d0bb3985ce05cad40535122bcff)) - **transport:** Not enable s2a when there is endpoint override ([#​2368](https://togithub.com/googleapis/google-api-go-client/issues/2368)) ([73fc7fd](https://togithub.com/googleapis/google-api-go-client/commit/73fc7fd7fafe625f8c2efb621ff852289a5b5a06)) ### [`v0.157.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.157.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.156.0...v0.157.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2345](https://togithub.com/googleapis/google-api-go-client/issues/2345)) ([c3e43a1](https://togithub.com/googleapis/google-api-go-client/commit/c3e43a173ab604da8056591a7c2ead184fad22c9)) - **all:** Auto-regenerate discovery clients ([#​2348](https://togithub.com/googleapis/google-api-go-client/issues/2348)) ([763c331](https://togithub.com/googleapis/google-api-go-client/commit/763c331a70ada0912c1557e7160f1c3b09bf8172)) - **all:** Auto-regenerate discovery clients ([#​2349](https://togithub.com/googleapis/google-api-go-client/issues/2349)) ([3bf8f4f](https://togithub.com/googleapis/google-api-go-client/commit/3bf8f4fde158ed60fd365622cc95a6cfea3d8c0a)) - **all:** Auto-regenerate discovery clients ([#​2352](https://togithub.com/googleapis/google-api-go-client/issues/2352)) ([5bf46ee](https://togithub.com/googleapis/google-api-go-client/commit/5bf46ee341989dc8ceab2d08567cf5943aed5cdc)) - **all:** Auto-regenerate discovery clients ([#​2353](https://togithub.com/googleapis/google-api-go-client/issues/2353)) ([da330c2](https://togithub.com/googleapis/google-api-go-client/commit/da330c2370a028b00e4056b87f816ad4295760ff)) - **all:** Auto-regenerate discovery clients ([#​2354](https://togithub.com/googleapis/google-api-go-client/issues/2354)) ([0d002f9](https://togithub.com/googleapis/google-api-go-client/commit/0d002f9b0a70e0e144940c9812a6ebee6e4aa9b7)) - **all:** Auto-regenerate discovery clients ([#​2358](https://togithub.com/googleapis/google-api-go-client/issues/2358)) ([72a8ffd](https://togithub.com/googleapis/google-api-go-client/commit/72a8ffde5c6840aac8519eca6ff0c6ee9ac0ad50)) ##### Documentation - **option:** Update WithDefaultEndpointTemplate docs ([#​2356](https://togithub.com/googleapis/google-api-go-client/issues/2356)) ([74a1558](https://togithub.com/googleapis/google-api-go-client/commit/74a1558e1a34d4a46ce5053c2de87ac1acf20108)) ### [`v0.156.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.156.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.155.0...v0.156.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2332](https://togithub.com/googleapis/google-api-go-client/issues/2332)) ([014a8e0](https://togithub.com/googleapis/google-api-go-client/commit/014a8e01608c8d0239aa2bf9f037113e2cb00230)) - **all:** Auto-regenerate discovery clients ([#​2336](https://togithub.com/googleapis/google-api-go-client/issues/2336)) ([bd4dad1](https://togithub.com/googleapis/google-api-go-client/commit/bd4dad1bbf15df181550bd430672638f6f2f6cb1)) - **all:** Auto-regenerate discovery clients ([#​2337](https://togithub.com/googleapis/google-api-go-client/issues/2337)) ([ceefb9b](https://togithub.com/googleapis/google-api-go-client/commit/ceefb9b6def3cfa0b33dad38034d5348394e347d)) - **all:** Auto-regenerate discovery clients ([#​2339](https://togithub.com/googleapis/google-api-go-client/issues/2339)) ([d008b6e](https://togithub.com/googleapis/google-api-go-client/commit/d008b6e30d7d278ca63facbc6734cfc2d281babe)) - **all:** Auto-regenerate discovery clients ([#​2341](https://togithub.com/googleapis/google-api-go-client/issues/2341)) ([3f90b98](https://togithub.com/googleapis/google-api-go-client/commit/3f90b98750900ff1b5a5f4630ee8a651822b9697)) - **all:** Auto-regenerate discovery clients ([#​2343](https://togithub.com/googleapis/google-api-go-client/issues/2343)) ([811e925](https://togithub.com/googleapis/google-api-go-client/commit/811e9257430d773224c4f59b16e8272eef9db952)) - **all:** Auto-regenerate discovery clients ([#​2344](https://togithub.com/googleapis/google-api-go-client/issues/2344)) ([05de776](https://togithub.com/googleapis/google-api-go-client/commit/05de776445cab5f6a04a23f3d8b4afbd80b7910f)) - **google-api-go-generator:** Add universe domain support ([#​2335](https://togithub.com/googleapis/google-api-go-client/issues/2335)) ([9e45101](https://togithub.com/googleapis/google-api-go-client/commit/9e4510161d1a3d52fbfce11ea2cd47435f17f3b1)) ### [`v0.155.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.155.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.154.0...v0.155.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2302](https://togithub.com/googleapis/google-api-go-client/issues/2302)) ([e2d35d5](https://togithub.com/googleapis/google-api-go-client/commit/e2d35d5701b1b82c2ec34a7a5ba3eb65a477e702)) - **all:** Auto-regenerate discovery clients ([#​2306](https://togithub.com/googleapis/google-api-go-client/issues/2306)) ([101074c](https://togithub.com/googleapis/google-api-go-client/commit/101074ca89de99afa5135f3cff6ba41b3a8bce05)) - **all:** Auto-regenerate discovery clients ([#​2307](https://togithub.com/googleapis/google-api-go-client/issues/2307)) ([96c0dea](https://togithub.com/googleapis/google-api-go-client/commit/96c0dea3474d75a6768acb87169ef8cae5a6db22)) - **all:** Auto-regenerate discovery clients ([#​2308](https://togithub.com/googleapis/google-api-go-client/issues/2308)) ([8c26aa7](https://togithub.com/googleapis/google-api-go-client/commit/8c26aa790106b1015999bcd62895449189d8bf3b)) - **all:** Auto-regenerate discovery clients ([#​2309](https://togithub.com/googleapis/google-api-go-client/issues/2309)) ([a9a45c4](https://togithub.com/googleapis/google-api-go-client/commit/a9a45c4aab9082ac49164c3d548950f79a40092f)) - **all:** Auto-regenerate discovery clients ([#​2312](https://togithub.com/googleapis/google-api-go-client/issues/2312)) ([bb522ac](https://togithub.com/googleapis/google-api-go-client/commit/bb522ac7eda7a91288d78459c99d1f6f8bd90c0c)) - **all:** Auto-regenerate discovery clients ([#​2316](https://togithub.com/googleapis/google-api-go-client/issues/2316)) ([f01739e](https://togithub.com/googleapis/google-api-go-client/commit/f01739eb94574c1dd703e3c6782a538340bfb6a8)) - **all:** Auto-regenerate discovery clients ([#​2317](https://togithub.com/googleapis/google-api-go-client/issues/2317)) ([16c2b92](https://togithub.com/googleapis/google-api-go-client/commit/16c2b92b24efd86e4da028dc6ca225c5e2cf9a89)) - **all:** Auto-regenerate discovery clients ([#​2318](https://togithub.com/googleapis/google-api-go-client/issues/2318)) ([78596d4](https://togithub.com/googleapis/google-api-go-client/commit/78596d4ffbbf6091e6eac5a1a79ab37ad5faa24a)) - **all:** Auto-regenerate discovery clients ([#​2319](https://togithub.com/googleapis/google-api-go-client/issues/2319)) ([6b9df05](https://togithub.com/googleapis/google-api-go-client/commit/6b9df050e65defb714daaf97202a38a58e88e6d1)) - **all:** Auto-regenerate discovery clients ([#​2320](https://togithub.com/googleapis/google-api-go-client/issues/2320)) ([96bbfbe](https://togithub.com/googleapis/google-api-go-client/commit/96bbfbebadf650069719cba8359b80bac6107372)) - **all:** Auto-regenerate discovery clients ([#​2322](https://togithub.com/googleapis/google-api-go-client/issues/2322)) ([1102aec](https://togithub.com/googleapis/google-api-go-client/commit/1102aec90dfac7a31b13ae1a545dbdb6d78a1410)) - **all:** Auto-regenerate discovery clients ([#​2324](https://togithub.com/googleapis/google-api-go-client/issues/2324)) ([cc0275b](https://togithub.com/googleapis/google-api-go-client/commit/cc0275b84be03d3c3269c0de9dc2a19a70c26218)) - **all:** Auto-regenerate discovery clients ([#​2327](https://togithub.com/googleapis/google-api-go-client/issues/2327))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

dpebot commented 5 months ago

/gcbrun

dpebot commented 5 months ago

/gcbrun

dpebot commented 5 months ago

/gcbrun

dpebot commented 5 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

forking-renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

dpebot commented 2 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun