GoogleCloudPlatform / cloud-sql-proxy

A utility for connecting securely to your Cloud SQL instances
Apache License 2.0
1.25k stars 345 forks source link

deps: Update Non-major dependency updates #2252

Closed renovate-bot closed 6 days ago

renovate-bot commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence
golang.org/x/sys v0.21.0 -> v0.22.0 age adoption passing confidence
google.golang.org/api v0.183.0 -> v0.188.0 age adoption passing confidence

Release Notes

spf13/cobra (github.com/spf13/cobra) ### [`v1.8.1`](https://togithub.com/spf13/cobra/releases/tag/v1.8.1) [Compare Source](https://togithub.com/spf13/cobra/compare/v1.8.0...v1.8.1) #### โœจ Features - Add env variable to suppress completion descriptions on create by [@​scop](https://togithub.com/scop) in [https://github.com/spf13/cobra/pull/1938](https://togithub.com/spf13/cobra/pull/1938) #### ๐Ÿ› Bug fixes - Micro-optimizations by [@​scop](https://togithub.com/scop) in [https://github.com/spf13/cobra/pull/1957](https://togithub.com/spf13/cobra/pull/1957) #### ๐Ÿ”ง Maintenance - build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cobra/pull/2127](https://togithub.com/spf13/cobra/pull/2127) - Consistent annotation names by [@​nirs](https://togithub.com/nirs) in [https://github.com/spf13/cobra/pull/2140](https://togithub.com/spf13/cobra/pull/2140) - Remove fully inactivated linters by [@​nirs](https://togithub.com/nirs) in [https://github.com/spf13/cobra/pull/2148](https://togithub.com/spf13/cobra/pull/2148) - Address golangci-lint deprecation warnings, enable some more linters by [@​scop](https://togithub.com/scop) in [https://github.com/spf13/cobra/pull/2152](https://togithub.com/spf13/cobra/pull/2152) #### ๐Ÿงช Testing & CI/CD - Add test for func in cobra.go by [@​korovindenis](https://togithub.com/korovindenis) in [https://github.com/spf13/cobra/pull/2094](https://togithub.com/spf13/cobra/pull/2094) - ci: test golang 1.22 by [@​cyrilico](https://togithub.com/cyrilico) in [https://github.com/spf13/cobra/pull/2113](https://togithub.com/spf13/cobra/pull/2113) - Optimized and added more linting by [@​scop](https://togithub.com/scop) in [https://github.com/spf13/cobra/pull/2099](https://togithub.com/spf13/cobra/pull/2099) - build(deps): bump actions/setup-go from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cobra/pull/2087](https://togithub.com/spf13/cobra/pull/2087) - build(deps): bump actions/labeler from 4 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cobra/pull/2086](https://togithub.com/spf13/cobra/pull/2086) - build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cobra/pull/2108](https://togithub.com/spf13/cobra/pull/2108) - build(deps): bump actions/cache from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cobra/pull/2102](https://togithub.com/spf13/cobra/pull/2102) #### โœ๏ธ Documentation - Fixes and docs for usage as plugin by [@​nirs](https://togithub.com/nirs) in [https://github.com/spf13/cobra/pull/2070](https://togithub.com/spf13/cobra/pull/2070) - flags: clarify documentation that LocalFlags related function do not modify the state by [@​niamster](https://togithub.com/niamster) in [https://github.com/spf13/cobra/pull/2064](https://togithub.com/spf13/cobra/pull/2064) - chore: remove repetitive words by [@​racerole](https://togithub.com/racerole) in [https://github.com/spf13/cobra/pull/2122](https://togithub.com/spf13/cobra/pull/2122) - Add LXC to the list of projects using Cobra [@​VaradBelwalkar](https://togithub.com/VaradBelwalkar) in [https://github.com/spf13/cobra/pull/2071](https://togithub.com/spf13/cobra/pull/2071) - Update projects_using_cobra.md by [@​marcuskohlberg](https://togithub.com/marcuskohlberg) in [https://github.com/spf13/cobra/pull/2089](https://togithub.com/spf13/cobra/pull/2089) - \[chore]: update projects using cobra by [@​cmwylie19](https://togithub.com/cmwylie19) in [https://github.com/spf13/cobra/pull/2093](https://togithub.com/spf13/cobra/pull/2093) - Add Taikun CLI to list of projects by [@​Smidra](https://togithub.com/Smidra) in [https://github.com/spf13/cobra/pull/2098](https://togithub.com/spf13/cobra/pull/2098) - Add Incus to the list of projects using Cobra by [@​montag451](https://togithub.com/montag451) in [https://github.com/spf13/cobra/pull/2118](https://togithub.com/spf13/cobra/pull/2118) #### New Contributors - [@​VaradBelwalkar](https://togithub.com/VaradBelwalkar) made their first contribution in [https://github.com/spf13/cobra/pull/2071](https://togithub.com/spf13/cobra/pull/2071) - [@​marcuskohlberg](https://togithub.com/marcuskohlberg) made their first contribution in [https://github.com/spf13/cobra/pull/2089](https://togithub.com/spf13/cobra/pull/2089) - [@​cmwylie19](https://togithub.com/cmwylie19) made their first contribution in [https://github.com/spf13/cobra/pull/2093](https://togithub.com/spf13/cobra/pull/2093) - [@​korovindenis](https://togithub.com/korovindenis) made their first contribution in [https://github.com/spf13/cobra/pull/2094](https://togithub.com/spf13/cobra/pull/2094) - [@​niamster](https://togithub.com/niamster) made their first contribution in [https://github.com/spf13/cobra/pull/2064](https://togithub.com/spf13/cobra/pull/2064) - [@​Smidra](https://togithub.com/Smidra) made their first contribution in [https://github.com/spf13/cobra/pull/2098](https://togithub.com/spf13/cobra/pull/2098) - [@​montag451](https://togithub.com/montag451) made their first contribution in [https://github.com/spf13/cobra/pull/2118](https://togithub.com/spf13/cobra/pull/2118) - [@​cyrilico](https://togithub.com/cyrilico) made their first contribution in [https://github.com/spf13/cobra/pull/2113](https://togithub.com/spf13/cobra/pull/2113) - [@​racerole](https://togithub.com/racerole) made their first contribution in [https://github.com/spf13/cobra/pull/2122](https://togithub.com/spf13/cobra/pull/2122) - [@​pedromotita](https://togithub.com/pedromotita) made their first contribution in [https://github.com/spf13/cobra/pull/2120](https://togithub.com/spf13/cobra/pull/2120) - [@​cubxxw](https://togithub.com/cubxxw) made their first contribution in [https://github.com/spf13/cobra/pull/2128](https://togithub.com/spf13/cobra/pull/2128) *** Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! ๐Ÿ **Full Changelog**: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
googleapis/google-api-go-client (google.golang.org/api) ### [`v0.188.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.188.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.187.0...v0.188.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2665](https://togithub.com/googleapis/google-api-go-client/issues/2665)) ([e84fa65](https://togithub.com/googleapis/google-api-go-client/commit/e84fa6508ebc498c3435668c48001185fbc9ce83)) - **all:** Auto-regenerate discovery clients ([#​2669](https://togithub.com/googleapis/google-api-go-client/issues/2669)) ([6df3749](https://togithub.com/googleapis/google-api-go-client/commit/6df37492965b6323c6bcefa2a1ccd192b92981b4)) - **all:** Auto-regenerate discovery clients ([#​2671](https://togithub.com/googleapis/google-api-go-client/issues/2671)) ([0d54a85](https://togithub.com/googleapis/google-api-go-client/commit/0d54a8540060cc79f830892fdd1fba46d73034c1)) - **all:** Auto-regenerate discovery clients ([#​2673](https://togithub.com/googleapis/google-api-go-client/issues/2673)) ([88240e3](https://togithub.com/googleapis/google-api-go-client/commit/88240e3d98f3e944398c50379372eb071ebac0a2)) - **all:** Auto-regenerate discovery clients ([#​2674](https://togithub.com/googleapis/google-api-go-client/issues/2674)) ([d465cec](https://togithub.com/googleapis/google-api-go-client/commit/d465cec68dbc2616c665e6ea240cd1e32c01418d)) - **all:** Auto-regenerate discovery clients ([#​2675](https://togithub.com/googleapis/google-api-go-client/issues/2675)) ([a9177bd](https://togithub.com/googleapis/google-api-go-client/commit/a9177bdbdbba60c86b22bda4a7061c31d3485e4a)) - **all:** Auto-regenerate discovery clients ([#​2677](https://togithub.com/googleapis/google-api-go-client/issues/2677)) ([5dd2fb2](https://togithub.com/googleapis/google-api-go-client/commit/5dd2fb237802349250c97c0ebdbb54cbd088884d)) - **all:** Auto-regenerate discovery clients ([#​2678](https://togithub.com/googleapis/google-api-go-client/issues/2678)) ([d17f6be](https://togithub.com/googleapis/google-api-go-client/commit/d17f6beb5a531910b563a4383acaa383dbd3ee43)) ##### Bug Fixes - Allow ForceSendFields to work for map types ([#​2670](https://togithub.com/googleapis/google-api-go-client/issues/2670)) ([40b5113](https://togithub.com/googleapis/google-api-go-client/commit/40b5113127c4d66d533df16fe201898855c7c0cc)) - Check \[]bytes > 0 instead of nil ([#​2667](https://togithub.com/googleapis/google-api-go-client/issues/2667)) ([711eb91](https://togithub.com/googleapis/google-api-go-client/commit/711eb913fe455ffe5c9d717b44762801820c0e8c)), refs [#​2647](https://togithub.com/googleapis/google-api-go-client/issues/2647) ### [`v0.187.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.187.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.186.0...v0.187.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2655](https://togithub.com/googleapis/google-api-go-client/issues/2655)) ([1a28e06](https://togithub.com/googleapis/google-api-go-client/commit/1a28e0622fbb1a069f973a099f2340ccf5ced528)) - **all:** Auto-regenerate discovery clients ([#​2658](https://togithub.com/googleapis/google-api-go-client/issues/2658)) ([719f988](https://togithub.com/googleapis/google-api-go-client/commit/719f98850209581d9ba3d69e60f7cea310f57802)) - **all:** Auto-regenerate discovery clients ([#​2659](https://togithub.com/googleapis/google-api-go-client/issues/2659)) ([7cd88da](https://togithub.com/googleapis/google-api-go-client/commit/7cd88dabf7a36af1b9586f242e565e93b882f6de)) - **all:** Auto-regenerate discovery clients ([#​2660](https://togithub.com/googleapis/google-api-go-client/issues/2660)) ([3ca2f84](https://togithub.com/googleapis/google-api-go-client/commit/3ca2f844a9d76ba63af67393338744387db73664)) - **all:** Auto-regenerate discovery clients ([#​2661](https://togithub.com/googleapis/google-api-go-client/issues/2661)) ([0a238f5](https://togithub.com/googleapis/google-api-go-client/commit/0a238f578c422a11440ee094359d226880081056)) - **all:** Auto-regenerate discovery clients ([#​2663](https://togithub.com/googleapis/google-api-go-client/issues/2663)) ([6e061ce](https://togithub.com/googleapis/google-api-go-client/commit/6e061ced5f33f1aed0d5360d6a81617665de28ed)) ##### Bug Fixes - **gensupport:** Wrap chunk upload err for retries ([#​2657](https://togithub.com/googleapis/google-api-go-client/issues/2657)) ([a758bc1](https://togithub.com/googleapis/google-api-go-client/commit/a758bc17ee3fcce07913275095bafc512a7e441c)) - Pass through gRPC api key option to new auth lib ([#​2664](https://togithub.com/googleapis/google-api-go-client/issues/2664)) ([e051997](https://togithub.com/googleapis/google-api-go-client/commit/e05199702297d91cdce420f43fcc1c7c691a6f53)) ### [`v0.186.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.186.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.185.0...v0.186.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2641](https://togithub.com/googleapis/google-api-go-client/issues/2641)) ([72fb128](https://togithub.com/googleapis/google-api-go-client/commit/72fb1281b3bf8e70e160db39f173bf86ede9173f)) - **all:** Auto-regenerate discovery clients ([#​2644](https://togithub.com/googleapis/google-api-go-client/issues/2644)) ([20ffdd8](https://togithub.com/googleapis/google-api-go-client/commit/20ffdd800072046285b0900af690d05e2a6f9524)) - **all:** Auto-regenerate discovery clients ([#​2645](https://togithub.com/googleapis/google-api-go-client/issues/2645)) ([c1a7681](https://togithub.com/googleapis/google-api-go-client/commit/c1a768193e03af127f139d532782971275e06c18)) - **all:** Auto-regenerate discovery clients ([#​2648](https://togithub.com/googleapis/google-api-go-client/issues/2648)) ([1bac79d](https://togithub.com/googleapis/google-api-go-client/commit/1bac79d78d93ee98501f484b055ac9360cce3c21)) - **all:** Auto-regenerate discovery clients ([#​2649](https://togithub.com/googleapis/google-api-go-client/issues/2649)) ([695484b](https://togithub.com/googleapis/google-api-go-client/commit/695484ba67b06180d82a077f35b5e87681bdccd8)) - **all:** Auto-regenerate discovery clients ([#​2652](https://togithub.com/googleapis/google-api-go-client/issues/2652)) ([10c47f3](https://togithub.com/googleapis/google-api-go-client/commit/10c47f37506574b134d7e9d3b29b74aec389625f)) - **all:** Auto-regenerate discovery clients ([#​2653](https://togithub.com/googleapis/google-api-go-client/issues/2653)) ([bc370a7](https://togithub.com/googleapis/google-api-go-client/commit/bc370a705cf35e8ca19498f0a6200e91e2c8282b)) ### [`v0.185.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.185.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2636](https://togithub.com/googleapis/google-api-go-client/issues/2636)) ([51ff8a4](https://togithub.com/googleapis/google-api-go-client/commit/51ff8a4794fbc56944a6db1edd0f06e30990392f)) - **all:** Auto-regenerate discovery clients ([#​2638](https://togithub.com/googleapis/google-api-go-client/issues/2638)) ([0c868b2](https://togithub.com/googleapis/google-api-go-client/commit/0c868b2608ca697ac82144d37db3452b2af5a827)) ##### Bug Fixes - **internal/gensupport:** Update shouldRetry for GCS uploads ([#​2634](https://togithub.com/googleapis/google-api-go-client/issues/2634)) ([ea513cb](https://togithub.com/googleapis/google-api-go-client/commit/ea513cb749aad28620ee92ac2d5c57822e7ef8fe)) ### [`v0.184.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.184.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2624](https://togithub.com/googleapis/google-api-go-client/issues/2624)) ([7fccba6](https://togithub.com/googleapis/google-api-go-client/commit/7fccba6a6fce5ebedabf5d85601779318fe5c26e)) - Regen cloudcommerceprocurement v1 from updated discovery file ([#​2627](https://togithub.com/googleapis/google-api-go-client/issues/2627)) ([7e30ed2](https://togithub.com/googleapis/google-api-go-client/commit/7e30ed210c23e9eaa9d45e5dc972ecf4e00b80c6)) - Support structpb.Struct as req/resp ([#​2632](https://togithub.com/googleapis/google-api-go-client/issues/2632)) ([ebc44d1](https://togithub.com/googleapis/google-api-go-client/commit/ebc44d15955116f5647020142005c34e6a8d1d47)), refs [#​2601](https://togithub.com/googleapis/google-api-go-client/issues/2601) ##### Bug Fixes - **cba:** Update credsNewAuth to support oauth2 over mTLS ([#​2610](https://togithub.com/googleapis/google-api-go-client/issues/2610)) ([953f728](https://togithub.com/googleapis/google-api-go-client/commit/953f7289417d9dc6e6b5405678434073e078c90a))

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 becomes conflicted, 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.

forking-renovate[bot] commented 1 month ago

โ„น Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
cloud.google.com/go/auth v0.5.1 -> v0.7.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.4.0
cloud.google.com/go/monitoring v1.19.0 -> v1.20.1
cloud.google.com/go/trace v1.10.7 -> v1.10.9
github.com/googleapis/gax-go/v2 v2.12.4 -> v2.12.5
golang.org/x/crypto v0.24.0 -> v0.25.0
golang.org/x/net v0.26.0 -> v0.27.0
google.golang.org/genproto v0.0.0-20240528184218-531527333157 -> v0.0.0-20240708141625-4ad9e859172b
google.golang.org/genproto/googleapis/api v0.0.0-20240521202816-d264139d666e -> v0.0.0-20240701130421-f6361c86f094
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 -> v0.0.0-20240708141625-4ad9e859172b
google.golang.org/grpc v1.64.0 -> v1.64.1
google.golang.org/protobuf v1.34.1 -> v1.34.2